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