Type Alias relay_substrate_client::RpcWithCachingClient
source · pub type RpcWithCachingClient<C> = CachingClient<C, RpcClient<C>>;
Expand description
Type of RPC client with caching support.
Aliased Type§
struct RpcWithCachingClient<C> { /* private fields */ }