[][src]Type Definition sp_api::TransactionFor

type TransactionFor<P, Block> = <StateBackendFor<P, Block> as StateBackend<HashFor<Block>>>::Transaction;

Extract the state backend transaction type for a type that implements ProvideRuntimeApi.