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 29 forks source link

`Coin` missing from `fromPartial` output #16

Closed pyramation closed 2 years ago

pyramation commented 2 years ago

no import for Coin — again, is this a case where it needs to be exported from cosmwasm_std?

e.g. the Minter contact includes it, but the sg721 does not.