protocols / AbstractStateReplacementProtocol / Proposal

Proposal

interface Proposal<T>


Properties

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

Inheritors

Proposal data class Proposal : Proposal<Party>