EditionMintParams

type EditionMintParams = {
amount: bigint;
nft: NFTInput | string;
to: string;
tokenId?: bigint;
};