Crate cw721[][src]

Structs

AllNftInfoResponse
Approval
ApprovedForAllResponse
ContractInfoResponse
Cw721Contract

Cw721Contract is a wrapper around Addr that provides a lot of helpers for working with this.

Cw721ReceiveMsg

Cw721ReceiveMsg should be de/serialized under Receive() variant in a ExecuteMsg

NftInfoResponse
NumTokensResponse
OwnerOfResponse
TokensResponse

Enums

Cw721ExecuteMsg
Cw721QueryMsg
Expiration

Expiration represents a point in time when some event happens. It can compare with a BlockInfo and will return is_expired() == true once the condition is hit (and for every block in the future)