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
This struct:
launchpad/packages/sg-metadata/src/lib.rs
Lines 16 to 45 in 5c94381
Could be removed and instead expose from cw721. Like:
Metadata
NftExtensionMsg
NftExtension
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This struct:
launchpad/packages/sg-metadata/src/lib.rs
Lines 16 to 45 in 5c94381
Could be removed and instead expose from cw721. Like:
Metadata
is defined here: https://github.com/public-awesome/cw-nfts/blob/release/v0.18.0/contracts/cw721-metadata-onchain/src/lib.rs#L19-L29NftExtensionMsg
for msg handling: https://github.com/public-awesome/cw-nfts/blob/release/v0.19.0/packages/cw721/src/msg.rs#L954-L968NftExtension
for state handling: https://github.com/public-awesome/cw-nfts/blob/release/v0.19.0/packages/cw721/src/state.rs#L259-L269The text was updated successfully, but these errors were encountered: