ClaimToParams

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