create: TxDescriptor< { admin: MultiAddress; config: { max_supply?: number; mint_settings: { default_item_settings: bigint; end_block?: number; mint_type: Enum< { HolderOf: number; Issuer: undefined; Public: undefined }, >; price?: bigint; start_block?: number; }; settings: bigint; }; },>
Issue a new collection of non-fungible items from a public origin.
This new collection has no items initially and its owner is the origin.
The origin must be Signed and the sender must have sufficient funds free.
CollectionDepositfunds of sender are reserved.Parameters:
admin: The admin of this collection. The admin is the initial address of each member of the collection's admin team.Emits
Createdevent when successful.Weight:
O(1)