devp2p / org.apache.tuweni.devp2p.v5.packet / TopicQueryMessage

TopicQueryMessage

class TopicQueryMessage : UdpMessage (source)

Constructors

<init>

TopicQueryMessage(requestId: Bytes = UdpMessage.requestId(), topic: Bytes)

Properties

requestId

val requestId: Bytes

topic

val topic: Bytes

Functions

encode

fun encode(): Bytes

getMessageType

fun getMessageType(): Bytes

Companion Object Functions

create

fun create(content: Bytes): TopicQueryMessage