bytes / net.consensys.cava.bytes / Bytes / bigIntegerValue

bigIntegerValue

open fun bigIntegerValue(): BigInteger (source)

The BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.

Return
A BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.