data class LegallyIdentifiableNode
Info about a network node that has is operated by some sort of verified identity.
<init> |
LegallyIdentifiableNode(address: SingleMessageRecipient, identity: Party) Info about a network node that has is operated by some sort of verified identity. |
address |
val address: SingleMessageRecipient |
identity |
val identity: Party |