truffle-ts API reference - v0.4.2
Demo
GitHub
Preparing search index...
findInstances
Function findInstances
findInstances
(
finder
:
Finder
,
parsed
:
ParsedQuery
,
opts
?:
{
sort
?:
SortPreference
}
,
)
:
Promise
<
FindResult
[]
>
Lower-level entry: run an already-parsed query through a specific finder.
Parameters
finder
:
Finder
parsed
:
ParsedQuery
opts
:
{
sort
?:
SortPreference
}
= {}
Returns
Promise
<
FindResult
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Demo
GitHub
truffle-ts API reference - v0.4.2
Loading...
Lower-level entry: run an already-parsed query through a specific finder.