data class NodeInfoInfo about a network node that acts on behalf of some form of contract party.
| <init> |
NodeInfo(address: SingleMessageRecipient, legalIdentity: Party, advertisedServices: List<ServiceEntry> = emptyList(), 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: List<ServiceEntry> |
| legalIdentity |
val legalIdentity: Party |
| notaryIdentity |
val notaryIdentity: Party |
| physicalLocation |
val physicalLocation: PhysicalLocation? |
| serviceIdentities |
fun serviceIdentities(type: ServiceType): List<Party> |