referrerpolicy=no-referrer-when-downgrade

Crate cumulus_relay_chain_rpc_interface

Source

Structs§

RelayChainRpcClient
Client that maps RPC methods and deserializes results
RelayChainRpcInterface
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.