Issue a new collection of non-fungible items from a privileged origin.
This new collection has no items initially.
The origin must conform to ForceOrigin.
Unlike create, no funds are reserved.
owner: The owner of this collection of items. The owner has full superuser
permissions over this item, but may later change and configure the permissions using
transfer_ownership and set_team.
Issue a new collection of non-fungible items from a privileged origin.
This new collection has no items initially.
The origin must conform to
ForceOrigin
.Unlike
create
, no funds are reserved.owner
: The owner of this collection of items. The owner has full superuser permissions over this item, but may later change and configure the permissions usingtransfer_ownership
andset_team
.Emits
ForceCreated
event when successful.Weight:
O(1)