value as a bigint, validating it is valid as a bigint value and that it is positive.
Parameters
Returns
bigint
The value.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getUint(value, name?): bigint
value as a bigint, validating it is valid as a bigint value and that it is positive.
| Parameter | Type | Description |
|---|---|---|
value | BigNumberish | The value to convert. |
name? | string | The name of the value. |
bigint
The value.
Was this page helpful?
