Skip to content

Commit 65ed86d

Browse files
authored
Update ICRC-3.did
1 parent 4871a8c commit 65ed86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standards/ICRC-3/ICRC-3.did

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type Value = variant {
22
Blob : blob;
33
Text : text;
4-
Nat : nat; // do we need this or can we just use Int?
4+
Nat : nat;
55
Int : int;
66
Array : vec Value;
77
Map : vec record { text; Value };
@@ -54,4 +54,4 @@ service : {
5454
icrc3_get_tip_certificate : () -> (opt DataCertificate) query;
5555
icrc3_get_blocks : (GetBlocksArgs) -> (GetBlocksResult) query;
5656
icrc3_supported_block_types : () -> (vec record { block_type : text; url : text }) query;
57-
};
57+
};

0 commit comments

Comments
 (0)