referrerpolicy=no-referrer-when-downgrade

Module v4_collation

Module v4_collation 

Source
Expand description

v4 collation protocol types.

Structs§

AdvertiseSegment
Advertise an ordered list of unincluded candidates. The list is ordered by age. A length 1 segment is the V3 single-candidate equivalent.
CandidateFingerprint
A single entry in the segment advertised by the collator.

Constants§

MAX_SEGMENT_LEN
Hard upper bound on AdvertiseSegment::candidates. The bound is enforced by SCALE decoding via BoundedVec, so oversized advertisements are rejected at parse time without allocation.

Type Aliases§

CollationProtocol
All network messages on the collation peer-set.