bigIntMax

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

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

Returns the max bigint in a list of bigints

Parameters

ParameterTypeDescription

args

bigint[]

a list of bigints to get the max of

Returns

bigint

the max bigint in the list