GetHandleFromProfileIdParams

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