static fun encodeLong(value: Long): Bytes!
Encode a long to a Bytes value.
Bytes
value - Long: The long to encode.
value
Return Bytes!: The RLP encoding in a Bytes value.