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

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,6 +297,7 @@ 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
302
  defer.resolve({ txHash: signedTransaction.txID, txSend: defer.eventEmitter });
302
303
  }
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.3",
4
4
  "description": "Javascript SDK for the APENFT ",
5
5
  "main": "dist/index.js",
6
6
  "author": "Project APENFT Developers",