CreateNewPackParams

type CreateNewPackParams = {
amountDistributedPerOpen: bigint;
client: ThirdwebClient;
contract: ThirdwebContract;
erc1155Rewards?: Array<ERC1155Reward>;
erc20Rewards?: Array<ERC20Reward>;
erc721Rewards?: Array<ERC721Reward>;
openStartTimestamp: Date;
packMetadata: NFTInput | string;
recipient: string;
tokenOwner: string;
};