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