@stellar-expert/tx-meta-effects-parser 5.7.0 → 5.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/tx-meta-effects-parser",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "Low-level effects parser for Stellar transaction results and meta XDR",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -422,6 +422,8 @@ class EffectsAnalyzer {
422
422
  }
423
423
 
424
424
  processDexOperationEffects() {
425
+ if (!this.result)
426
+ return
425
427
  //process trades first
426
428
  for (const claimedOffer of this.result.claimedOffers) {
427
429
  const trade = {