web3-utilsFunctionstoBigInttoBigInt CallabletoBigInt(value: unknown): bigintAuto converts any given value into it's bigint representation@exampleconsole.log(web3.utils.toBigInt(1));> 1nParametersvalue: unknownThe value to convertReturns bigintReturns the value in bigint representation
Auto converts any given value into it's bigint representation