|
Kagome
Polkadot Runtime Engine in C++17
|
#include <account_next_index.hpp>
Public Member Functions | |
| AccountNextIndex (std::shared_ptr< SystemApi > api) | |
| outcome::result< primitives::AccountNonce > | execute () override |
Public Member Functions inherited from kagome::api::details::RequestType< primitives::AccountNonce, std::string > | |
| RequestType ()=default | |
| RequestType (const RequestType &)=delete | |
| RequestType (RequestType &&)=delete | |
| virtual | ~RequestType ()=default |
| RequestType & | operator= (const RequestType &)=delete |
| RequestType & | operator= (RequestType &&)=delete |
| outcome::result< void > | init (const jsonrpc::Request::Parameters ¶ms) |
| auto | getParam () -> typename std::tuple_element< I, decltype(params_)>::type & |
Private Attributes | |
| std::shared_ptr< SystemApi > | api_ |
Additional Inherited Members | |
Public Types inherited from kagome::api::details::RequestType< primitives::AccountNonce, std::string > | |
| using | Params = std::tuple< ArgumentTypes... > |
| using | Return = primitives::AccountNonce |
Definition at line 14 of file account_next_index.hpp.
|
inlineexplicit |
Definition at line 17 of file account_next_index.hpp.
|
inlineoverridevirtual |
Implements kagome::api::details::RequestType< primitives::AccountNonce, std::string >.
Definition at line 22 of file account_next_index.hpp.
|
private |
Definition at line 27 of file account_next_index.hpp.