Skip to main content

Crate cw721

Crate cw721 

Source

Re-exports§

pub use state::Approval;
pub use state::Attribute;
pub use state::CollectionExtension;
pub use state::NftExtension;
pub use state::RoyaltyInfo;

Modules§

error
execute
extension
helpers
msg
query
receiver
state
traits

Structs§

Ownership
The contract’s ownership info

Enums§

Action
Actions that can be taken to alter the contract’s ownership
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)
OwnershipError
Errors associated with the contract’s ownership

Type Aliases§

ContractInfoResponseDeprecated
DefaultOptionalCollectionExtension
Type for Option<CollectionExtension<RoyaltyInfo>>
DefaultOptionalCollectionExtensionMsg
Type for Option<CollectionExtensionMsg<RoyaltyInfoResponse>>
DefaultOptionalNftExtension
Type for Option<NftExtension>.
DefaultOptionalNftExtensionMsg
Type for Option<NftExtensionMsg>.
EmptyOptionalCollectionExtension
Type for Option<Empty>
EmptyOptionalCollectionExtensionMsg
Type for Option<Empty>
EmptyOptionalNftExtension
Type for Option<Empty>
EmptyOptionalNftExtensionMsg
Type for Option<Empty>
MetaDataDeprecated