class SetLifecycle<P> : GroupClause<State<P>, Issued<Terms<P>>>
Obligation-specific clause for changing the lifecycle of one or more states.
<init> |
SetLifecycle() Obligation-specific clause for changing the lifecycle of one or more states. |
ifMatched |
val ifMatched: MatchBehaviour Behaviour if this clause is not matches |
ifNotMatched |
val ifNotMatched: MatchBehaviour Behaviour if this clause is matched |
requiredCommands |
val requiredCommands: <ERROR CLASS> 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> |