corda / net.corda.flows / NotaryChangeFlow / Proposal

Proposal

data class Proposal : Proposal<Party>

Constructors

<init> Proposal(stateRef: StateRef, modification: Party, stx: SignedTransaction)

Properties

modification val modification: Party
stateRef val stateRef: StateRef
stx val stx: SignedTransaction