@t2000/sdk 0.4.0 → 0.4.1

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.cjs CHANGED
@@ -1696,6 +1696,7 @@ var T2000 = class _T2000 extends eventemitter3.EventEmitter {
1696
1696
  return built.tx;
1697
1697
  });
1698
1698
  const toInfo = SUPPORTED_ASSETS[toAsset];
1699
+ await this.client.waitForTransaction({ digest: gasResult.digest });
1699
1700
  const txDetail = await this.client.getTransactionBlock({
1700
1701
  digest: gasResult.digest,
1701
1702
  options: { showBalanceChanges: true }