class Group : GroupClauseVerifier<State, Commands, Issued<Commodity>>
Grouping clause to extract input and output states into matched groups and then run a set of clauses over each group.
<init> |
Group() Grouping clause to extract input and output states into matched groups and then run a set of clauses over each group. |
clause |
val clause: Clause<S, C, K> |
groupStates |
fun groupStates(tx: TransactionForContract): List<InOutGroup<State, Issued<Commodity>>> Group commodity states by issuance definition (issuer and underlying commodity). |