Skip to content

BigNumberish

type BigNumberish =
| string
| Numeric;

Defined in: node_modules/ethers/lib.esm/utils/maths.d.ts:9

Any type that can be used where a big number is needed.