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.
Modules§
- Re-exports of the smoldot related objects.
Structs§
- The added chain of the light-client.
- The light-client RPC implementation that is used to connect with the chain.
- A raw light-client RPC implementation that can connect to multiple chains.
Enums§
- Light client error.