MintNFTParams

The params for the useMintNFT hook mutation.

type MintNFTParams = {
metadata: NFTMetadataOrUri;
supply?: Amount;
};