public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
188 stars 180 forks source link

QueryMsg::Extension = phantom marker? #142

Closed taitruong closed 1 month ago

taitruong commented 11 months ago

Not sure what this is, but it looks like this is just a phantom marker so it gets compiled:

https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/contracts/cw721-base/src/msg.rs#L158-L159

When removing it, this error is shown: image