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