Type Definition sc_client_api::backend::TransactionForSB

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

Extracts the transaction for the given state backend.