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.
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.