Crate subxt_lightclient
source ·Expand description
Low level light client implementation for RPC method and subscriptions requests.
The client implementation supports both native and wasm environments.
This leverages the smoldot crate to connect to the chain.
Structs
- See
Client::add_chain. - Chain registered in a
Client. - The light-client RPC implementation that is used to connect with the chain.
Enums
- Light client error.