Type alias U256

U256: string

A string containing a 256-bit unsigned integer.

We represent u256 values as a string to ensure compatibility with languages such as JavaScript that do not parse u256s in JSON natively.

Generated using TypeDoc