CatapultServer
v0.5.0.1 (Elephant)
|
An api for retrieving node information from a remote node. More...
Public Member Functions | |
virtual | ~RemoteNodeApi ()=default |
virtual thread::future< ionet::Node > | nodeInfo () const =0 |
Gets information about the node. More... | |
virtual thread::future< ionet::NodeSet > | peersInfo () const =0 |
Gets information about the node's peers. More... | |
An api for retrieving node information from a remote node.
|
virtualdefault |
|
pure virtual |
Gets information about the node.
|
pure virtual |
Gets information about the node's peers.