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