Skip to content

Commit

Permalink
fix: change to getAllContractState
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Oct 28, 2024
1 parent 30a68fd commit ea5438e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/@cosmjs+cosmwasm-stargate+0.31.3.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.d.ts b/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.d.ts
index 3aebdc5..a56a68e 100644
index 3aebdc5..7fa6509 100644
--- a/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.d.ts
+++ b/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.d.ts
@@ -1,5 +1,6 @@
Expand All @@ -22,7 +22,7 @@ index 3aebdc5..a56a68e 100644
* Promise is rejected for invalid response format.
*/
queryContractSmart(address: string, queryMsg: JsonObject): Promise<JsonObject>;
+ queryContractSmart(address: string, paginationKey: Uint8Array): Promise<QueryAllContractStateResponse>;
+ getAllContractState(address: string, paginationKey: Uint8Array): Promise<QueryAllContractStateResponse>;
private txsQuery;
}
diff --git a/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.js b/node_modules/@cosmjs/cosmwasm-stargate/build/cosmwasmclient.js
Expand Down

0 comments on commit ea5438e

Please sign in to comment.