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 4871a8c commit 65ed86dCopy full SHA for 65ed86d
standards/ICRC-3/ICRC-3.did
@@ -1,7 +1,7 @@
1
type Value = variant {
2
Blob : blob;
3
Text : text;
4
- Nat : nat; // do we need this or can we just use Int?
+ Nat : nat;
5
Int : int;
6
Array : vec Value;
7
Map : vec record { text; Value };
@@ -54,4 +54,4 @@ service : {
54
icrc3_get_tip_certificate : () -> (opt DataCertificate) query;
55
icrc3_get_blocks : (GetBlocksArgs) -> (GetBlocksResult) query;
56
icrc3_supported_block_types : () -> (vec record { block_type : text; url : text }) query;
57
-};
+};
0 commit comments