Maybe a pureCellCollector
could make better experience for developing
#633
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Sometimes I want to collect cells which have no data or type. I found that I can use this function to get the collecor.
indexer.collector({ ...queryOptions, type: 'empty', data: { data: '0x', searchMode: 'exact' } })
. And it is frequently for developers to use.Describe the solution you'd like
I think that a semantic function could be provieded, like
indexer.pureCellCollector
, with this logic.The text was updated successfully, but these errors were encountered: