com.r3corda.protocols / AbstractStateReplacementProtocol / Proposal

Proposal

interface Proposal<out T>


Properties

modification abstract val modification: T
stateRef abstract val stateRef: StateRef
stx abstract val stx: SignedTransaction

Inheritors

Proposal data class Proposal : Proposal<Party>