Kagome
Polkadot Runtime Engine in C++17
|
#include "common/buffer.hpp"
#include "outcome/outcome.hpp"
#include "primitives/block_id.hpp"
#include "storage/buffer_map_types.hpp"
#include "storage/trie/types.hpp"
Go to the source code of this file.
Namespaces | |
kagome::blockchain | |
Typedefs | |
using | kagome::blockchain::ReadableBufferStorage = storage::face::ReadableStorage< common::BufferView, common::Buffer > |
Functions | |
outcome::result< std::optional< common::Buffer > > | kagome::blockchain::idToLookupKey (const ReadableBufferStorage &map, const primitives::BlockId &id) |
storage::trie::RootHash | kagome::blockchain::trieRoot (const std::vector< std::pair< common::Buffer, common::Buffer >> &key_vals) |