com.r3corda.core.node / ServiceEntry

ServiceEntry

data class ServiceEntry

Information for an advertised service including the service specific identity information. The identity can be used in protocols and is distinct from the Nodes legalIdentity



Constructors

<init> ServiceEntry(info: ServiceInfo, identity: Party)

Information for an advertised service including the service specific identity information. The identity can be used in protocols and is distinct from the Nodes legalIdentity

Properties

identity val identity: Party
info val info: ServiceInfo