corda / net.corda.flows / AbstractStateReplacementFlow / Proposal

Proposal

data class Proposal<out M>

The Proposal contains the details of proposed state modification. This is the message sent by the Instigator to all participants(Acceptor) during the state replacement process.

Parameters

M - the type of a class representing proposed modification by the instigator.

Constructors

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

The Proposal contains the details of proposed state modification. This is the message sent by the Instigator to all participants(Acceptor) during the state replacement process.

Properties

modification val modification: M
stateRef val stateRef: StateRef
stx val stx: SignedTransaction