CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::handlers | |
Typedefs | |
using | catapult::handlers::UnconfirmedTransactions = std::vector< std::shared_ptr< const model::Transaction > > |
Transactions returned by the unconfirmed transactions retriever. More... | |
using | catapult::handlers::UtRetriever = std::function< UnconfirmedTransactions(BlockFeeMultiplier, const utils::ShortHashesSet &)> |
Prototype for a function that retrieves unconfirmed transactions given a set of short hashes. More... | |
Functions | |
void | catapult::handlers::RegisterPushTransactionsHandler (ionet::ServerPacketHandlers &handlers, const model::TransactionRegistry ®istry, const TransactionRangeHandler &transactionRangeHandler) |
void | catapult::handlers::RegisterPullTransactionsHandler (ionet::ServerPacketHandlers &handlers, const UtRetriever &utRetriever) |