Structs§
- Relay
Chain RpcClient - Client that maps RPC methods and deserializes results
- Relay
Chain RpcInterface - RelayChainRpcInterface is used to interact with a full node that is running locally in the same process.
- Url
- A parsed URL record.
Functions§
- create_
client_ and_ start_ light_ client_ worker - Entry point to create
RelayChainRpcClient
and start a worker that communicates with an embedded smoldot instance. - create_
client_ and_ start_ worker - Entry point to create
RelayChainRpcClient
and start a worker that communicates to JsonRPC servers over the network.