Closed happylolonly closed 1 year ago
https://github.com/confio/cosmjs-types/blob/main/src/cosmos/tx/v1beta1/service.ts
correct is tx_responses not txResponses
tx_responses
txResponses
https://docs.cosmos.network/swagger/#/Service/GetTxsEvent
The generated code is a TS type to which protobuf is deserialized to. It is not a JSON format as you linked. Different casings of the fields are expected.
https://github.com/confio/cosmjs-types/blob/main/src/cosmos/tx/v1beta1/service.ts
correct is
tx_responses
nottxResponses
https://docs.cosmos.network/swagger/#/Service/GetTxsEvent