ResolveAvatarOptions

type ResolveAvatarOptions = {
client: ThirdwebClient;
name: string;
resolverAddress?: string;
resolverChain?: Chain;
};