Crate croncat_mod_nft
source ·Expand description
CronCats contract for NFT queries
The contract has two queries:
Query | Description |
---|---|
OwnerOfNft | Get the owner of the NFT, check if it’s the specified address |
AddrHasNft | Check if the address has any NFTs, get a list of them |
This contract doesn’t support Execute
actions and it doesn’t have any state.