Files
serai/substrate/primitives
Luke Parker 0ac11defcc Serialize BoundedVec not with a u32 length, but the minimum-viable uN where N%8==0
This does break borsh's definition of a Vec EXCEPT if the BoundedVec is
considered an enum. For sufficiently low bounds, this is viable, though it
requires automated code generation to be sane.
2025-08-30 18:27:23 -04:00
..
2025-08-25 10:06:35 -04:00
2025-08-30 18:26:37 -04:00

Serai Primitives

serai-primitives represents foundational data-types used within Serai's Substrate blockchain.