Re-exports§
pub use state::Approval;pub use state::Attribute;pub use state::CollectionExtension;pub use state::NftExtension;pub use state::RoyaltyInfo;
Modules§
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)
- Ownership
Error - Errors associated with the contract’s ownership
Type Aliases§
- Contract
Info Response Deprecated - Default
Optional Collection Extension - Type for
Option<CollectionExtension<RoyaltyInfo>> - Default
Optional Collection Extension Msg - Type for
Option<CollectionExtensionMsg<RoyaltyInfoResponse>> - Default
Optional NftExtension - Type for
Option<NftExtension>. - Default
Optional NftExtension Msg - Type for
Option<NftExtensionMsg>. - Empty
Optional Collection Extension - Type for
Option<Empty> - Empty
Optional Collection Extension Msg - Type for
Option<Empty> - Empty
Optional NftExtension - Type for
Option<Empty> - Empty
Optional NftExtension Msg - Type for
Option<Empty> - Meta
Data Deprecated