Type Alias BaseBundle
pub type BaseBundle = TransactionBundle<BaseTransactionType>;Expand description
Base type bundle alias
Aliased Type§
pub struct BaseBundle {
pub transactions: Vec<SignedTransaction<BaseTransactionType>>,
}Fields§
§transactions: Vec<SignedTransaction<BaseTransactionType>>Collection of transactions.