@stellar-expert/tx-meta-effects-parser 7.0.0-rc.6 → 7.0.0-rc.7

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": "7.0.0-rc.6",
3
+ "version": "7.0.0-rc.7",
4
4
  "description": "Low-level effects parser for Stellar transaction results and meta XDR",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -310,6 +310,7 @@ module.exports = {
310
310
  xdrParseAsset,
311
311
  xdrParseAccountAddress,
312
312
  xdrParseContractAddress,
313
+ xdrParseMuxedScAddress,
313
314
  xdrParseClaimant,
314
315
  xdrParseClaimedOffer,
315
316
  xdrParseTradeAtom,