Kagome
Polkadot Runtime Engine in C++17
|
#include "common/buffer.hpp"
#include "crypto/hasher.hpp"
#include "scale/scale.hpp"
#include "storage/trie/polkadot_trie/polkadot_trie_impl.hpp"
#include "storage/trie/serialization/polkadot_codec.hpp"
Go to the source code of this file.
Namespaces | |
kagome::storage::trie | |
Functions | |
template<typename It > | |
outcome::result< common::Buffer > | kagome::storage::trie::calculateOrderedTrieHash (const It &begin, const It &end) |
template<typename ContainerType > | |
outcome::result< common::Buffer > | kagome::storage::trie::calculateOrderedTrieHash (const ContainerType &container) |