Type Definition sp_api::TransactionFor[][src]

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.