nft.createCollection()
extrinsic with the following parameters:
nft.mint()
method on the collection to start minting additional tokens so long as the max issuance has not been reached:
sft.createCollection()
extrinsic with the following parameters:
sft.createToken()
extrinsic with the following parameters:
sft.mint()
method to start minting additional tokens so long as the max issuance for that token has not been reached. The owner can pass in a tuple of serialNumbers and quantities to mint multiple tokens at once.