corda / net.corda.core.context / InvocationOrigin / RPC

RPC

data class RPC : InvocationOrigin

Origin was an RPC call.

Constructors

<init>

Origin was an RPC call.

RPC(actor: Actor)

Properties

actor

val actor: Actor

Functions

principal

Returns the Principal for a given Actor.

fun principal(): Principal