pub type CoalescedApprovalCandidateHashes = BoundedVec<CandidateHash, ConstU32<{ MAX_COALESCE_APPROVALS }>>;Expand description
The candidate hashes coalesced into a single approval vote, bounded at the type level to at most
MAX_COALESCE_APPROVALS. Used to carry coalesced approval signatures between subsystems while
preserving that bound.
Aliased Type§
pub struct CoalescedApprovalCandidateHashes(/* private fields */);