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

Update client and message composer to underscore funds to avoid conflicts #110

Closed adairrr closed 1 year ago

adairrr commented 1 year ago

This change ensures that the funds parameter for message composer and the client generation are underscored to avoid conflicts with variables in the messages themselves.

We should do the same for fee and memo in the future

adairrr commented 1 year ago

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

adairrr commented 1 year ago

Did not pull this out into a configuration because as a non-object parameter it will have no conflicts.