public-awesome / cw-nfts

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

make minter for instantiate msg optional #151

Closed taitruong closed 3 weeks ago

taitruong commented 6 months ago

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.