function bigIntMax(...args): bigint;Defined in: aa-sdk/core/src/utils/bigint.ts:11
Returns the max bigint in a list of bigints
| Parameter | Type | Description |
|---|---|---|
... |
| a list of bigints to get the max of |
bigint
the max bigint in the list
function bigIntMax(...args): bigint;Defined in: aa-sdk/core/src/utils/bigint.ts:11
Returns the max bigint in a list of bigints
| Parameter | Type | Description |
|---|---|---|
... |
| a list of bigints to get the max of |
bigint
the max bigint in the list