Query<T> is the type of queries for searching for contracts of template or interface type T.
Query<T>
T
Query<T> is an object consisting of a subset of the fields of T.
Comparison queries are not yet supported.
NB: This type is heavily related to the DeepPartial type that can be found in the TypeScript community.
DeepPartial
T The contract template type.
Query<T>is the type of queries for searching for contracts of template or interface typeT.Query<T>is an object consisting of a subset of the fields ofT.Comparison queries are not yet supported.
NB: This type is heavily related to the
DeepPartialtype that can be found in the TypeScript community.