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
Rather prefer having minter: Option<String>: https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/contracts/cw721-base/src/msg.rs#L8-L18
minter: Option<String>
In case of none, info.sender should be minter. Makes it easier for other contracts (e.g. minter) re-using this msg.
info.sender
The text was updated successfully, but these errors were encountered:
public-awesome#151 make minter optional
54eb891
Merge pull request #152 from arkprotocol/optional_minter
378ae39
#151 make minter optional
No branches or pull requests
Rather prefer having
minter: Option<String>
:https://github.com/CosmWasm/cw-nfts/blob/177a993dfb5a1a3164be1baf274f43b1ca53da53/contracts/cw721-base/src/msg.rs#L8-L18
In case of none,
info.sender
should be minter. Makes it easier for other contracts (e.g. minter) re-using this msg.The text was updated successfully, but these errors were encountered: