Closed adairrr closed 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.
funds
We should do the same for fee and memo in the future
fee
memo
https://github.com/CosmWasm/ts-codegen/issues/97
Did not pull this out into a configuration because as a non-object parameter it will have no conflicts.
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
andmemo
in the future