Structs§
- Field
- A named field within a struct or variant.
- Registry
- A minimal type registry storing only what is needed for SCALE serialization. No docs, no full paths, no type params.
- Variant
- A single variant of an enum.
- Variant
Def - Definition of an enum type with its variants.
Enums§
- Fields
- Pre-classified variant payload shapes matching serde’s enum model
- TypeDef
- Type definitions that map directly to serde’s data model.