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