GetNodeInfo¶
Return this node's status, version, memory, disk, latest block, peer statistics, and so on.
- Service:
Walletonly
rpc GetNodeInfo (EmptyMessage) returns (NodeInfo) {}
See the corresponding HTTP endpoint at /wallet/getnodeinfo.
Return this node's status, version, memory, disk, latest block, peer statistics, and so on.
Wallet onlyrpc GetNodeInfo (EmptyMessage) returns (NodeInfo) {}
See the corresponding HTTP endpoint at /wallet/getnodeinfo.