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

Support CosmWasm v1.1 schema response types #61

Closed pyramation closed 2 years ago

pyramation commented 2 years ago

first we supported the schema https://github.com/CosmWasm/ts-codegen/pull/60

Now we need to add response type support

pyramation commented 2 years ago
pyramation commented 2 years ago

should close with #63