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

encodeLong

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

Encode a long to a Bytes value.

Parameters

value - The long to encode.

Return
The RLP encoding in a Bytes value.