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

Suffix fee, memo, and funds with underscores #152

Open adairrr opened 1 month ago

adairrr commented 1 month ago

Implements https://github.com/CosmWasm/ts-codegen/issues/113

This updates the generated parameters for fee, memo, and funds to be fee_, memo_, and funds_ respectively due to possible conflicts with wasm messages. See #97 for an example.

adairrr commented 1 month ago

@pyramation tagging you because I don't have reviewer permissions