[][src]Crate cw721

Structs

AllNftInfoResponse

TODO: cleaner way of combining the two structs than cut and paste?

ApprovedForAllResponse
ContractInfoResponse
Cw721CanonicalContract

This is a respresentation of Cw721Contract for storage. Don't use it directly, just translate to the Cw721Contract when needed.

Cw721Contract

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

Cw721ReceiveMsg

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

NftInfoResponse
NumTokensResponse
OwnerOfResponse
TokensResponse

Enums

Cw721HandleMsg
Cw721QueryMsg
Expiration