Kagome
Polkadot Runtime Engine in C++17
|
#include <system_api.hpp>
Public Member Functions | |
virtual | ~SystemApi ()=default |
virtual std::shared_ptr< application::ChainSpec > | getConfig () const =0 |
virtual std::shared_ptr< consensus::babe::Babe > | getBabe () const =0 |
virtual std::shared_ptr< network::PeerManager > | getPeerManager () const =0 |
virtual outcome::result< primitives::AccountNonce > | getNonceFor (std::string_view account_address) const =0 |
Auxiliary class that provides access to some app's parts for RPC methods
Definition at line 19 of file system_api.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in kagome::api::SystemApiImpl.
|
pure virtual |
Implemented in kagome::api::SystemApiImpl.
|
pure virtual |
Implemented in kagome::api::SystemApiImpl.
|
pure virtual |
Implemented in kagome::api::SystemApiImpl.