Represents the parameters for claiming an ERC721 token.
type ClaimToParams = { from?: Address; quantity: bigint; to: Address;};