We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mint()
update_ownership()
Cw721Execute
Saw this TODO:
https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/contracts/cw721-base/src/execute.rs#L80
Since it Cw721Execute covers all execute msgs, imo above methods should also be part of this trait: https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/packages/cw721/src/traits.rs#L18
@shanev, @larry0x, let me know whether u agree and I'll make a PR for this.
The text was updated successfully, but these errors were encountered:
cw721-expiration
invalid NFT
Done in #161
Sorry, something went wrong.
No branches or pull requests
Saw this TODO:
https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/contracts/cw721-base/src/execute.rs#L80
Since it
Cw721Execute
covers all execute msgs, imo above methods should also be part of this trait: https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/packages/cw721/src/traits.rs#L18@shanev, @larry0x, let me know whether u agree and I'll make a PR for this.
The text was updated successfully, but these errors were encountered: