For the complete documentation index, see llms.txt. This page is also available as Markdown.

bigIntMax

Function: bigIntMax()

bigIntMax(...args): bigint

Method returns the largest of the numbers given as input parameters

Parameters

args

...bigint[]

Returns

bigint

Defined in

packages/wagmi/src/util/bigint.ts:63

Last updated