Expand description
Typed state enums for CSV contracts
These types define the structured state that contracts operate on. Unlike opaque byte vectors, typed state enables schema validation and consumer-friendly decoding.
Structs§
- Global
State - Global state: contract-wide values visible to all parties
- Metadata
- Metadata: auxiliary data attached to state transitions
- Owned
State - Owned state: state bound to a specific single-use seal
- State
Assignment - State assignment: specifies which seal receives which state
- State
Ref - State reference: identifies existing state to consume
Type Aliases§
- State
Type Id - Unique identifier for a state type within a schema