Function subxt::client::default_rpc_client
source · pub async fn default_rpc_client<U: AsRef<str>>(
url: U
) -> Result<impl RpcClientT, Error>
Expand description
The default RPC client that’s used (based on jsonrpsee
).