Type Alias ssz_types::BitList

source ·
pub type BitList<N> = Bitfield<Variable<N>>;
Expand description

A heap-allocated, ordered, variable-length collection of bool values, limited to N bits.

Aliased Type§

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