Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

added getObjectOwnersById #17

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

anonymoussprocket
Copy link
Contributor

You can now get a list of objkt owners like this conseilUtil.getObjectOwnersById(375)

@veqtor veqtor changed the base branch from master to develop April 7, 2021 06:18
@veqtor
Copy link
Collaborator

veqtor commented Apr 7, 2021

And what about this?

let swapsQuery = conseiljs.ConseilQueryBuilder.blankQuery()
swapsQuery = conseiljs.ConseilQueryBuilder.addFields(swapsQuery, 'key', 'value')
swapsQuery = conseiljs.ConseilQueryBuilder.addPredicate(swapsQuery, 'big_map_id', conseiljs.ConseilOperator.EQ, [mainnet.nftSwapMap])
swapsQuery = conseiljs.ConseilQueryBuilder.addOrdering(swapsQuery, 'block_level', conseiljs.ConseilSortDirection.DESC)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what you talked about right, being able to filter swaps on block_level?

@veqtor
Copy link
Collaborator

veqtor commented Apr 16, 2021

Hi, as you see we've done a lot of refactoring, if you're up for it pls update it, you're best bet is to just copy paste your changes, maybe make a new branch and PR tbh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants