Mint an item of a particular collection from a privileged origin.
The origin must conform to ForceOrigin or must be Signed and the sender must be the Issuer of the collection.
ForceOrigin
Signed
collection
item
mint_to
item_config
Emits Issued event when successful.
Issued
Weight: O(1)
O(1)
Mint an item of a particular collection from a privileged origin.
The origin must conform to
ForceOrigin
or must beSigned
and the sender must be the Issuer of thecollection
.collection
: The collection of the item to be minted.item
: An identifier of the new item.mint_to
: Account into which the item will be minted.item_config
: A config of the new item.Emits
Issued
event when successful.Weight:
O(1)