class Settle<P> : GroupClause<State<P>, Issued<Terms<P>>>
Obligation-specific clause for settling an outstanding obligation by witnessing change of ownership of other states to fulfil
<init> |
Settle() Obligation-specific clause for settling an outstanding obligation by witnessing change of ownership of other states to fulfil |
ifMatched |
val ifMatched: MatchBehaviour Behaviour if this clause is not matches |
ifNotMatched |
val ifNotMatched: MatchBehaviour Behaviour if this clause is matched |
requiredCommands |
val requiredCommands: Set<Class<out CommandData>> Classes for commands which must ALL be present in transaction for this clause to be triggered |
verify |
fun verify(tx: TransactionForContract, inputs: List<State<P>>, outputs: List<State<P>>, commands: Collection<AuthenticatedObject<CommandData>>, token: Issued<Terms<P>>): Set<CommandData> |