$U64: {
description: "A string containing a 64-bit unsigned integer.\n\n We represent u64 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u64s in JSON natively.\n ";
format: "uint64";
type: "string";
} = ...
Type declaration
-
description: "A string containing a 64-bit unsigned integer.\n\n We represent u64 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u64s in JSON natively.\n "
-
format: "uint64"
-
type: "string"