GetHandleFromProfileIdParams

type GetHandleFromProfileIdParams = {
client: ThirdwebClient;
overrides?: {
chain?: Chain;
lensHandleAddress?: string;
tokenHandleRegistryAddress?: string;
};
profileId: bigint;
};