CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
class | catapult::partialtransaction::PtServerHooks |
Hooks for the partial transactions subsystem. More... | |
Namespaces | |
catapult | |
catapult::cache | |
catapult::partialtransaction | |
Typedefs | |
using | catapult::partialtransaction::PtCacheSupplier = supplier< std::unique_ptr< cache::MemoryPtCacheProxy > > |
Partial transactions cache supplier. More... | |
Functions | |
DECLARE_SERVICE_REGISTRAR() | catapult::partialtransaction::PtBootstrapper (const PtCacheSupplier &ptCacheSupplier) |
PtCache & | catapult::partialtransaction::GetMemoryPtCache (const extensions::ServiceLocator &locator) |
Gets the memory partial transactions cache stored in locator. More... | |
PtServerHooks & | catapult::partialtransaction::GetPtServerHooks (const extensions::ServiceLocator &locator) |
Gets the partial transactions server hooks stored in locator. More... | |