CatapultServer
v0.5.0.1 (Elephant)
|
utils::BaseValue< uint64_t, Height_tag > Height
Definition: src/catapult/types.h:85
std::unique_ptr< io::BlockStorage > CreateReadOnlyStorageAdapter(const io::BlockStorage &storage)
Creates non-owning read-only storage around storage.
Definition: RecoveryStorageAdapter.cpp:66
const io::BlockStorage & m_storage
Definition: RecoveryStorageAdapter.cpp:62
EntityRange< Hash256 > HashRange
An entity range composed of hashes.
Definition: RangeTypes.h:35
#define CATAPULT_THROW_RUNTIME_ERROR(MESSAGE)
Macro used to throw a catapult runtime error.
Definition: exceptions.h:167
Definition: AddressExtractionExtension.cpp:28
Interface for saving and loading blocks.
Definition: BlockStorage.h:50