GetClaimParamsOptions
type GetClaimParamsOptions = { from?: string; quantity: bigint; to: string;} & ( | { type: "erc721" } | { tokenDecimals: number; type: "erc20" } | { tokenId: bigint; type: "erc1155" });
type GetClaimParamsOptions = { from?: string; quantity: bigint; to: string;} & ( | { type: "erc721" } | { tokenDecimals: number; type: "erc20" } | { tokenId: bigint; type: "erc1155" });