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.
M
- the type of a class representing proposed modification by the instigator.
<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. |
modification |
val modification: M |
stateRef |
val stateRef: StateRef |
stx |
val stx: SignedTransaction |