Type Definition sp_api::StateBackendFor [−][src]
type StateBackendFor<P, Block> = <<P as ProvideRuntimeApi<Block>>::Api as ApiExt<Block>>::StateBackend;
Extract the state backend type for a type that implements ProvideRuntimeApi
.