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