CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
struct | catapult::api::BlocksFromOptions |
Options for a blocks-from request. More... | |
class | catapult::api::RemoteChainApi |
An api for retrieving chain information from a remote node. More... | |
Namespaces | |
catapult | |
catapult::ionet | |
catapult::model | |
catapult::api | |
Functions | |
std::unique_ptr< ChainApi > | catapult::api::CreateRemoteChainApiWithoutRegistry (ionet::PacketIo &io) |
Creates a chain api for interacting with a remote node with the specified io. More... | |
std::unique_ptr< RemoteChainApi > | catapult::api::CreateRemoteChainApi (ionet::PacketIo &io, const Key &remotePublicKey, const model::TransactionRegistry ®istry) |