cosmjs icon indicating copy to clipboard operation
cosmjs copied to clipboard

ExecuteResult in cosmwasm-stargate does not return data set by `.set_data()`

Open kevzzsk opened this issue 5 months ago • 0 comments

https://github.com/cosmos/cosmjs/blob/0d9181dbac7399f1f0ded14823101be8ed22249a/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L155-L165

Seems to only return events, but not the binary data set using

Response::new().set_data(...)

kevzzsk avatar May 21 '25 08:05 kevzzsk