Type Alias alloy_rpc_client::ClientRef

source ยท
pub type ClientRef<'a, T> = &'a RpcClientInner<T>;
Expand description

A borrowed RpcClient.