ClaimToParams
type ClaimToParams = {  from?: string;  quantity: bigint;  singlePhaseDrop?: boolean;  to: string;  tokenId: bigint;};
type from = string;
type quantity = bigint;
type singlePhaseDrop = boolean;
type to = string;
type tokenId = bigint;