Type Alias hotshot_types::vote::SignersMap

source ·
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> {
    base: HashMap<COMMITMENT, (BitVec, Vec<<KEY as SignatureKey>::PureAssembledSignatureType>), RandomState>,
}

Fields§

§base: HashMap<COMMITMENT, (BitVec, Vec<<KEY as SignatureKey>::PureAssembledSignatureType>), RandomState>