GetFullProfileParams

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