|
Kagome
Polkadot Runtime Engine in C++17
|
#include "blockchain/block_header_repository.hpp"#include "common/buffer.hpp"#include "host_api/host_api.hpp"#include "host_api/host_api_factory.hpp"#include "log/logger.hpp"#include "outcome/outcome.hpp"#include "primitives/version.hpp"#include "runtime/memory_provider.hpp"#include "runtime/module_instance.hpp"#include "runtime/module_repository.hpp"#include "runtime/trie_storage_provider.hpp"#include "scale/scale.hpp"#include "storage/trie/trie_batches.hpp"Go to the source code of this file.
Classes | |
| class | kagome::runtime::RuntimeEnvironment |
| class | kagome::runtime::RuntimeEnvironmentFactory |
| struct | kagome::runtime::RuntimeEnvironmentFactory::RuntimeEnvironmentTemplate |
Namespaces | |
| kagome::runtime | |
Functions | |
| OUTCOME_HPP_DECLARE_ERROR (kagome::runtime, RuntimeEnvironmentFactory::Error) | |
| OUTCOME_HPP_DECLARE_ERROR | ( | kagome::runtime | , |
| RuntimeEnvironmentFactory::Error | |||
| ) |