CatapultServer
v0.5.0.1 (Elephant)
|
An api for retrieving information from a remote node. More...
Public Member Functions | |
virtual | ~RemoteApi ()=default |
const Key & | remotePublicKey () const |
Gets the remote node public key. More... | |
Protected Member Functions | |
RemoteApi (const Key &remotePublicKey) | |
Creates a remote api for the node with specified public key (remotePublicKey). More... | |
Private Attributes | |
Key | m_remotePublicKey |
An api for retrieving information from a remote node.
|
inlineexplicitprotected |
Creates a remote api for the node with specified public key (remotePublicKey).
|
virtualdefault |
|
inline |
Gets the remote node public key.
|
private |