Alchemy Logo

bigIntMax

function bigIntMax(...args): bigint;

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

Returns the max bigint in a list of bigints

ParameterTypeDescription

...args

bigint[]

a list of bigints to get the max of

bigint

the max bigint in the list

Was this page helpful?