corda / net.corda.core.node.services / PartyInfo

PartyInfo

sealed class PartyInfo

Holds information about a Party, which may refer to either a specific node or a service.

Types

DistributedNode

data class DistributedNode : PartyInfo

SingleNode

data class SingleNode : PartyInfo

Properties

party

abstract val party: Party