pub type Transactions<E> = Vec<E>;
A set of transactions.
pub struct Transactions<E> { /* private fields */ }