Add missing BlockSearchResponse case to Response
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@ export type Response =
|
||||
| AbciQueryResponse
|
||||
| BlockResponse
|
||||
| BlockResultsResponse
|
||||
| BlockSearchResponse
|
||||
| BlockchainResponse
|
||||
| BroadcastTxAsyncResponse
|
||||
| BroadcastTxSyncResponse
|
||||
|
||||
Reference in New Issue
Block a user