|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::runtime::Executor, including all inherited members.
| BlockHash typedef | kagome::runtime::RawExecutor | |
| Buffer typedef | kagome::runtime::Executor | |
| cache_ | kagome::runtime::Executor | private |
| callAt(primitives::BlockInfo const &block_info, storage::trie::RootHash const &storage_state, std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| callAt(primitives::BlockHash const &block_hash, std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| callAtGenesis(std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| callAtRaw(const primitives::BlockHash &block_hash, std::string_view name, const common::Buffer &encoded_args) override | kagome::runtime::Executor | inlinevirtual |
| callInternal(RuntimeEnvironment &env, std::string_view name, Args &&...args) | kagome::runtime::Executor | inlineprivate |
| callMediateInternal(RuntimeEnvironment &env, std::string_view name, Args &&...args) | kagome::runtime::Executor | inlineprivate |
| commitState(const RuntimeEnvironment &env) | kagome::runtime::Executor | inlineprivate |
| env_factory_ | kagome::runtime::Executor | private |
| Executor(std::shared_ptr< RuntimeEnvironmentFactory > env_factory, std::shared_ptr< RuntimePropertiesCache > cache) | kagome::runtime::Executor | inline |
| logger_ | kagome::runtime::Executor | private |
| persistentCallAt(primitives::BlockInfo const &block_info, storage::trie::RootHash const &storage_state, std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| persistentCallAt(primitives::BlockHash const &block_hash, std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| persistentCallAtGenesis(std::string_view name, Args &&...args) | kagome::runtime::Executor | inline |
| ~RawExecutor()=default | kagome::runtime::RawExecutor | virtual |