Add missing BlockSearchResponse case to Response

This commit is contained in:
Simon Warta 2021-11-23 10:16:10 +01:00
parent 39bd0d437f
commit e3ce6eb3d8
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- @cosmjs/tendermint-rpc: Add missing `BlockSearchResponse` case to `Response`.
### Changed
- @cosmjs/stargate: Remove verified queries from `AuthExtension` and

View File

@ -8,6 +8,7 @@ export type Response =
| AbciQueryResponse
| BlockResponse
| BlockResultsResponse
| BlockSearchResponse
| BlockchainResponse
| BroadcastTxAsyncResponse
| BroadcastTxSyncResponse