class Issue : AbstractIssue<State, Commands, Commodity>
Standard issue clause, specialised to match the commodity issue command.
<init> |
Issue() Standard issue clause, specialised to match the commodity issue command. |
requiredCommands |
val requiredCommands: Set<Class<out CommandData>> Determine whether this clause runs or not |
sum |
val sum: List<S>.() -> Amount<Issued<T>> |
sumOrZero |
val sumOrZero: List<S>.(Issued<T>) -> Amount<Issued<T>> |