mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add missing BlockSearchResponse case to Response
This commit is contained in:
parent
39bd0d437f
commit
e3ce6eb3d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user