Misc
Last updated
{ trees: Tree[]; hats: Hat[]; wearers: Wearer[] }// search for a given hat, tree or wearer.
// include only the object's ID in the reuslt
const res = await client.searchTreesHatsWearers({
chainId: 10,
search: "0x0000000100020001000100000000000000000000000000000000000000000000",
treeProps: {},
hatProps: {},
wearerProps: {},
});