[−][src]Type Definition sc_client_api::backend::TransactionForSB
type TransactionForSB<B, Block> = <B as StateBackend<HasherFor<Block>>>::Transaction;
Extracts the transaction for the given state backend.
type TransactionForSB<B, Block> = <B as StateBackend<HasherFor<Block>>>::Transaction;
Extracts the transaction for the given state backend.