data class NodeInfo
Info about a network node that acts on behalf of some form of contract party.
<init> |
NodeInfo(address: SingleMessageRecipient, identity: Party, advertisedServices: Set<ServiceType> = emptySet(), physicalLocation: PhysicalLocation? = null) Info about a network node that acts on behalf of some form of contract party. |
address |
val address: SingleMessageRecipient |
advertisedServices |
var advertisedServices: Set<ServiceType> |
identity |
val identity: Party |
physicalLocation |
val physicalLocation: PhysicalLocation? |