Checks if the given value can be considered as BigNumber. A value is considered a BigNumber if it is a bigint or a string that can be converted to a bigint (via Bigint(s)).
Bigint(s)
The value to check.
Checks if the given value can be considered as BigNumber. A value is considered a BigNumber if it is a bigint or a string that can be converted to a bigint (via
Bigint(s)
).