class FindNodePacket : Packet
(source)
target |
val target: PublicKey |
encodeTo |
fun encodeTo(dst: ByteBuffer): ByteBuffer |
create |
fun create(keyPair: KeyPair, now: Long, target: PublicKey): FindNodePacket |
decode |
fun decode(payload: Bytes, hash: Bytes32, publicKey: PublicKey, signature: Signature): FindNodePacket |