Type Alias hotshot_types::consensus::VidShares
source · pub type VidShares<TYPES> = BTreeMap<<TYPES as NodeType>::View, HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>>;
Expand description
A type alias for BTreeMap<T::Time, HashMap<T::SignatureKey, Proposal<T, VidDisperseShare<T>>>>
Aliased Type§
struct VidShares<TYPES> { /* private fields */ }