class Issue<P> : AbstractIssue<State<P>, Terms<P>>Generic issuance clause
| <init> |
Issue()Generic issuance clause |
| requiredCommands |
val requiredCommands: Set<Class<out CommandData>>Classes for commands which must ALL be present in transaction for this clause to be triggered |
| ifMatched |
open val ifMatched: MatchBehaviourBehaviour if this clause is not matches |
| ifNotMatched |
open val ifNotMatched: MatchBehaviourBehaviour if this clause is matched |
| sum |
val sum: List<S>.() -> Amount<Issued<T>> |
| sumOrZero |
val sumOrZero: List<S>.(Issued<T>) -> Amount<Issued<T>> |