CatapultServer  v0.5.0.1 (Elephant)
StateHashInfo.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "catapult/types.h"
23 #include <vector>
24 
25 namespace catapult { namespace cache {
26 
28  struct StateHashInfo {
31 
33  std::vector<Hash256> SubCacheMerkleRoots;
34  };
35 }}
catapult::cache::StateHashInfo
Information about a cache state hash.
Definition: StateHashInfo.h:28
catapult::cache::StateHashInfo::SubCacheMerkleRoots
std::vector< Hash256 > SubCacheMerkleRoots
Component sub cache merkle roots.
Definition: StateHashInfo.h:33
types.h
catapult::cache::StateHashInfo::StateHash
Hash256 StateHash
State hash.
Definition: StateHashInfo.h:30
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::utils::ByteArray
Base class for wrappers of byte array types, to provide some type-safety.
Definition: ByteArray.h:29