tuweni / org.apache.tuweni.ssz / SSZWriter / writeBigInteger

writeBigInteger

open fun writeBigInteger(value: BigInteger!, bitLength: Int): Unit (source)

Write a big integer to the output.

Parameters

value - BigInteger!: the integer to write

bitLength - Int: the bit length of the integer value

Exceptions

IllegalArgumentException - if the value is too large for the specified bit length