You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crate implements the standard binary format for Clarity values. At a high level, every value is encoded as: `[Type Prefix Byte] + [Payload]`.
102
+
The crate implements the standard binary format for Clarity values as defined in [SIP-005](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#clarity-value-representation). At a high level, every value is encoded as: `[Type Prefix Byte] + [Payload]`.
103
103
104
104
| Type Prefix (Hex) | Clarity Type | Payload Description |
0 commit comments