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: MatchBehaviourBehaviour if this clause is not matches |
| ifNotMatched |
val ifNotMatched: MatchBehaviourBehaviour 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> |