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