Transactions

Type Alias Transactions 

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

A set of transactions.

Aliased Typeยง

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