pub type Transactions<E> = Vec<E>;
Expand description

A set of transactions.

Aliased Type§

struct Transactions<E> { /* private fields */ }