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