Re-exports§
pub use jsonrpsee_client::JsonrpseeClient;
pub use error::Error;
pub use error::Result;
Modules§
Traits§
- Handle
Subscription - 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.