CatapultServer
v0.5.0.1 (Elephant)
|
An api for retrieving partial transaction information from a remote node. More...
Public Member Functions | |
virtual thread::future< partialtransaction::CosignedTransactionInfos > | transactionInfos (cache::ShortHashPairRange &&knownShortHashPairs) const =0 |
Gets all partial transaction infos from the remote excluding those with all hashes in knownShortHashPairs. More... | |
Public Member Functions inherited from catapult::api::RemoteApi | |
virtual | ~RemoteApi ()=default |
const Key & | remotePublicKey () const |
Gets the remote node public key. More... | |
Protected Member Functions | |
RemotePtApi (const Key &remotePublicKey) | |
Creates a remote api for the node with specified public key (remotePublicKey). More... | |
Protected Member Functions inherited from catapult::api::RemoteApi | |
RemoteApi (const Key &remotePublicKey) | |
Creates a remote api for the node with specified public key (remotePublicKey). More... | |
An api for retrieving partial transaction information from a remote node.
|
inlineexplicitprotected |
Creates a remote api for the node with specified public key (remotePublicKey).
|
pure virtual |
Gets all partial transaction infos from the remote excluding those with all hashes in knownShortHashPairs.