holochain-open-dev / holoom

Tools for weaving blockchain data into holochain
2 stars 1 forks source link

chore: gen zome fn bindings #75

Closed 8e8b2c closed 1 month ago

8e8b2c commented 1 month ago

@holoom/types now automatically defines a class for each coordinator zome that in turn contains autogenerated methods corresponding to that zome's hdk_extern functions.

The @holoom/client and @holoom/authority packages have been updates to use these classes.