Kagome
Polkadot Runtime Engine in C++17
|
#include "storage/trie/serialization/polkadot_codec.hpp"
#include "crypto/blake2/blake2b.h"
#include "scale/scale.hpp"
#include "scale/scale_decoder_stream.hpp"
#include "storage/trie/polkadot_trie/trie_node.hpp"
Go to the source code of this file.
Namespaces | |
kagome::storage::trie | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::storage::trie, PolkadotCodec::Error, e) | |
common::Buffer | kagome::storage::trie::ushortToBytes (uint16_t b) |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::storage::trie | , |
PolkadotCodec::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 13 of file polkadot_codec.cpp.