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