devp2p / org.apache.tuweni.devp2p.v5.misc / EncodeResult

EncodeResult

class EncodeResult (source)

The result of encoding a message: its authentication tag, used to track responses, and its content as bytes.

Constructors

<init>

The result of encoding a message: its authentication tag, used to track responses, and its content as bytes.

EncodeResult(authTag: Bytes, content: Bytes)

Properties

authTag

val authTag: Bytes

content

val content: Bytes