|
Kagome
Polkadot Runtime Engine in C++17
|
#include <get_metadata.hpp>
Public Member Functions | |
| GetMetadata (std::shared_ptr< StateApi > api) | |
| outcome::result< Return > | execute () |
Public Member Functions inherited from kagome::api::details::RequestType< std::string, std::optional< 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< StateApi > | api_ |
Additional Inherited Members | |
Public Types inherited from kagome::api::details::RequestType< std::string, std::optional< std::string > > | |
| using | Params = std::tuple< ArgumentTypes... > |
| using | Return = std::string |
Definition at line 22 of file get_metadata.hpp.
|
inlineexplicit |
Definition at line 25 of file get_metadata.hpp.
|
inlinevirtual |
Implements kagome::api::details::RequestType< std::string, std::optional< std::string > >.
Definition at line 28 of file get_metadata.hpp.
|
private |
Definition at line 36 of file get_metadata.hpp.