Variable $U128Const

$U128: {
    description: "A string containing a 128-bit unsigned integer.\n\n We represent u128 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u128s in JSON natively.\n ";
    format: "uint128";
    type: "string";
} = ...

Type declaration

  • description: "A string containing a 128-bit unsigned integer.\n\n We represent u128 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u128s in JSON natively.\n "
  • format: "uint128"
  • type: "string"

Generated using TypeDoc