ClaimToParams

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