Mint an item by providing the pre-signed approval.
Origin must be Signed.
mint_data: The pre-signed approval that consists of the information about the item,
its metadata, attributes, who can mint it (None for anyone) and until what block
number.
signature: The signature of the data object.
signer: The data object's signer. Should be an Issuer of the collection.
Emits Issued on success.
Emits AttributeSet if the attributes were provided.
Emits ItemMetadataSet if the metadata was not empty.
Mint an item by providing the pre-signed approval.
Origin must be Signed.
mint_data
: The pre-signed approval that consists of the information about the item, its metadata, attributes, who can mint it (None
for anyone) and until what block number.signature
: The signature of thedata
object.signer
: Thedata
object's signer. Should be an Issuer of the collection.Emits
Issued
on success. EmitsAttributeSet
if the attributes were provided. EmitsItemMetadataSet
if the metadata was not empty.