Type Definition sc_client_api::backend::TransactionForSB[][src]

type TransactionForSB<B, Block> = <B as StateBackend<HashFor<Block>>>::Transaction;
Expand description

Extracts the transaction for the given state backend.