Kagome
Polkadot Runtime Engine in C++17
|
#include <unwatch_extrinsic.hpp>
Public Member Functions | |
UnwatchExtrinsic (std::shared_ptr< AuthorApi > &api) | |
outcome::result< Return > | execute () override |
Public Member Functions inherited from kagome::api::details::RequestType< bool, primitives::SubscriptionId > | |
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< AuthorApi > | api_ |
Additional Inherited Members | |
Public Types inherited from kagome::api::details::RequestType< bool, primitives::SubscriptionId > | |
using | Params = std::tuple< ArgumentTypes... > |
using | Return = bool |
Definition at line 16 of file unwatch_extrinsic.hpp.
|
inlineexplicit |
Definition at line 19 of file unwatch_extrinsic.hpp.
|
inlineoverridevirtual |
Implements kagome::api::details::RequestType< bool, primitives::SubscriptionId >.
Definition at line 23 of file unwatch_extrinsic.hpp.
|
private |
Definition at line 28 of file unwatch_extrinsic.hpp.