mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
feat: add payment channel details to tx (2) (#920)
* Bump transactionparser to v0.7.1 and update output schema * yarn docgen for required `threshold` and `weights`
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
},
|
||||
"orderbookChanges": {},
|
||||
"ledgerVersion": 786310,
|
||||
"indexInLedger": 0
|
||||
"indexInLedger": 0,
|
||||
"channelChanges": {
|
||||
"status": "modified",
|
||||
"channelId": "43904CBFCDCEC530B4037871F86EE90BF799DF8D2E0EA564BC8A3F332E4F5FB1",
|
||||
"source": "rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK",
|
||||
"destination": "rBmNDZ7vbTCwakKXsX3pDAwDdQuxM7yBRa",
|
||||
"channelBalanceChangeDrops": "801000",
|
||||
"channelAmountDrops": "1000000",
|
||||
"channelBalanceDrops": "801000",
|
||||
"previousTxnId": "0E9CA3AB1053FC0C1CBAA75F636FE1EC92F118C7056BBEF5D63E4C116458A16D"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,6 +24,14 @@
|
||||
},
|
||||
"orderbookChanges": {},
|
||||
"ledgerVersion": 786309,
|
||||
"indexInLedger": 0
|
||||
"indexInLedger": 0,
|
||||
"channelChanges": {
|
||||
"status": "created",
|
||||
"channelId": "43904CBFCDCEC530B4037871F86EE90BF799DF8D2E0EA564BC8A3F332E4F5FB1",
|
||||
"source": "rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK",
|
||||
"destination": "rBmNDZ7vbTCwakKXsX3pDAwDdQuxM7yBRa",
|
||||
"channelAmountDrops": "1000000",
|
||||
"channelBalanceDrops": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,6 +21,16 @@
|
||||
},
|
||||
"orderbookChanges": {},
|
||||
"ledgerVersion": 786310,
|
||||
"indexInLedger": 1
|
||||
"indexInLedger": 1,
|
||||
"channelChanges": {
|
||||
"status": "modified",
|
||||
"channelId": "43904CBFCDCEC530B4037871F86EE90BF799DF8D2E0EA564BC8A3F332E4F5FB1",
|
||||
"source": "rfAuMkVuZQnQhvdMcUKg4ndBb9SPDhzNmK",
|
||||
"destination": "rBmNDZ7vbTCwakKXsX3pDAwDdQuxM7yBRa",
|
||||
"channelAmountChangeDrops": "1000000",
|
||||
"channelAmountDrops": "2000000",
|
||||
"channelBalanceDrops": "801000",
|
||||
"previousTxnId": "81B9ECAE7195EB6E8034AEDF44D8415A7A803E14513FDBB34FA984AB37D59563"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user