class RLPxMessage
(source)
Message exchanged over a RLPx connection.
The message is identified by a negotiated code, offset according to the subprotocol mapping.
The message includes the raw content of the message as bytes.
RLPxMessage(messageId: Int, content: Bytes) |
fun content(): Bytes |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun messageId(): Int |