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 conform to the configured CreateOrigin and have sufficient funds free.
CreateOrigin
ItemDeposit funds of sender are reserved.
ItemDeposit
Parameters:
collection
admin
Emits Created event when successful.
Created
Weight: O(1)
O(1)
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 conform to the configured
CreateOriginand have sufficient funds free.ItemDepositfunds of sender are reserved.Parameters:
collection: The identifier of the new collection. This must not be currently in use.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)