GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIGHTNING-LISTDATASTORE(7) lightning-listdatastore LIGHTNING-LISTDATASTORE(7)

lightning-listdatastore - Command for listing (plugin) data

listdatastore [key]

The listdatastore RPC command allows plugins to fetch data which was stored in the c-lightning database.

All immediate children of the key (or root children) are returned: a key with children won't have a hex or generation entry.

On success, an object containing datastore is returned. It is an array of objects, where each object contains:

key (array of strings):
Part of the key added to the datastore

generation (u64, optional): The number of times this has been updated
hex (hex, optional): The hex data from the datastore
string (string, optional): The data as a string, if it's valid utf-8

The following error codes may occur:

-32602: invalid parameters.

Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.

lightning-datastore(7), lightning-deldatastore(7)

Main web site: https://github.com/ElementsProject/lightning


Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.