CollectionConfigurationUpdate
Hierarchy
- { admin: PublicKey; baseURL: Field; name: Field; royaltyFee: UInt32; transferFee: UInt64 }
- CollectionConfigurationUpdate
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { admin: PublicKey; baseURL: Field; name: Field; royaltyFee: UInt32; transferFee: UInt64 }
externaladmin: PublicKey = PublicKey
The public key of the admin contract.
externalbaseURL: Field = Field
The base URL for the metadata of the NFTs in the collection.
externalname: Field = Field
The name of the collection.
externalroyaltyFee: UInt32 = UInt32
The royalty fee percentage (e.g., 1000 = 1%).
externaltransferFee: UInt64 = UInt64
The transfer fee amount.
Returns CollectionConfigurationUpdate
Properties
admin
The public key of the admin contract.
baseURL
The base URL for the metadata of the NFTs in the collection.
name
The name of the collection.
royaltyFee
The royalty fee percentage (e.g., 1000 = 1%).
transferFee
The transfer fee amount.
Represents an update to the collection's configuration, such as name, base URL, fees, and admin.