class PongPacket : Packet
(source)
enrSeq |
val enrSeq: Long? |
pingHash |
val pingHash: Bytes32 |
to |
val to: Endpoint |
encodeTo |
fun encodeTo(dst: ByteBuffer): ByteBuffer |
create |
fun create(keyPair: KeyPair, now: Long, to: Endpoint, pingHash: Bytes32, enrSeq: Long?): PongPacket |
decode |
fun decode(payload: Bytes, hash: Bytes32, publicKey: PublicKey, signature: Signature): PongPacket |