fun encode(signatureKeyPair: KeyPair? = null, seq: Long = Instant.now().toEpochMilli(), ip: InetAddress? = null, tcp: Int? = null, udp: Int? = null, data: Map<String, Bytes>? = null, listData: Map<String, List<Bytes>>? = null, writer: RLPWriter): Unit
(source)