com.r3corda.core.contracts.clauses / GroupVerify / verify

verify

abstract fun verify(tx: TransactionForContract, inputs: List<S>, outputs: List<S>, commands: Collection<AuthenticatedObject<CommandData>>, token: T): Set<CommandData>

Return
the set of commands that are consumed IF this clause is matched, and cannot be used to match a later clause.