Type Definition sc_client_api::backend::StateBackendFor [−][src]
type StateBackendFor<B, Block> = <B as Backend<Block>>::State;
Extracts the state backend type for the given backend.
type StateBackendFor<B, Block> = <B as Backend<Block>>::State;
Extracts the state backend type for the given backend.