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