pub type ProposedBatch<N> = RwLock<Option<Proposal<N>>>;
Expand description

A helper type for an optional proposed batch.

Aliased Type§

struct ProposedBatch<N> { /* private fields */ }