Uint with U256-specific naming. The standard integer type in Ethereum.
Constructors
| Function | Input |
|---|---|
from | string, number, bigint |
fromHex | hex string |
fromBytes | Uint8Array |
fromNumber | number |
fromBigInt | bigint |
256-bit unsigned integer (the primary Ethereum integer type)
Uint with U256-specific naming. The standard integer type in Ethereum.
| Function | Input |
|---|---|
from | string, number, bigint |
fromHex | hex string |
fromBytes | Uint8Array |
fromNumber | number |
fromBigInt | bigint |