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

issues with useContracts plugin #123

Closed pyramation closed 1 year ago

pyramation commented 1 year ago

for documentation, not the plugin itself:

pyramation commented 1 year ago

maybe the private/protected isn't something we should consider an issue w ts codegen, but more the end compiler in the boilerplate to generate packages

for now here is an example of a "fix": https://github.com/cosmology-tech/mesh-security/commit/725c862f8b832f59f53953efcb5566b8545e815b

cc @Zetazzz

pyramation commented 1 year ago

the private/protected issue may go away once we switch over to tsc! let's not jump on this quite yet.