sentioxyz / typemove

Generate TypeScript bindings for Move contracts
Apache License 2.0
28 stars 4 forks source link

fix(sui): generate builder functions for all entry functions regardless of visibility #77

Closed nithilan4 closed 9 months ago

nithilan4 commented 9 months ago

Fixes #75.

I'm not sure if this introduces an issue by allowing all entry functions to be in the builder namespace for codegen regardless of visibility though.