Mint an item of a particular collection.
The origin must be Signed and the sender must be the Issuer of the collection.
collection
item
beneficiary
Emits Issued event when successful.
Issued
Weight: O(1)
O(1)
Mint an item of a particular collection.
The origin must be Signed and the sender must be the Issuer of the
collection
.collection
: The collection of the item to be minted.item
: The item value of the item to be minted.beneficiary
: The initial owner of the minted item.Emits
Issued
event when successful.Weight:
O(1)