com.r3corda.contracts.asset / CommodityContract / Clauses / Issue

Issue

class Issue : AbstractIssue<State, Commodity>

Standard issue clause, specialised to match the commodity issue command.



Constructors

<init> Issue()

Standard issue clause, specialised to match the commodity issue command.

Properties

requiredCommands val requiredCommands: <ERROR CLASS>

Classes for commands which must ALL be present in transaction for this clause to be triggered

Inherited Properties

ifMatched open val ifMatched: MatchBehaviour

Behaviour if this clause is not matches

ifNotMatched open val ifNotMatched: MatchBehaviour

Behaviour if this clause is matched

sum val sum: List<S>.() -> Amount<Issued<T>>
sumOrZero val sumOrZero: List<S>.(Issued<T>) -> Amount<Issued<T>>