net.corda.core.contracts / TransactionGraphSearch / Query

Query

class Query


Constructors

<init> Query(withCommandOfType: Class<out CommandData>? = null, followInputsOfType: Class<out ContractState>? = null)

Properties

followInputsOfType val followInputsOfType: Class<out ContractState>?
withCommandOfType val withCommandOfType: Class<out CommandData>?