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