bytes / net.consensys.cava.bytes / Bytes / toBigInteger

toBigInteger

open fun toBigInteger(): 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.