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

Add aliasEntryPoints option #111

Closed adairrr closed 1 year ago

adairrr commented 1 year ago

This change adds the option to alias the entry points. In the future, it should be extended for the MigrateMsg and InstantiateMsg as well.

adairrr commented 1 year ago

https://github.com/CosmWasm/ts-codegen/issues/104