Checks if the given value can be considered as BigNumberish.
A value is considered BigNumberish if it meets
any of the following conditions: it's a number, a bigint, a string
that can be converted to a bigint, a hexadecimal
string, or a Buffer object.
Checks if the given value can be considered as BigNumberish. A value is considered BigNumberish if it meets any of the following conditions: it's a number, a bigint, a string that can be converted to a bigint, a hexadecimal string, or a Buffer object.