type VidShares<TYPES> = HashMap<<TYPES as NodeType>::Time, HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>>;

Aliased Type§

struct VidShares<TYPES> {
    base: HashMap<<TYPES as NodeType>::Time, HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>, RandomState>,
}

Fields§

§base: HashMap<<TYPES as NodeType>::Time, HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>, RandomState>