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

added getObjectOwnersById - #17

Open
anonymoussprocket wants to merge 4 commits into
hicetnunc2000:developfrom
anonymoussprocket:owners
Open

added getObjectOwnersById#17
anonymoussprocket wants to merge 4 commits into
hicetnunc2000:developfrom
anonymoussprocket:owners

Conversation

@anonymoussprocket

Copy link
Copy Markdown
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

veqtor commented Apr 7, 2021

Copy link
Copy Markdown
Collaborator

And what about this?

Comment thread conseilUtil.js
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
Copy Markdown
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

veqtor commented Apr 16, 2021

Copy link
Copy Markdown
Collaborator

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