6 #ifndef KAGOME_BLOCKCHAIN_BLOCKHEADERREPOSITORYIMPL 7 #define KAGOME_BLOCKCHAIN_BLOCKHEADERREPOSITORYIMPL 19 std::shared_ptr<crypto::Hasher> hasher);
36 std::shared_ptr<storage::BufferStorage>
map_;
42 #endif // KAGOME_BLOCKCHAIN_BLOCKHEADERREPOSITORYIMPL
boost::variant< BlockHash, BlockNumber > BlockId
Block id is the variant over BlockHash and BlockNumber.