Kagome
Polkadot Runtime Engine in C++17
|
#include "host_api/impl/child_storage_extension.hpp"
#include "common/monadic_utils.hpp"
#include "runtime/common/runtime_transaction_error.hpp"
#include "runtime/memory_provider.hpp"
#include "runtime/ptr_size.hpp"
#include "runtime/trie_storage_provider.hpp"
#include "scale/encode_append.hpp"
#include "storage/predefined_keys.hpp"
#include "storage/trie/polkadot_trie/trie_error.hpp"
#include <tuple>
#include <utility>
Go to the source code of this file.
Namespaces | |
kagome::host_api | |
Functions | |
outcome::result< Buffer > | kagome::host_api::make_prefixed_child_storage_key (const Buffer &child_storage_key) |
template<typename Arg > | |
auto | kagome::host_api::loadBuffer (runtime::Memory &memory, Arg &&span) |
template<typename... Args> | |
auto | kagome::host_api::loadBuffer (runtime::Memory &memory, Args &&...spans) |