CatapultServer  v0.5.0.1 (Elephant)
AggregateBlockStorage.h File Reference
Include dependency graph for AggregateBlockStorage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::io
 

Functions

std::unique_ptr< BlockStorage > catapult::io::CreateAggregateBlockStorage (std::unique_ptr< BlockStorage > &&pStorage, std::unique_ptr< BlockChangeSubscriber > &&pBlockChangeSubscriber)
 Creates an aggregate block storage that delegates to pStorage and publishes block changes to pBlockChangeSubscriber. More...