We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf625f9 commit ec14641Copy full SHA for ec14641
docs/src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx.cddl
@@ -28,4 +28,6 @@ prop-id<prop-id-t> = #6.24(bytes .cbor prop-id-t) ; encoded-cbor
28
voters-data = encoded-cbor
29
30
UUID = #6.37(bytes) ; UUID type
31
-signature = #6.98(COSE_Sign) ; COSE signature
+signature = #6.98(cose.COSE_Sign) ; COSE signature
32
+
33
+;# import rfc9052 as cose
0 commit comments