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.
pub type StateBackendFor<P, Block> = <<P as ProvideRuntimeApi<Block>>::Api as ApiExt<Block>>::StateBackend;Extract the state backend type for a type that implements ProvideRuntimeApi.