corda / net.corda.core.context / InvocationOrigin / Peer

Peer

data class Peer : InvocationOrigin

Origin was a message sent by a Peer.

Constructors

<init>

Origin was a message sent by a Peer.

Peer(party: CordaX500Name)

Properties

party

val party: CordaX500Name

Functions

principal

Returns the Principal for a given Actor.

fun principal(): Principal