bigIntMin

1function bigIntMin(...args): bigint;

Defined in: aa-sdk/core/src/utils/bigint.ts:25

Returns the min bigint in a list of bigints

Parameters

ParameterTypeDescription

args

bigint[]

a list of bigints to get the max of

Returns

bigint

the min bigint in the list