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