GetFullProfileParams

type GetFullProfileParams = {
client: ThirdwebClient;
includeJoinDate?: boolean;
overrides?: {
chain?: Chain;
lensHandleAddress?: Hex;
lensHubAddress?: Hex;
tokenHandleRegistryAddress?: Hex;
};
profileId: bigint;
};