Variable $U256Const

$U256: {
    description: "A string containing a 256-bit unsigned integer.\n\n We represent u256 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u256s in JSON natively.\n ";
    format: "uint256";
    type: "string";
} = ...

Type declaration

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

Generated using TypeDoc