| 
    Kagome
    
   Polkadot Runtime Engine in C++17 
   | 
 
#include "blockchain/impl/common.hpp"#include "blockchain/impl/storage_util.hpp"#include "common/visitor.hpp"#include "storage/in_memory/in_memory_storage.hpp"#include "storage/trie/polkadot_trie/polkadot_trie_impl.hpp"#include "storage/trie/serialization/trie_serializer_impl.hpp"Go to the source code of this file.
Namespaces | |
| kagome::blockchain | |
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) |