Type Definition sp_api::StateBackendFor

source · []
pub type StateBackendFor<P, Block> = <<P as ProvideRuntimeApi<Block>>::Api as ApiExt<Block>>::StateBackend;
Expand description

Extract the state backend type for a type that implements ProvideRuntimeApi.