tuweni / org.apache.tuweni.rlp / RLP / encodeLong

encodeLong

static fun encodeLong(value: Long): Bytes! (source)

Encode a long to a Bytes value.

Parameters

value - Long: The long to encode.

Return
Bytes!: The RLP encoding in a Bytes value.