NFTMintParams

type NFTMintParams = { nfts: Array<NFTInput | string>; to: string };