cosmjs
cosmjs copied to clipboard
ExecuteResult in cosmwasm-stargate does not return data set by `.set_data()`
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(...)