@0xobelisk/sui-client 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xobelisk/sui-client",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Tookit for interacting with move eps framework",
5
5
  "keywords": [
6
6
  "sui",
package/src/dubhe.ts CHANGED
@@ -1149,7 +1149,7 @@ export class Dubhe {
1149
1149
  return await this.suiIndexerClient.getTransaction(digest);
1150
1150
  }
1151
1151
 
1152
- async awaitIndexerTransaction(
1152
+ async waitForIndexerTransaction(
1153
1153
  digest: string,
1154
1154
  options?: {
1155
1155
  checkInterval?: number;