Skip to content
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 revoke_collection_authority #17

Open
0xIchigo opened this issue May 15, 2024 · 2 comments · May be fixed by #73
Open

Add revoke_collection_authority #17

0xIchigo opened this issue May 15, 2024 · 2 comments · May be fixed by #73
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@0xIchigo
Copy link
Collaborator

In our Node.js SDK, we have the revokeCollectionAuthority method, which revokes collection authority from an address. This is handy when used with our Mint API. We should add this functionality to the Rust SDK

@0xIchigo 0xIchigo added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 15, 2024
@grandima
Copy link

I tried to dig into this issue and I found that Node.js SDK uses Metaplex to make NFT requests under the hood. Should the solution to this issue rely on some Rust alternative library to Metaplex or write all the necessary code (structs, requests) in Rust SDK library?

@0xIchigo
Copy link
Collaborator Author

@grandima, I haven't dug into it yet so I'm not 100% sure. It hasn't been a huge priority, so it's your call — whatever works best!

@grandima grandima linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants