tuweni / org.apache.tuweni.rlp / RLP / encodeBigInteger

encodeBigInteger

static fun encodeBigInteger(value: BigInteger): Bytes (source)

Encode a big integer to a Bytes value.

Parameters

value - The big integer to encode.

Return
The RLP encoding in a Bytes value.