General Calls
General Calls
help
Returns a list of all commands supported by the wallet API.
This lists each command, along with its arguments and return types. For more detailed help on a single command, use gethelp()
A multi-line string suitable for displaying on a terminal.
gethelp
Returns detailed help on a single API command.
method
: the name of the API command you want help with
info
Returns info about head block, chain_id, maintenance, participation, current active witnesses and committee members.
Runtime info about the blockchain
about
Returns info such as client version, git version of graphene/fc, version of boost, openssl etc.
Compile time info and client and dependencies versions.
network_add_nodes
nodes
: Nodes to be added.
network_get_connected_peers
List of connected peers.
Last updated