type SignersMap<COMMITMENT, KEY> = HashMap<COMMITMENT, (BitVec, Vec<<KEY as SignatureKey>::PureAssembledSignatureType>)>;
Expand description
Mapping of vote commitment to signatures and bitvec
Aliased Typeยง
struct SignersMap<COMMITMENT, KEY> { /* private fields */ }