ClaimToParams

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