Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::api::SystemApiImpl, including all inherited members.
account_nonce_api_ | kagome::api::SystemApiImpl | private |
adjustNonce(const primitives::AccountId &account_id, primitives::AccountNonce current_nonce) const | kagome::api::SystemApiImpl | private |
babe_ | kagome::api::SystemApiImpl | private |
block_tree_ | kagome::api::SystemApiImpl | private |
config_ | kagome::api::SystemApiImpl | private |
getBabe() const override | kagome::api::SystemApiImpl | virtual |
getConfig() const override | kagome::api::SystemApiImpl | virtual |
getNonceFor(std::string_view account_address) const override | kagome::api::SystemApiImpl | virtual |
getPeerManager() const override | kagome::api::SystemApiImpl | virtual |
hasher_ | kagome::api::SystemApiImpl | private |
peer_manager_ | kagome::api::SystemApiImpl | private |
SystemApiImpl(std::shared_ptr< application::ChainSpec > config, std::shared_ptr< consensus::babe::Babe > babe, std::shared_ptr< network::PeerManager > peer_manager, std::shared_ptr< runtime::AccountNonceApi > account_nonce_api, std::shared_ptr< transaction_pool::TransactionPool > transaction_pool, std::shared_ptr< const blockchain::BlockTree > block_tree, std::shared_ptr< crypto::Hasher > hasher) | kagome::api::SystemApiImpl | |
transaction_pool_ | kagome::api::SystemApiImpl | private |
~SystemApi()=default | kagome::api::SystemApi | virtual |