ExecutionBundle

Type Alias ExecutionBundle 

pub type ExecutionBundle = TransactionBundle<StateDiffTransactionType>;
Expand description

Execution type bundle alias

Aliased Type§

pub struct ExecutionBundle {
    pub transactions: Vec<SignedTransaction<StateDiffTransactionType>>,
}

Fields§

§transactions: Vec<SignedTransaction<StateDiffTransactionType>>

Collection of transactions.