Expand description
FixedVector<T, N> — homogeneous list with compile-time-fixed length.
Wire format: fixed-len T → simple concatenation of N elements; variable-len T → N×4-byte offset table followed by variable payloads. No length prefix.
Structs§
- Fixed
Vector - SSZ vector with a compile-time length of
N.