corda / net.corda.core.contracts.clauses / AnyOf / matchedClauses

matchedClauses

open fun matchedClauses(commands: List<AuthenticatedObject<C>>): List<Clause<S, C, K>>

Determine which clauses are matched by the supplied commands.

Exceptions

IllegalStateException - if the given commands do not result in a valid execution (for example no match with FirstOf).