Files
serai/substrate/primitives
Luke Parker 3273a4b725 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-02-26 07:41:07 -05:00
..
2025-02-12 03:54:57 -05:00
2025-02-12 03:54:57 -05:00

Serai Primitives

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