Type Alias sc_client_api::backend::TransactionFor

source ยท
pub type TransactionFor<B, Block> = TransactionForSB<StateBackendFor<B, Block>, Block>;
Expand description

Extracts the transaction for the given backend.