mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 04:07:27 +00:00
Storage changes subscription (#464)
* Initial implementation of storage events. * Attaching storage events. * Expose storage modification stream over RPC. * Use FNV for hashing small keys. * Fix and add tests. * Swap alias and RPC name. * Fix demo. * Addressing review grumbles. * Fix comment.
This commit is contained in:
committed by
Svyatoslav Nikolsky
parent
098cfcd319
commit
503bcb5686
@@ -45,7 +45,7 @@ pub fn rpc_handler<Block: BlockT, S, C, A, Y>(
|
||||
system: Y,
|
||||
) -> RpcHandler where
|
||||
Block: 'static,
|
||||
S: apis::state::StateApi<Block::Hash>,
|
||||
S: apis::state::StateApi<Block::Hash, Metadata=Metadata>,
|
||||
C: apis::chain::ChainApi<Block::Hash, Block::Header, Metadata=Metadata>,
|
||||
A: apis::author::AuthorApi<Block::Hash, Block::Extrinsic, Metadata=Metadata>,
|
||||
Y: apis::system::SystemApi,
|
||||
|
||||
Reference in New Issue
Block a user