CanClaimParams
type CanClaimParams = { claimer: string; from?: string; quantity: bigint; tokenId: bigint;};
type claimer = string;
type from = string;
type quantity = bigint;
type tokenId = bigint;
type CanClaimParams = { claimer: string; from?: string; quantity: bigint; tokenId: bigint;};
type claimer = string;
type from = string;
type quantity = bigint;
type tokenId = bigint;