6 #ifndef KAGOME_API_REQUEST_UNSUBSCRIBE_STORAGE 7 #define KAGOME_API_REQUEST_UNSUBSCRIBE_STORAGE 9 #include <jsonrpc-lean/request.h> 32 outcome::result<void>
init(
const jsonrpc::Request::Parameters ¶ms);
33 outcome::result<bool>
execute();
36 std::shared_ptr<StateApi>
api_;
42 #endif // KAGOME_API_REQUEST_UNSUBSCRIBE_STORAGE
UnsubscribeStorage(const UnsubscribeStorage &)=delete
~UnsubscribeStorage()=default
UnsubscribeStorage & operator=(const UnsubscribeStorage &)=delete
UnsubscribeStorage(std::shared_ptr< StateApi > api)
outcome::result< void > init(const jsonrpc::Request::Parameters ¶ms)
std::vector< uint32_t > subscriber_id_
outcome::result< bool > execute()
std::shared_ptr< StateApi > api_