static fun encodeBigInteger(value: BigInteger): Bytes
Encode a big integer to a Bytes value.
value - The big integer to encode.
value
Return The RLP encoding in a Bytes value.