@ledgerhq/live-common 34.12.0-nightly.2 → 34.12.0

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.
Files changed (98) hide show
  1. package/lib/csvExport.d.ts.map +1 -1
  2. package/lib/csvExport.js +3 -6
  3. package/lib/csvExport.js.map +1 -1
  4. package/lib/e2e/index.d.ts +2 -0
  5. package/lib/e2e/index.d.ts.map +1 -1
  6. package/lib/e2e/speculos.d.ts.map +1 -1
  7. package/lib/e2e/speculos.js +0 -17
  8. package/lib/e2e/speculos.js.map +1 -1
  9. package/lib/exchange/providers/index.d.ts +0 -1
  10. package/lib/exchange/providers/index.d.ts.map +1 -1
  11. package/lib/exchange/providers/index.js +3 -7
  12. package/lib/exchange/providers/index.js.map +1 -1
  13. package/lib/exchange/providers/swap.d.ts.map +1 -1
  14. package/lib/exchange/providers/swap.js +0 -6
  15. package/lib/exchange/providers/swap.js.map +1 -1
  16. package/lib/exchange/swap/completeExchange.d.ts.map +1 -1
  17. package/lib/exchange/swap/completeExchange.js +1 -19
  18. package/lib/exchange/swap/completeExchange.js.map +1 -1
  19. package/lib/exchange/swap/utils/index.js +1 -2
  20. package/lib/exchange/swap/utils/index.js.map +1 -1
  21. package/lib/exchange/testCurrencyConfig/data/coins.d.ts.map +1 -1
  22. package/lib/exchange/testCurrencyConfig/data/coins.js +0 -5
  23. package/lib/exchange/testCurrencyConfig/data/coins.js.map +1 -1
  24. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  25. package/lib/featureFlags/defaultFeatures.js +1 -1
  26. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  27. package/lib/featureFlags/firebaseFeatureFlags.d.ts +1 -0
  28. package/lib/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
  29. package/lib/featureFlags/useFeature.d.ts +1 -1
  30. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  31. package/lib/generated/exchange.d.ts +0 -5
  32. package/lib/generated/exchange.d.ts.map +1 -1
  33. package/lib/generated/exchange.js +4 -6
  34. package/lib/generated/exchange.js.map +1 -1
  35. package/lib/platform/types.d.ts +0 -1
  36. package/lib/platform/types.d.ts.map +1 -1
  37. package/lib/platform/types.js.map +1 -1
  38. package/lib-es/csvExport.d.ts.map +1 -1
  39. package/lib-es/csvExport.js +3 -6
  40. package/lib-es/csvExport.js.map +1 -1
  41. package/lib-es/e2e/index.d.ts +2 -0
  42. package/lib-es/e2e/index.d.ts.map +1 -1
  43. package/lib-es/e2e/speculos.d.ts.map +1 -1
  44. package/lib-es/e2e/speculos.js +0 -17
  45. package/lib-es/e2e/speculos.js.map +1 -1
  46. package/lib-es/exchange/providers/index.d.ts +0 -1
  47. package/lib-es/exchange/providers/index.d.ts.map +1 -1
  48. package/lib-es/exchange/providers/index.js +2 -5
  49. package/lib-es/exchange/providers/index.js.map +1 -1
  50. package/lib-es/exchange/providers/swap.d.ts.map +1 -1
  51. package/lib-es/exchange/providers/swap.js +0 -6
  52. package/lib-es/exchange/providers/swap.js.map +1 -1
  53. package/lib-es/exchange/swap/completeExchange.d.ts.map +1 -1
  54. package/lib-es/exchange/swap/completeExchange.js +1 -19
  55. package/lib-es/exchange/swap/completeExchange.js.map +1 -1
  56. package/lib-es/exchange/swap/utils/index.js +1 -2
  57. package/lib-es/exchange/swap/utils/index.js.map +1 -1
  58. package/lib-es/exchange/testCurrencyConfig/data/coins.d.ts.map +1 -1
  59. package/lib-es/exchange/testCurrencyConfig/data/coins.js +0 -5
  60. package/lib-es/exchange/testCurrencyConfig/data/coins.js.map +1 -1
  61. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  62. package/lib-es/featureFlags/defaultFeatures.js +1 -1
  63. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  64. package/lib-es/featureFlags/firebaseFeatureFlags.d.ts +1 -0
  65. package/lib-es/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
  66. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  67. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  68. package/lib-es/generated/exchange.d.ts +0 -5
  69. package/lib-es/generated/exchange.d.ts.map +1 -1
  70. package/lib-es/generated/exchange.js +0 -2
  71. package/lib-es/generated/exchange.js.map +1 -1
  72. package/lib-es/platform/types.d.ts +0 -1
  73. package/lib-es/platform/types.d.ts.map +1 -1
  74. package/lib-es/platform/types.js.map +1 -1
  75. package/package.json +32 -32
  76. package/src/csvExport.ts +4 -6
  77. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +177 -7
  78. package/src/e2e/speculos.ts +0 -18
  79. package/src/exchange/providers/index.ts +3 -9
  80. package/src/exchange/providers/swap.ts +1 -16
  81. package/src/exchange/swap/completeExchange.ts +1 -24
  82. package/src/exchange/swap/utils/index.ts +1 -1
  83. package/src/exchange/testCurrencyConfig/data/coins.ts +0 -5
  84. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +670 -3
  85. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +95 -3
  86. package/src/families/tron/__snapshots__/bridge.integration.test.ts.snap +361 -2733
  87. package/src/featureFlags/defaultFeatures.ts +1 -0
  88. package/src/generated/exchange.ts +0 -2
  89. package/src/platform/types.ts +0 -1
  90. package/lib/families/ton/exchange.d.ts +0 -8
  91. package/lib/families/ton/exchange.d.ts.map +0 -1
  92. package/lib/families/ton/exchange.js +0 -13
  93. package/lib/families/ton/exchange.js.map +0 -1
  94. package/lib-es/families/ton/exchange.d.ts +0 -8
  95. package/lib-es/families/ton/exchange.d.ts.map +0 -1
  96. package/lib-es/families/ton/exchange.js +0 -11
  97. package/lib-es/families/ton/exchange.js.map +0 -1
  98. package/src/families/ton/exchange.ts +0 -16
