@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/dist/index.mjs CHANGED
@@ -2282,7 +2282,7 @@ var Dubhe = class {
2282
2282
  async getTransaction(digest) {
2283
2283
  return await this.suiIndexerClient.getTransaction(digest);
2284
2284
  }
2285
- async awaitIndexerTransaction(digest, options) {
2285
+ async waitForIndexerTransaction(digest, options) {
2286
2286
  const {
2287
2287
  checkInterval = 100,
2288
2288
  timeout = 3e4,