tuweni / org.apache.tuweni.rlpx / HandshakeMessage

HandshakeMessage

interface HandshakeMessage (source)

Contents of a message sent as part of a RLPx handshake.

Functions

ephemeralPublicKey

Provides the ephemeral public key

abstract fun ephemeralPublicKey(): PublicKey!

nonce

Provides the nonce

abstract fun nonce(): Bytes32!