croncat-mod-nft 1.0.0

Provides CosmWasm queries of NFT contracts, helpful when making CronCat tasks with queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.