6 #ifndef KAGOME_UNWATCH_EXTRINSIC_HPP 7 #define KAGOME_UNWATCH_EXTRINSIC_HPP 9 #include <jsonrpc-lean/request.h> 23 outcome::result<Return>
execute()
override {
24 return api_->unwatchExtrinsic(getParam<0>());
28 std::shared_ptr<AuthorApi>
api_;
33 #endif // KAGOME_UNWATCH_EXTRINSIC_HPP
outcome::result< Return > execute() override
UnwatchExtrinsic(std::shared_ptr< AuthorApi > &api)
std::shared_ptr< AuthorApi > api_