-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getNftEditions rpc method to das #216
base: main
Are you sure you want to change the base?
Add getNftEditions rpc method to das #216
Conversation
Nagaprasadvr
commented
Nov 15, 2024
•
edited
Loading
edited
- add getNftEditions rpc method
- pass a master edition mint to fetch editions accounts associated with master edition and return them
- add integration test
17e8045
to
650be7e
Compare
650be7e
to
4dd0fc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Primarily need to account for pagination and could you please leave some notes on the 2-step indexing to link master edition to an edition for the readers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great!!! Approved with just a couple questions/nit comment.