[][src]Module cw721_base::msg

Structs

InitMsg
MintMsg
MinterResponse

Shows who can mint these tokens

Enums

HandleMsg

This is like Cw721HandleMsg but we add a Mint command for an owner to make this stand-alone. You will likely want to remove mint and use other control logic in any contract that inherits this.

QueryMsg