@@ -3,17 +3,33 @@
3
3
  exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
4
4
  [
5
5
  {
6
- "balance": "88059590",
6
+ "balance": "2199135332",
7
7
  "currencyId": "hedera",
8
8
  "derivationMode": "hederaBip44",
9
9
  "freshAddress": "0.0.1040977",
10
10
  "freshAddressPath": "44/3030",
11
11
  "id": "js:2:hedera:0.0.1040977:hederaBip44",
12
12
  "index": 0,
13
- "operationsCount": 1,
13
+ "operationsCount": 23,
14
14
  "pendingOperations": [],
15
15
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
16
- "spendableBalance": "88059590",
16
+ "spendableBalance": "2199135332",
17
+ "swapHistory": [],
18
+ "syncHash": undefined,
19
+ "used": true,
20
+ },
21
+ {
22
+ "balance": "394945",
23
+ "currencyId": "hedera",
24
+ "derivationMode": "hederaBip44",
25
+ "freshAddress": "0.0.7305122",
26
+ "freshAddressPath": "44/3030",
27
+ "id": "js:2:hedera:0.0.7305122:hederaBip44",
28
+ "index": 1,
29
+ "operationsCount": 12,
30
+ "pendingOperations": [],
31
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
32
+ "spendableBalance": "394945",
17
33
  "swapHistory": [],
18
34
  "syncHash": undefined,
19
35
  "used": true,
@@ -24,6 +40,235 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
24
40
  exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
25
41
  [
26
42
  [
43
+ {
44
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
45
+ "blockHash": null,
46
+ "blockHeight": 5,
47
+ "extra": {
48
+ "consensusTimestamp": "1729155939.657319000",
49
+ },
50
+ "fee": "194053",
51
+ "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
52
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-OUT",
53
+ "recipients": [
54
+ "0.0.7305122",
55
+ ],
56
+ "senders": [
57
+ "0.0.1040977",
58
+ ],
59
+ "type": "OUT",
60
+ "value": "294053",
61
+ },
62
+ {
63
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
64
+ "blockHash": null,
65
+ "blockHeight": 5,
66
+ "extra": {
67
+ "consensusTimestamp": "1726477122.251592000",
68
+ },
69
+ "fee": "203103",
70
+ "hash": "AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6",
71
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6-IN",
72
+ "recipients": [
73
+ "0.0.1040977",
74
+ ],
75
+ "senders": [
76
+ "0.0.7107424",
77
+ ],
78
+ "type": "IN",
79
+ "value": "12300000",
80
+ },
81
+ {
82
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
83
+ "blockHash": null,
84
+ "blockHeight": 5,
85
+ "extra": {
86
+ "consensusTimestamp": "1729155815.270550000",
87
+ },
88
+ "fee": "194053",
89
+ "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
90
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-IN",
91
+ "recipients": [
92
+ "0.0.1040977",
93
+ ],
94
+ "senders": [
95
+ "0.0.7305122",
96
+ ],
97
+ "type": "IN",
98
+ "value": "100000",
99
+ },
100
+ {
101
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
102
+ "blockHash": null,
103
+ "blockHeight": 5,
104
+ "extra": {
105
+ "consensusTimestamp": "1726477062.311057502",
106
+ },
107
+ "fee": "203410",
108
+ "hash": "dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG",
109
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG-IN",
110
+ "recipients": [
111
+ "0.0.1040977",
112
+ ],
113
+ "senders": [
114
+ "0.0.800",
115
+ "0.0.7107424",
116
+ ],
117
+ "type": "IN",
118
+ "value": "100000000",
119
+ },
120
+ {
121
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
122
+ "blockHash": null,
123
+ "blockHeight": 5,
124
+ "extra": {
125
+ "consensusTimestamp": "1726235313.566576000",
126
+ },
127
+ "fee": "198870",
128
+ "hash": "DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW",
129
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW-IN",
130
+ "recipients": [
131
+ "0.0.1040977",
132
+ ],
133
+ "senders": [
134
+ "0.0.7107424",
135
+ ],
136
+ "type": "IN",
137
+ "value": "100000000",
138
+ },
139
+ {
140
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
141
+ "blockHash": null,
142
+ "blockHeight": 5,
143
+ "extra": {
144
+ "consensusTimestamp": "1729147655.662122737",
145
+ },
146
+ "fee": "191792",
147
+ "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
148
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-OUT",
149
+ "recipients": [
150
+ "0.0.7305122",
151
+ ],
152
+ "senders": [
153
+ "0.0.1040977",
154
+ ],
155
+ "type": "OUT",
156
+ "value": "100191792",
157
+ },
158
+ {
159
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
160
+ "blockHash": null,
161
+ "blockHeight": 5,
162
+ "extra": {
163
+ "consensusTimestamp": "1729150225.131300000",
164
+ },
165
+ "fee": "193637",
166
+ "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
167
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-IN",
168
+ "recipients": [
169
+ "0.0.1040977",
170
+ ],
171
+ "senders": [
172
+ "0.0.7305122",
173
+ ],
174
+ "type": "IN",
175
+ "value": "99614516",
176
+ },
177
+ {
178
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
179
+ "blockHash": null,
180
+ "blockHeight": 5,
181
+ "extra": {
182
+ "consensusTimestamp": "1704213295.949352003",
183
+ },
184
+ "fee": "103989",
185
+ "hash": "H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p",
186
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p-OUT",
187
+ "recipients": [
188
+ "0.0.98",
189
+ ],
190
+ "senders": [
191
+ "0.0.1040977",
192
+ ],
193
+ "type": "OUT",
194
+ "value": "103989",
195
+ },
196
+ {
197
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
198
+ "blockHash": null,
199
+ "blockHeight": 5,
200
+ "extra": {
201
+ "consensusTimestamp": "1697645669.026204003",
202
+ },
203
+ "fee": "210184",
204
+ "hash": "hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC",
205
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC-OUT",
206
+ "recipients": [
207
+ "0.0.98",
208
+ ],
209
+ "senders": [
210
+ "0.0.1040977",
211
+ ],
212
+ "type": "OUT",
213
+ "value": "210184",
214
+ },
215
+ {
216
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
217
+ "blockHash": null,
218
+ "blockHeight": 5,
219
+ "extra": {
220
+ "consensusTimestamp": "1657021403.368076000",
221
+ },
222
+ "fee": "163081",
223
+ "hash": "iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J",
224
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J-IN",
225
+ "recipients": [
226
+ "0.0.1040977",
227
+ ],
228
+ "senders": [
229
+ "0.0.880760",
230
+ ],
231
+ "type": "IN",
232
+ "value": "99870000",
233
+ },
234
+ {
235
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
236
+ "blockHash": null,
237
+ "blockHeight": 5,
238
+ "extra": {
239
+ "consensusTimestamp": "1729177404.980663000",
240
+ },
241
+ "fee": "197305",
242
+ "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
243
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-OUT",
244
+ "recipients": [
245
+ "0.0.7305122",
246
+ ],
247
+ "senders": [
248
+ "0.0.1040977",
249
+ ],
250
+ "type": "OUT",
251
+ "value": "297305",
252
+ },
253
+ {
254
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
255
+ "blockHash": null,
256
+ "blockHeight": 5,
257
+ "extra": {
258
+ "consensusTimestamp": "1729156701.804949000",
259
+ },
260
+ "fee": "194053",
261
+ "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
262
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-IN",
263
+ "recipients": [
264
+ "0.0.1040977",
265
+ ],
266
+ "senders": [
267
+ "0.0.7305122",
268
+ ],
269
+ "type": "IN",
270
+ "value": "100000",
271
+ },
27
272
  {
28
273
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
29
274
  "blockHash": null,
@@ -44,6 +289,428 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
44
289
  "type": "OUT",
45
290
  "value": "1148589",
46
291
  },
292
+ {
293
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
294
+ "blockHash": null,
295
+ "blockHeight": 5,
296
+ "extra": {
297
+ "consensusTimestamp": "1726235092.011928000",
298
+ },
299
+ "fee": "197924",
300
+ "hash": "qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8",
301
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8-OUT",
302
+ "recipients": [
303
+ "0.0.7107424",
304
+ ],
305
+ "senders": [
306
+ "0.0.1040977",
307
+ ],
308
+ "type": "OUT",
309
+ "value": "187669298",
310
+ },
311
+ {
312
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
313
+ "blockHash": null,
314
+ "blockHeight": 5,
315
+ "extra": {
316
+ "consensusTimestamp": "1669565599.465640003",
317
+ },
318
+ "fee": "199161",
319
+ "hash": "sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA",
320
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA-OUT",
321
+ "recipients": [
322
+ "0.0.98",
323
+ ],
324
+ "senders": [
325
+ "0.0.1040977",
326
+ ],
327
+ "type": "OUT",
328
+ "value": "199161",
329
+ },
330
+ {
331
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
332
+ "blockHash": null,
333
+ "blockHeight": 5,
334
+ "extra": {
335
+ "consensusTimestamp": "1729237802.452111000",
336
+ },
337
+ "fee": "196821",
338
+ "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
339
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-OUT",
340
+ "recipients": [
341
+ "0.0.7305122",
342
+ ],
343
+ "senders": [
344
+ "0.0.1040977",
345
+ ],
346
+ "type": "OUT",
347
+ "value": "296821",
348
+ },
349
+ {
350
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
351
+ "blockHash": null,
352
+ "blockHeight": 5,
353
+ "extra": {
354
+ "consensusTimestamp": "1726233233.981368000",
355
+ },
356
+ "fee": "198124",
357
+ "hash": "sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs",
358
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs-OUT",
359
+ "recipients": [
360
+ "0.0.98",
361
+ ],
362
+ "senders": [
363
+ "0.0.1040977",
364
+ ],
365
+ "type": "OUT",
366
+ "value": "198124",
367
+ },
368
+ {
369
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
370
+ "blockHash": null,
371
+ "blockHeight": 5,
372
+ "extra": {
373
+ "consensusTimestamp": "1729100859.761766000",
374
+ },
375
+ "fee": "187371",
376
+ "hash": "tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy",
377
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy-OUT",
378
+ "recipients": [
379
+ "0.0.7107424",
380
+ ],
381
+ "senders": [
382
+ "0.0.800",
383
+ "0.0.1040977",
384
+ ],
385
+ "type": "OUT",
386
+ "value": "10187371",
387
+ },
388
+ {
389
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
390
+ "blockHash": null,
391
+ "blockHeight": 5,
392
+ "extra": {
393
+ "consensusTimestamp": "1729103620.094329000",
394
+ },
395
+ "fee": "187710",
396
+ "hash": "TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2",
397
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2-IN",
398
+ "recipients": [
399
+ "0.0.1040977",
400
+ ],
401
+ "senders": [
402
+ "0.0.7107424",
403
+ ],
404
+ "type": "IN",
405
+ "value": "2000000000",
406
+ },
407
+ {
408
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
409
+ "blockHash": null,
410
+ "blockHeight": 5,
411
+ "extra": {
412
+ "consensusTimestamp": "1729159845.725723000",
413
+ },
414
+ "fee": "195597",
415
+ "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
416
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-IN",
417
+ "recipients": [
418
+ "0.0.1040977",
419
+ ],
420
+ "senders": [
421
+ "0.0.7305122",
422
+ ],
423
+ "type": "IN",
424
+ "value": "8289627",
425
+ },
426
+ {
427
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
428
+ "blockHash": null,
429
+ "blockHeight": 5,
430
+ "extra": {
431
+ "consensusTimestamp": "1726233110.321533000",
432
+ },
433
+ "fee": "197824",
434
+ "hash": "y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu",
435
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu-IN",
436
+ "recipients": [
437
+ "0.0.1040977",
438
+ ],
439
+ "senders": [
440
+ "0.0.7107424",
441
+ ],
442
+ "type": "IN",
443
+ "value": "100000000",
444
+ },
445
+ {
446
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
447
+ "blockHash": null,
448
+ "blockHeight": 5,
449
+ "extra": {
450
+ "consensusTimestamp": "1729150309.511412000",
451
+ },
452
+ "fee": "193637",
453
+ "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
454
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-OUT",
455
+ "recipients": [
456
+ "0.0.7305122",
457
+ ],
458
+ "senders": [
459
+ "0.0.1040977",
460
+ ],
461
+ "type": "OUT",
462
+ "value": "10193637",
463
+ },
464
+ {
465
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
466
+ "blockHash": null,
467
+ "blockHeight": 5,
468
+ "extra": {
469
+ "consensusTimestamp": "1701941251.224927003",
470
+ },
471
+ "fee": "148487",
472
+ "hash": "Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw",
473
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw-OUT",
474
+ "recipients": [
475
+ "0.0.2024333",
476
+ ],
477
+ "senders": [
478
+ "0.0.800",
479
+ "0.0.1040977",
480
+ ],
481
+ "type": "OUT",
482
+ "value": "10148487",
483
+ },
484
+ ],
485
+ [
486
+ {
487
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
488
+ "blockHash": null,
489
+ "blockHeight": 5,
490
+ "extra": {
491
+ "consensusTimestamp": "1729155939.657319000",
492
+ },
493
+ "fee": "194053",
494
+ "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
495
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-IN",
496
+ "recipients": [
497
+ "0.0.7305122",
498
+ ],
499
+ "senders": [
500
+ "0.0.1040977",
501
+ ],
502
+ "type": "IN",
503
+ "value": "100000",
504
+ },
505
+ {
506
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
507
+ "blockHash": null,
508
+ "blockHeight": 5,
509
+ "extra": {
510
+ "consensusTimestamp": "1729155755.397758000",
511
+ },
512
+ "fee": "194053",
513
+ "hash": "cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht",
514
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht-OUT",
515
+ "recipients": [
516
+ "0.0.98",
517
+ ],
518
+ "senders": [
519
+ "0.0.7305122",
520
+ ],
521
+ "type": "OUT",
522
+ "value": "194053",
523
+ },
524
+ {
525
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
526
+ "blockHash": null,
527
+ "blockHeight": 5,
528
+ "extra": {
529
+ "consensusTimestamp": "1729155815.270550000",
530
+ },
531
+ "fee": "194053",
532
+ "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
533
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-OUT",
534
+ "recipients": [
535
+ "0.0.1040977",
536
+ ],
537
+ "senders": [
538
+ "0.0.7305122",
539
+ ],
540
+ "type": "OUT",
541
+ "value": "294053",
542
+ },
543
+ {
544
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
545
+ "blockHash": null,
546
+ "blockHeight": 5,
547
+ "extra": {
548
+ "consensusTimestamp": "1729147655.662122737",
549
+ },
550
+ "fee": "191792",
551
+ "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
552
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-IN",
553
+ "recipients": [
554
+ "0.0.7305122",
555
+ ],
556
+ "senders": [
557
+ "0.0.1040977",
558
+ ],
559
+ "type": "IN",
560
+ "value": "100000000",
561
+ },
562
+ {
563
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
564
+ "blockHash": null,
565
+ "blockHeight": 5,
566
+ "extra": {
567
+ "consensusTimestamp": "1729150225.131300000",
568
+ },
569
+ "fee": "193637",
570
+ "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
571
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-OUT",
572
+ "recipients": [
573
+ "0.0.1040977",
574
+ ],
575
+ "senders": [
576
+ "0.0.7305122",
577
+ ],
578
+ "type": "OUT",
579
+ "value": "99808153",
580
+ },
581
+ {
582
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
583
+ "blockHash": null,
584
+ "blockHeight": 5,
585
+ "extra": {
586
+ "consensusTimestamp": "1729177404.980663000",
587
+ },
588
+ "fee": "197305",
589
+ "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
590
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-IN",
591
+ "recipients": [
592
+ "0.0.7305122",
593
+ ],
594
+ "senders": [
595
+ "0.0.1040977",
596
+ ],
597
+ "type": "IN",
598
+ "value": "100000",
599
+ },
600
+ {
601
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
602
+ "blockHash": null,
603
+ "blockHeight": 5,
604
+ "extra": {
605
+ "consensusTimestamp": "1729156701.804949000",
606
+ },
607
+ "fee": "194053",
608
+ "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
609
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-OUT",
610
+ "recipients": [
611
+ "0.0.1040977",
612
+ ],
613
+ "senders": [
614
+ "0.0.7305122",
615
+ ],
616
+ "type": "OUT",
617
+ "value": "294053",
618
+ },
619
+ {
620
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
621
+ "blockHash": null,
622
+ "blockHeight": 5,
623
+ "extra": {
624
+ "consensusTimestamp": "1729237802.452111000",
625
+ },
626
+ "fee": "196821",
627
+ "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
628
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-IN",
629
+ "recipients": [
630
+ "0.0.7305122",
631
+ ],
632
+ "senders": [
633
+ "0.0.1040977",
634
+ ],
635
+ "type": "IN",
636
+ "value": "100000",
637
+ },
638
+ {
639
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
640
+ "blockHash": null,
641
+ "blockHeight": 5,
642
+ "extra": {
643
+ "consensusTimestamp": "1729156015.784781613",
644
+ },
645
+ "fee": "414180",
646
+ "hash": "SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl",
647
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl-OUT",
648
+ "recipients": [
649
+ "0.0.98",
650
+ ],
651
+ "senders": [
652
+ "0.0.7305122",
653
+ ],
654
+ "type": "OUT",
655
+ "value": "414180",
656
+ },
657
+ {
658
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
659
+ "blockHash": null,
660
+ "blockHeight": 5,
661
+ "extra": {
662
+ "consensusTimestamp": "1729159845.725723000",
663
+ },
664
+ "fee": "195597",
665
+ "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
666
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-OUT",
667
+ "recipients": [
668
+ "0.0.1040977",
669
+ ],
670
+ "senders": [
671
+ "0.0.7305122",
672
+ ],
673
+ "type": "OUT",
674
+ "value": "8485224",
675
+ },
676
+ {
677
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
678
+ "blockHash": null,
679
+ "blockHeight": 5,
680
+ "extra": {
681
+ "consensusTimestamp": "1729156037.761102000",
682
+ },
683
+ "fee": "415339",
684
+ "hash": "ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS",
685
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS-OUT",
686
+ "recipients": [
687
+ "0.0.98",
688
+ ],
689
+ "senders": [
690
+ "0.0.7305122",
691
+ ],
692
+ "type": "OUT",
693
+ "value": "415339",
694
+ },
695
+ {
696
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
697
+ "blockHash": null,
698
+ "blockHeight": 5,
699
+ "extra": {
700
+ "consensusTimestamp": "1729150309.511412000",
701
+ },
702
+ "fee": "193637",
703
+ "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
704
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-IN",
705
+ "recipients": [
706
+ "0.0.7305122",
707
+ ],
708
+ "senders": [
709
+ "0.0.1040977",
710
+ ],
711
+ "type": "IN",
712
+ "value": "10000000",
713
+ },
47
714
  ],
48
715
  ]
49
716
  `;