Open adairrr opened 3 months 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.
fee_
memo_
funds_
@pyramation tagging you because I don't have reviewer permissions
Implements https://github.com/CosmWasm/ts-codegen/issues/113
This updates the generated parameters for fee, memo, and funds to be
fee_
,memo_
, andfunds_
respectively due to possible conflicts with wasm messages. See #97 for an example.