Misc
searchTreesHatsWearers
const res = await hatsSubgraphClient.searchTreesHatsWearers({
chainId,
search,
treeProps,
hatProps,
wearerProps,
});{
chainId: number;
search: string;
treeProps: TreePropsConfig;
hatProps: HatPropsConfig;
wearerProps: WearerPropsConfig;
}Last updated