Skip to content

Commit 4e61fa3

Browse files
committed
add link to SIP005
1 parent b5a4828 commit 4e61fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity-serialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
9999

100100
## Clarity Value Binary Format
101101

102-
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]`.
103103

104104
| Type Prefix (Hex) | Clarity Type | Payload Description |
105105
| ----------------- | ----------------- | -------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)