VidShares

Type Alias VidShares 

Source
type VidShares<TYPES> = BTreeMap<ViewNumber, HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>>;

Aliased Typeยง

struct VidShares<TYPES> { /* private fields */ }