class ConserveAmount<P> : AbstractConserveAmount<State<P>, Terms<P>>Generic move/exit clause for fungible assets
| <init> |
ConserveAmount()Generic move/exit clause for fungible assets |
| ifMatched |
open val ifMatched: MatchBehaviourBehaviour if this clause is not matches |
| ifNotMatched |
open val ifNotMatched: MatchBehaviourBehaviour if this clause is matched |
| requiredCommands |
open val requiredCommands: Set<Class<out CommandData>>Classes for commands which must ALL be present in transaction for this clause to be triggered |