@silvana-one/apiFunctionsmintNftmintNft CallablemintNft<ThrowOnError>(options: any): anyMint new NFT to a specified address. The mint endpoint allows authorized users to mint new NFT on the Mina blockchain. This transaction creates new NFT. The sender must have the authority to mint NFTs, typically the admin of the NFT contract.Type parametersThrowOnError: boolean = falseParametersoptions: anyReturns any
Mint new NFT to a specified address. The
mintendpoint allows authorized users to mint new NFT on the Mina blockchain. This transaction creates new NFT. The sender must have the authority to mint NFTs, typically the admin of the NFT contract.