tuweni / org.apache.tuweni.peer.repository / Identity

Identity

interface Identity (source)

Functions

activePeers

abstract fun activePeers(): List<Peer>

connections

abstract fun connections(): List<Connection>

id

abstract fun id(): String

networkInterface

abstract fun networkInterface(): String

port

abstract fun port(): Int

publicKey

abstract fun publicKey(): PublicKey