Module rpc

Source

Re-exports§

pub use jsonrpsee_client::JsonrpseeClient;
pub use error::Error;
pub use error::Result;

Modules§

error
jsonrpsee_client

Traits§

HandleSubscription
Trait to use the full functionality of jsonrpseee Subscription type without actually enforcing it.
Request
Trait to be implemented by the ws-client for sending rpc requests and extrinsic.
Subscribe
Trait to be implemented by the ws-client for subscribing to the substrate node.

Functions§

to_json_req