CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 namespace catapult {
namespace partialtransaction {
void RegisterPushPartialTransactionsHandler(ionet::ServerPacketHandlers &handlers, const model::TransactionRegistry ®istry, const TransactionRangeHandler &transactionRangeHandler)
Definition: PtHandlers.cpp:109
PtCache & GetMemoryPtCache(const extensions::ServiceLocator &locator)
Gets the memory partial transactions cache stored in locator.
Definition: PtBootstrapperService.cpp:97
DECLARE_SERVICE_REGISTRAR() PtSyncSource()
Definition: PtSyncSourceService.cpp:61
def info(*args)
Definition: forwardsValidation.py:12
void RegisterPullPartialTransactionInfosHandler(ionet::ServerPacketHandlers &handlers, const CosignedTransactionInfosRetriever &transactionInfosRetriever)
Definition: PtHandlers.cpp:120
void RegisterPushCosignaturesHandler(ionet::ServerPacketHandlers &handlers, const CosignatureRangeHandler &cosignatureRangeHandler)
Registers a push cosignatures handler in handlers that forwards cosignatures to cosignatureRangeHandl...
Definition: CosignatureHandler.cpp:42
Definition: AddressExtractionExtension.cpp:28
#define DECLARE_SERVICE_REGISTRAR(NAME)
Declares a service registrar entry point with NAME.
Definition: ServiceRegistrar.h:61
PtServerHooks & GetPtServerHooks(const extensions::ServiceLocator &locator)
Gets the partial transactions server hooks stored in locator.
Definition: PtBootstrapperService.cpp:101