CosmWasm / ts-codegen

Convert your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
https://cosmology.zone/products/ts-codegen
Apache License 2.0
116 stars 27 forks source link

fix helper files and bundle file #124

Closed Zetazzz closed 1 year ago

Zetazzz commented 1 year ago

fix helper files fix exporting helper files and provider bundle file

Zetazzz commented 1 year ago

Added an option of using shorthand constructor and added doc for that.