apenft-js-tron 2.1.2-beta.2 → 2.1.2-beta.4

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.
@@ -297,8 +297,9 @@ var ContractSchemas = /** @class */ (function (_super) {
297
297
  // }, 2000)
298
298
  // // }
299
299
  if (output.receipt && output.receipt.result === 'SUCCESS') {
300
+ console.log("defer.resolve");
300
301
  defer.eventEmitter.emit('confirmation', confirmationNumber, output, signedTransaction);
301
- defer.resolve({ txHash: signedTransaction.txID, txSend: defer.eventEmitter });
302
+ return [2 /*return*/, defer.resolve({ txHash: signedTransaction.txID, txSend: defer.eventEmitter })];
302
303
  }
303
304
  return [2 /*return*/];
304
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apenft-js-tron",
3
- "version": "2.1.2-beta.2",
3
+ "version": "2.1.2-beta.4",
4
4
  "description": "Javascript SDK for the APENFT ",
5
5
  "main": "dist/index.js",
6
6
  "author": "Project APENFT Developers",