Skip to content

Commit

Permalink
Mention attachment uses composite-value in CDDL
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Oct 24, 2024
1 parent 5e91602 commit 22fa0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccf_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ array-value = [* value]
dict-value = [* (key: value, value: value)]
; composite-value is used to encode struct, contract, enum, event, and resource.
; composite-value is used to encode struct, contract, enum, event, resource, and attachment.
composite-value = [* (field: value)]
path-value = [
Expand Down

0 comments on commit 22fa0dd

Please sign in to comment.