type ResolveUDNameOptions = { address: string; client: ThirdwebClient; resolverAddress?: string; resolverChain?: Chain;};
type address = string;
type client = ThirdwebClient;
type resolverAddress = string;
type resolverChain = Chain;