@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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1694,6 +1694,7 @@ var T2000 = class _T2000 extends EventEmitter {
|
|
|
1694
1694
|
return built.tx;
|
|
1695
1695
|
});
|
|
1696
1696
|
const toInfo = SUPPORTED_ASSETS[toAsset];
|
|
1697
|
+
await this.client.waitForTransaction({ digest: gasResult.digest });
|
|
1697
1698
|
const txDetail = await this.client.getTransactionBlock({
|
|
1698
1699
|
digest: gasResult.digest,
|
|
1699
1700
|
options: { showBalanceChanges: true }
|