| 
    CatapultServer
    v0.5.0.1 (Elephant)
    
   | 
 
 
 
 
std::shared_ptr< T > UniqueToShared(std::unique_ptr< T > &&pointer)
Converts a unique pointer to a shared pointer of the same type.
Definition: MemoryUtils.h:47
 
PLUGIN_API void RegisterExtension(catapult::extensions::ProcessBootstrapper &bootstrapper)
Entry point for registering a dynamic extension module with bootstrapper.
Definition: UnbondedPruningExtension.cpp:35
 
Requires transaction event handlers to be registered.
 
Only custom notifications are published.
 
#define PLUGIN_API
Definition: plugins.h:30
 
def info(*args)
Definition: forwardsValidation.py:12
 
DECLARE_SERVICE_REGISTRAR() UnbondedPruning()
Definition: UnbondedPruningService.cpp:57
 
Definition: AddressExtractionExtension.cpp:28
 
Process bootstrapper.
Definition: ProcessBootstrapper.h:42
 
#define DECLARE_SERVICE_REGISTRAR(NAME)
Declares a service registrar entry point with NAME.
Definition: ServiceRegistrar.h:61