@FunctionalInterface interface DNSDaemonListener
(source)
Callback listening to updates of the DNS records.
newRecords |
Callback called when the seq is updated on the DNS server abstract fun newRecords(seq: Long, records: List<EthereumNodeRecord>): Unit |