pub type TransactionFor<P, Block> = <StateBackendFor<P, Block> as StateBackend<HashFor<Block>>>::Transaction;Expand description
Extract the state backend transaction type for a type that implements ProvideRuntimeApi.
pub type TransactionFor<P, Block> = <StateBackendFor<P, Block> as StateBackend<HashFor<Block>>>::Transaction;Extract the state backend transaction type for a type that implements ProvideRuntimeApi.