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

ConserveAmount

class ConserveAmount : AbstractConserveAmount<State, Commodity>

Standard clause for conserving the amount from input to output.



Constructors

<init> ConserveAmount()

Standard clause for conserving the amount from input to output.

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

requiredCommands open val requiredCommands: Set<Class<out CommandData>>

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