@ledgerhq/live-common 34.33.2-hotfix.0 → 34.34.0-nightly.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 (99) hide show
  1. package/lib/DataModel.d.ts.map +1 -1
  2. package/lib/DataModel.js +8 -0
  3. package/lib/DataModel.js.map +1 -1
  4. package/lib/DataModel.test.js +46 -0
  5. package/lib/DataModel.test.js.map +1 -1
  6. package/lib/domain/getTokensWithFunds.d.ts +3 -0
  7. package/lib/domain/getTokensWithFunds.d.ts.map +1 -0
  8. package/lib/domain/getTokensWithFunds.js +36 -0
  9. package/lib/domain/getTokensWithFunds.js.map +1 -0
  10. package/lib/domain/getTokensWithFunds.test.d.ts +2 -0
  11. package/lib/domain/getTokensWithFunds.test.d.ts.map +1 -0
  12. package/lib/domain/getTokensWithFunds.test.js +71 -0
  13. package/lib/domain/getTokensWithFunds.test.js.map +1 -0
  14. package/lib/e2e/index.d.ts +3 -0
  15. package/lib/e2e/index.d.ts.map +1 -1
  16. package/lib/env.react.d.ts +1 -1
  17. package/lib/env.react.d.ts.map +1 -1
  18. package/lib/exchange/swap/getIncompatibleCurrencyKeys.d.ts.map +1 -1
  19. package/lib/exchange/swap/getIncompatibleCurrencyKeys.js +4 -0
  20. package/lib/exchange/swap/getIncompatibleCurrencyKeys.js.map +1 -1
  21. package/lib/families/evm/config.d.ts.map +1 -1
  22. package/lib/families/evm/config.js +65 -2
  23. package/lib/families/evm/config.js.map +1 -1
  24. package/lib/families/solana/banner.test.js +1 -0
  25. package/lib/families/solana/banner.test.js.map +1 -1
  26. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  27. package/lib/featureFlags/defaultFeatures.js +8 -0
  28. package/lib/featureFlags/defaultFeatures.js.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/market/hooks/useLargeMoverDataProvider.d.ts +17 -0
  32. package/lib/market/hooks/useLargeMoverDataProvider.d.ts.map +1 -0
  33. package/lib/market/hooks/useLargeMoverDataProvider.js +48 -0
  34. package/lib/market/hooks/useLargeMoverDataProvider.js.map +1 -0
  35. package/lib/wallet-api/Exchange/server.d.ts +6 -1
  36. package/lib/wallet-api/Exchange/server.d.ts.map +1 -1
  37. package/lib/wallet-api/Exchange/server.js +11 -1
  38. package/lib/wallet-api/Exchange/server.js.map +1 -1
  39. package/lib/wallet-api/Exchange/server.test.js +2 -0
  40. package/lib/wallet-api/Exchange/server.test.js.map +1 -1
  41. package/lib/wallet-api/constants.d.ts +1 -1
  42. package/lib-es/DataModel.d.ts.map +1 -1
  43. package/lib-es/DataModel.js +8 -0
  44. package/lib-es/DataModel.js.map +1 -1
  45. package/lib-es/DataModel.test.js +46 -0
  46. package/lib-es/DataModel.test.js.map +1 -1
  47. package/lib-es/domain/getTokensWithFunds.d.ts +3 -0
  48. package/lib-es/domain/getTokensWithFunds.d.ts.map +1 -0
  49. package/lib-es/domain/getTokensWithFunds.js +32 -0
  50. package/lib-es/domain/getTokensWithFunds.js.map +1 -0
  51. package/lib-es/domain/getTokensWithFunds.test.d.ts +2 -0
  52. package/lib-es/domain/getTokensWithFunds.test.d.ts.map +1 -0
  53. package/lib-es/domain/getTokensWithFunds.test.js +66 -0
  54. package/lib-es/domain/getTokensWithFunds.test.js.map +1 -0
  55. package/lib-es/e2e/index.d.ts +3 -0
  56. package/lib-es/e2e/index.d.ts.map +1 -1
  57. package/lib-es/env.react.d.ts +1 -1
  58. package/lib-es/env.react.d.ts.map +1 -1
  59. package/lib-es/exchange/swap/getIncompatibleCurrencyKeys.d.ts.map +1 -1
  60. package/lib-es/exchange/swap/getIncompatibleCurrencyKeys.js +4 -0
  61. package/lib-es/exchange/swap/getIncompatibleCurrencyKeys.js.map +1 -1
  62. package/lib-es/families/evm/config.d.ts.map +1 -1
  63. package/lib-es/families/evm/config.js +65 -2
  64. package/lib-es/families/evm/config.js.map +1 -1
  65. package/lib-es/families/solana/banner.test.js +1 -0
  66. package/lib-es/families/solana/banner.test.js.map +1 -1
  67. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  68. package/lib-es/featureFlags/defaultFeatures.js +8 -0
  69. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  70. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  71. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  72. package/lib-es/market/hooks/useLargeMoverDataProvider.d.ts +17 -0
  73. package/lib-es/market/hooks/useLargeMoverDataProvider.d.ts.map +1 -0
  74. package/lib-es/market/hooks/useLargeMoverDataProvider.js +44 -0
  75. package/lib-es/market/hooks/useLargeMoverDataProvider.js.map +1 -0
  76. package/lib-es/wallet-api/Exchange/server.d.ts +6 -1
  77. package/lib-es/wallet-api/Exchange/server.d.ts.map +1 -1
  78. package/lib-es/wallet-api/Exchange/server.js +11 -1
  79. package/lib-es/wallet-api/Exchange/server.js.map +1 -1
  80. package/lib-es/wallet-api/Exchange/server.test.js +2 -0
  81. package/lib-es/wallet-api/Exchange/server.test.js.map +1 -1
  82. package/lib-es/wallet-api/constants.d.ts +1 -1
  83. package/package.json +65 -65
  84. package/src/DataModel.test.ts +51 -0
  85. package/src/DataModel.ts +8 -2
  86. package/src/domain/getTokensWithFunds.test.ts +94 -0
  87. package/src/domain/getTokensWithFunds.ts +36 -0
  88. package/src/exchange/swap/getIncompatibleCurrencyKeys.ts +4 -0
  89. package/src/families/aptos/__snapshots__/bridge.integration.test.ts.snap +72 -6
  90. package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +4351 -745
  91. package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +2 -2
  92. package/src/families/evm/config.ts +65 -2
  93. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +1612 -0
  94. package/src/families/solana/banner.test.ts +1 -0
  95. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +254 -14
  96. package/src/featureFlags/defaultFeatures.ts +8 -0
  97. package/src/market/hooks/useLargeMoverDataProvider.ts +70 -0
  98. package/src/wallet-api/Exchange/server.test.ts +2 -0
  99. package/src/wallet-api/Exchange/server.ts +15 -0
@@ -1,5 +1,1617 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
+ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 and account balance 1`] = `
4
+ [
5
+ {
6
+ "balance": "1095169974",
7
+ "currencyId": "hedera",
8
+ "derivationMode": "hederaBip44",
9
+ "freshAddress": "0.0.1040977",
10
+ "freshAddressPath": "44/3030",
11
+ "id": "js:2:hedera:0.0.1040977:hederaBip44",
12
+ "index": 0,
13
+ "operationsCount": 36,
14
+ "pendingOperations": [],
15
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
16
+ "spendableBalance": "1095169974",
17
+ "swapHistory": [],
18
+ "syncHash": undefined,
19
+ "used": true,
20
+ },
21
+ {
22
+ "balance": "226095",
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": 21,
30
+ "pendingOperations": [],
31
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
32
+ "spendableBalance": "226095",
33
+ "swapHistory": [],
34
+ "syncHash": undefined,
35
+ "used": true,
36
+ },
37
+ {
38
+ "balance": "80189",
39
+ "currencyId": "hedera",
40
+ "derivationMode": "hederaBip44",
41
+ "freshAddress": "0.0.7560245",
42
+ "freshAddressPath": "44/3030",
43
+ "id": "js:2:hedera:0.0.7560245:hederaBip44",
44
+ "index": 2,
45
+ "operationsCount": 2,
46
+ "pendingOperations": [],
47
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
48
+ "spendableBalance": "80189",
49
+ "swapHistory": [],
50
+ "syncHash": undefined,
51
+ "used": true,
52
+ },
53
+ {
54
+ "balance": "99836954",
55
+ "currencyId": "hedera",
56
+ "derivationMode": "hederaBip44",
57
+ "freshAddress": "0.0.7578015",
58
+ "freshAddressPath": "44/3030",
59
+ "id": "js:2:hedera:0.0.7578015:hederaBip44",
60
+ "index": 3,
61
+ "operationsCount": 1,
62
+ "pendingOperations": [],
63
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
64
+ "spendableBalance": "99836954",
65
+ "swapHistory": [],
66
+ "syncHash": undefined,
67
+ "used": true,
68
+ },
69
+ {
70
+ "balance": "772197760",
71
+ "currencyId": "hedera",
72
+ "derivationMode": "hederaBip44",
73
+ "freshAddress": "0.0.8313485",
74
+ "freshAddressPath": "44/3030",
75
+ "id": "js:2:hedera:0.0.8313485:hederaBip44",
76
+ "index": 4,
77
+ "operationsCount": 18,
78
+ "pendingOperations": [],
79
+ "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
80
+ "spendableBalance": "772197760",
81
+ "swapHistory": [],
82
+ "syncHash": undefined,
83
+ "used": true,
84
+ },
85
+ ]
86
+ `;
87
+
88
+ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 and account balance 2`] = `
89
+ [
90
+ [
91
+ {
92
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
93
+ "blockHash": null,
94
+ "blockHeight": 5,
95
+ "extra": {
96
+ "consensusTimestamp": "1730811624.603795000",
97
+ },
98
+ "fee": "225279",
99
+ "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
100
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-IN",
101
+ "recipients": [
102
+ "0.0.1040977",
103
+ ],
104
+ "senders": [
105
+ "0.0.7305122",
106
+ ],
107
+ "type": "IN",
108
+ "value": "9755232",
109
+ },
110
+ {
111
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
112
+ "blockHash": null,
113
+ "blockHeight": 5,
114
+ "extra": {
115
+ "consensusTimestamp": "1729155939.657319000",
116
+ },
117
+ "fee": "194053",
118
+ "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
119
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-OUT",
120
+ "recipients": [
121
+ "0.0.7305122",
122
+ ],
123
+ "senders": [
124
+ "0.0.1040977",
125
+ ],
126
+ "type": "OUT",
127
+ "value": "294053",
128
+ },
129
+ {
130
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
131
+ "blockHash": null,
132
+ "blockHeight": 5,
133
+ "extra": {
134
+ "consensusTimestamp": "1730813192.423784000",
135
+ },
136
+ "fee": "225507",
137
+ "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
138
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-IN",
139
+ "recipients": [
140
+ "0.0.1040977",
141
+ ],
142
+ "senders": [
143
+ "0.0.7305122",
144
+ ],
145
+ "type": "IN",
146
+ "value": "9772427",
147
+ },
148
+ {
149
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
150
+ "blockHash": null,
151
+ "blockHeight": 5,
152
+ "extra": {
153
+ "consensusTimestamp": "1730811403.115680000",
154
+ },
155
+ "fee": "226772",
156
+ "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
157
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-OUT",
158
+ "recipients": [
159
+ "0.0.7305122",
160
+ ],
161
+ "senders": [
162
+ "0.0.1040977",
163
+ ],
164
+ "type": "OUT",
165
+ "value": "236772",
166
+ },
167
+ {
168
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
169
+ "blockHash": null,
170
+ "blockHeight": 5,
171
+ "extra": {
172
+ "consensusTimestamp": "1726477122.251592000",
173
+ },
174
+ "fee": "203103",
175
+ "hash": "AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6",
176
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6-IN",
177
+ "recipients": [
178
+ "0.0.1040977",
179
+ ],
180
+ "senders": [
181
+ "0.0.7107424",
182
+ ],
183
+ "type": "IN",
184
+ "value": "12300000",
185
+ },
186
+ {
187
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
188
+ "blockHash": null,
189
+ "blockHeight": 5,
190
+ "extra": {
191
+ "consensusTimestamp": "1729155815.270550000",
192
+ },
193
+ "fee": "194053",
194
+ "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
195
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-IN",
196
+ "recipients": [
197
+ "0.0.1040977",
198
+ ],
199
+ "senders": [
200
+ "0.0.7305122",
201
+ ],
202
+ "type": "IN",
203
+ "value": "100000",
204
+ },
205
+ {
206
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
207
+ "blockHash": null,
208
+ "blockHeight": 5,
209
+ "extra": {
210
+ "consensusTimestamp": "1726477062.311057502",
211
+ },
212
+ "fee": "203410",
213
+ "hash": "dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG",
214
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG-IN",
215
+ "recipients": [
216
+ "0.0.1040977",
217
+ ],
218
+ "senders": [
219
+ "0.0.800",
220
+ "0.0.7107424",
221
+ ],
222
+ "type": "IN",
223
+ "value": "100000000",
224
+ },
225
+ {
226
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
227
+ "blockHash": null,
228
+ "blockHeight": 5,
229
+ "extra": {
230
+ "consensusTimestamp": "1730811531.050920029",
231
+ },
232
+ "fee": "226772",
233
+ "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
234
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-OUT",
235
+ "recipients": [
236
+ "0.0.7305122",
237
+ ],
238
+ "senders": [
239
+ "0.0.1040977",
240
+ ],
241
+ "type": "OUT",
242
+ "value": "10226772",
243
+ },
244
+ {
245
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
246
+ "blockHash": null,
247
+ "blockHeight": 5,
248
+ "extra": {
249
+ "consensusTimestamp": "1726235313.566576000",
250
+ },
251
+ "fee": "198870",
252
+ "hash": "DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW",
253
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW-IN",
254
+ "recipients": [
255
+ "0.0.1040977",
256
+ ],
257
+ "senders": [
258
+ "0.0.7107424",
259
+ ],
260
+ "type": "IN",
261
+ "value": "100000000",
262
+ },
263
+ {
264
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
265
+ "blockHash": null,
266
+ "blockHeight": 5,
267
+ "extra": {
268
+ "consensusTimestamp": "1729858464.980892000",
269
+ },
270
+ "fee": "199068",
271
+ "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
272
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-OUT",
273
+ "recipients": [
274
+ "0.0.7305122",
275
+ ],
276
+ "senders": [
277
+ "0.0.1040977",
278
+ ],
279
+ "type": "OUT",
280
+ "value": "209068",
281
+ },
282
+ {
283
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
284
+ "blockHash": null,
285
+ "blockHeight": 5,
286
+ "extra": {
287
+ "consensusTimestamp": "1729147655.662122737",
288
+ },
289
+ "fee": "191792",
290
+ "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
291
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-OUT",
292
+ "recipients": [
293
+ "0.0.7305122",
294
+ ],
295
+ "senders": [
296
+ "0.0.1040977",
297
+ ],
298
+ "type": "OUT",
299
+ "value": "100191792",
300
+ },
301
+ {
302
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
303
+ "blockHash": null,
304
+ "blockHeight": 5,
305
+ "extra": {
306
+ "consensusTimestamp": "1729687467.306035525",
307
+ },
308
+ "fee": "196236",
309
+ "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
310
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-OUT",
311
+ "recipients": [
312
+ "0.0.7305122",
313
+ ],
314
+ "senders": [
315
+ "0.0.1040977",
316
+ ],
317
+ "type": "OUT",
318
+ "value": "296236",
319
+ },
320
+ {
321
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
322
+ "blockHash": null,
323
+ "blockHeight": 5,
324
+ "extra": {
325
+ "consensusTimestamp": "1729150225.131300000",
326
+ },
327
+ "fee": "193637",
328
+ "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
329
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-IN",
330
+ "recipients": [
331
+ "0.0.1040977",
332
+ ],
333
+ "senders": [
334
+ "0.0.7305122",
335
+ ],
336
+ "type": "IN",
337
+ "value": "99614516",
338
+ },
339
+ {
340
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
341
+ "blockHash": null,
342
+ "blockHeight": 5,
343
+ "extra": {
344
+ "consensusTimestamp": "1732192441.542423000",
345
+ },
346
+ "fee": "82857",
347
+ "hash": "geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2",
348
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2-OUT",
349
+ "recipients": [
350
+ "0.0.7560245",
351
+ ],
352
+ "senders": [
353
+ "0.0.1040977",
354
+ ],
355
+ "type": "OUT",
356
+ "value": "100082857",
357
+ },
358
+ {
359
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
360
+ "blockHash": null,
361
+ "blockHeight": 5,
362
+ "extra": {
363
+ "consensusTimestamp": "1704213295.949352003",
364
+ },
365
+ "fee": "103989",
366
+ "hash": "H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p",
367
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p-OUT",
368
+ "recipients": [
369
+ "0.0.98",
370
+ ],
371
+ "senders": [
372
+ "0.0.1040977",
373
+ ],
374
+ "type": "OUT",
375
+ "value": "103989",
376
+ },
377
+ {
378
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
379
+ "blockHash": null,
380
+ "blockHeight": 5,
381
+ "extra": {
382
+ "consensusTimestamp": "1732205762.558954000",
383
+ },
384
+ "fee": "83709",
385
+ "hash": "HBUllSXgRrXReT7pFosXQ0cgB-Y8FfHSS6LGxqgW6A-rNuU5w7ge780YmZzu4k8X",
386
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-HBUllSXgRrXReT7pFosXQ0cgB-Y8FfHSS6LGxqgW6A-rNuU5w7ge780YmZzu4k8X-IN",
387
+ "recipients": [
388
+ "0.0.1040977",
389
+ ],
390
+ "senders": [
391
+ "0.0.7579210",
392
+ ],
393
+ "type": "IN",
394
+ "value": "98000000",
395
+ },
396
+ {
397
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
398
+ "blockHash": null,
399
+ "blockHeight": 5,
400
+ "extra": {
401
+ "consensusTimestamp": "1697645669.026204003",
402
+ },
403
+ "fee": "210184",
404
+ "hash": "hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC",
405
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC-OUT",
406
+ "recipients": [
407
+ "0.0.98",
408
+ ],
409
+ "senders": [
410
+ "0.0.1040977",
411
+ ],
412
+ "type": "OUT",
413
+ "value": "210184",
414
+ },
415
+ {
416
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
417
+ "blockHash": null,
418
+ "blockHeight": 5,
419
+ "extra": {
420
+ "consensusTimestamp": "1730813149.715064983",
421
+ },
422
+ "fee": "225507",
423
+ "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
424
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-OUT",
425
+ "recipients": [
426
+ "0.0.7305122",
427
+ ],
428
+ "senders": [
429
+ "0.0.1040977",
430
+ ],
431
+ "type": "OUT",
432
+ "value": "10225507",
433
+ },
434
+ {
435
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
436
+ "blockHash": null,
437
+ "blockHeight": 5,
438
+ "extra": {
439
+ "consensusTimestamp": "1657021403.368076000",
440
+ },
441
+ "fee": "163081",
442
+ "hash": "iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J",
443
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J-IN",
444
+ "recipients": [
445
+ "0.0.1040977",
446
+ ],
447
+ "senders": [
448
+ "0.0.880760",
449
+ ],
450
+ "type": "IN",
451
+ "value": "99870000",
452
+ },
453
+ {
454
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
455
+ "blockHash": null,
456
+ "blockHeight": 5,
457
+ "extra": {
458
+ "consensusTimestamp": "1729177404.980663000",
459
+ },
460
+ "fee": "197305",
461
+ "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
462
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-OUT",
463
+ "recipients": [
464
+ "0.0.7305122",
465
+ ],
466
+ "senders": [
467
+ "0.0.1040977",
468
+ ],
469
+ "type": "OUT",
470
+ "value": "297305",
471
+ },
472
+ {
473
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
474
+ "blockHash": null,
475
+ "blockHeight": 5,
476
+ "extra": {
477
+ "consensusTimestamp": "1729156701.804949000",
478
+ },
479
+ "fee": "194053",
480
+ "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
481
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-IN",
482
+ "recipients": [
483
+ "0.0.1040977",
484
+ ],
485
+ "senders": [
486
+ "0.0.7305122",
487
+ ],
488
+ "type": "IN",
489
+ "value": "100000",
490
+ },
491
+ {
492
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
493
+ "blockHash": null,
494
+ "blockHeight": 5,
495
+ "extra": {
496
+ "consensusTimestamp": "1729585926.624752000",
497
+ },
498
+ "fee": "189619",
499
+ "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
500
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-OUT",
501
+ "recipients": [
502
+ "0.0.7305122",
503
+ ],
504
+ "senders": [
505
+ "0.0.1040977",
506
+ ],
507
+ "type": "OUT",
508
+ "value": "289619",
509
+ },
510
+ {
511
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
512
+ "blockHash": null,
513
+ "blockHeight": 5,
514
+ "extra": {
515
+ "consensusTimestamp": "1721982048.841299095",
516
+ },
517
+ "fee": "148589",
518
+ "hash": "n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh",
519
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh-OUT",
520
+ "recipients": [
521
+ "0.0.2024333",
522
+ ],
523
+ "senders": [
524
+ "0.0.800",
525
+ "0.0.1040977",
526
+ ],
527
+ "type": "OUT",
528
+ "value": "1148589",
529
+ },
530
+ {
531
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
532
+ "blockHash": null,
533
+ "blockHeight": 5,
534
+ "extra": {
535
+ "consensusTimestamp": "1732202577.896639115",
536
+ },
537
+ "fee": "82707",
538
+ "hash": "NqDeX4kBO4rt5ugHajGvhJWY6q5DZ7GKAqmw2ysZBp2HXArxsaYFzOUZYWFcLsTz",
539
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-NqDeX4kBO4rt5ugHajGvhJWY6q5DZ7GKAqmw2ysZBp2HXArxsaYFzOUZYWFcLsTz-OUT",
540
+ "recipients": [
541
+ "0.0.7579210",
542
+ ],
543
+ "senders": [
544
+ "0.0.1040977",
545
+ ],
546
+ "type": "OUT",
547
+ "value": "100082707",
548
+ },
549
+ {
550
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
551
+ "blockHash": null,
552
+ "blockHeight": 5,
553
+ "extra": {
554
+ "consensusTimestamp": "1740739322.044670000",
555
+ },
556
+ "fee": "54816",
557
+ "hash": "ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY",
558
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY-OUT",
559
+ "recipients": [
560
+ "0.0.8313485",
561
+ ],
562
+ "senders": [
563
+ "0.0.1040977",
564
+ ],
565
+ "type": "OUT",
566
+ "value": "1000054816",
567
+ },
568
+ {
569
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
570
+ "blockHash": null,
571
+ "blockHeight": 5,
572
+ "extra": {
573
+ "consensusTimestamp": "1726235092.011928000",
574
+ },
575
+ "fee": "197924",
576
+ "hash": "qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8",
577
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8-OUT",
578
+ "recipients": [
579
+ "0.0.7107424",
580
+ ],
581
+ "senders": [
582
+ "0.0.1040977",
583
+ ],
584
+ "type": "OUT",
585
+ "value": "187669298",
586
+ },
587
+ {
588
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
589
+ "blockHash": null,
590
+ "blockHeight": 5,
591
+ "extra": {
592
+ "consensusTimestamp": "1669565599.465640003",
593
+ },
594
+ "fee": "199161",
595
+ "hash": "sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA",
596
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA-OUT",
597
+ "recipients": [
598
+ "0.0.98",
599
+ ],
600
+ "senders": [
601
+ "0.0.1040977",
602
+ ],
603
+ "type": "OUT",
604
+ "value": "199161",
605
+ },
606
+ {
607
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
608
+ "blockHash": null,
609
+ "blockHeight": 5,
610
+ "extra": {
611
+ "consensusTimestamp": "1729237802.452111000",
612
+ },
613
+ "fee": "196821",
614
+ "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
615
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-OUT",
616
+ "recipients": [
617
+ "0.0.7305122",
618
+ ],
619
+ "senders": [
620
+ "0.0.1040977",
621
+ ],
622
+ "type": "OUT",
623
+ "value": "296821",
624
+ },
625
+ {
626
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
627
+ "blockHash": null,
628
+ "blockHeight": 5,
629
+ "extra": {
630
+ "consensusTimestamp": "1726233233.981368000",
631
+ },
632
+ "fee": "198124",
633
+ "hash": "sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs",
634
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs-OUT",
635
+ "recipients": [
636
+ "0.0.98",
637
+ ],
638
+ "senders": [
639
+ "0.0.1040977",
640
+ ],
641
+ "type": "OUT",
642
+ "value": "198124",
643
+ },
644
+ {
645
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
646
+ "blockHash": null,
647
+ "blockHeight": 5,
648
+ "extra": {
649
+ "consensusTimestamp": "1729100859.761766000",
650
+ },
651
+ "fee": "187371",
652
+ "hash": "tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy",
653
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy-OUT",
654
+ "recipients": [
655
+ "0.0.7107424",
656
+ ],
657
+ "senders": [
658
+ "0.0.800",
659
+ "0.0.1040977",
660
+ ],
661
+ "type": "OUT",
662
+ "value": "10187371",
663
+ },
664
+ {
665
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
666
+ "blockHash": null,
667
+ "blockHeight": 5,
668
+ "extra": {
669
+ "consensusTimestamp": "1729103620.094329000",
670
+ },
671
+ "fee": "187710",
672
+ "hash": "TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2",
673
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2-IN",
674
+ "recipients": [
675
+ "0.0.1040977",
676
+ ],
677
+ "senders": [
678
+ "0.0.7107424",
679
+ ],
680
+ "type": "IN",
681
+ "value": "2000000000",
682
+ },
683
+ {
684
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
685
+ "blockHash": null,
686
+ "blockHeight": 5,
687
+ "extra": {
688
+ "consensusTimestamp": "1729159845.725723000",
689
+ },
690
+ "fee": "195597",
691
+ "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
692
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-IN",
693
+ "recipients": [
694
+ "0.0.1040977",
695
+ ],
696
+ "senders": [
697
+ "0.0.7305122",
698
+ ],
699
+ "type": "IN",
700
+ "value": "8289627",
701
+ },
702
+ {
703
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
704
+ "blockHash": null,
705
+ "blockHeight": 5,
706
+ "extra": {
707
+ "consensusTimestamp": "1726233110.321533000",
708
+ },
709
+ "fee": "197824",
710
+ "hash": "y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu",
711
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu-IN",
712
+ "recipients": [
713
+ "0.0.1040977",
714
+ ],
715
+ "senders": [
716
+ "0.0.7107424",
717
+ ],
718
+ "type": "IN",
719
+ "value": "100000000",
720
+ },
721
+ {
722
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
723
+ "blockHash": null,
724
+ "blockHeight": 5,
725
+ "extra": {
726
+ "consensusTimestamp": "1729858548.245891000",
727
+ },
728
+ "fee": "199068",
729
+ "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
730
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-IN",
731
+ "recipients": [
732
+ "0.0.1040977",
733
+ ],
734
+ "senders": [
735
+ "0.0.7305122",
736
+ ],
737
+ "type": "IN",
738
+ "value": "211337",
739
+ },
740
+ {
741
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
742
+ "blockHash": null,
743
+ "blockHeight": 5,
744
+ "extra": {
745
+ "consensusTimestamp": "1729150309.511412000",
746
+ },
747
+ "fee": "193637",
748
+ "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
749
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-OUT",
750
+ "recipients": [
751
+ "0.0.7305122",
752
+ ],
753
+ "senders": [
754
+ "0.0.1040977",
755
+ ],
756
+ "type": "OUT",
757
+ "value": "10193637",
758
+ },
759
+ {
760
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
761
+ "blockHash": null,
762
+ "blockHeight": 5,
763
+ "extra": {
764
+ "consensusTimestamp": "1701941251.224927003",
765
+ },
766
+ "fee": "148487",
767
+ "hash": "Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw",
768
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw-OUT",
769
+ "recipients": [
770
+ "0.0.2024333",
771
+ ],
772
+ "senders": [
773
+ "0.0.800",
774
+ "0.0.1040977",
775
+ ],
776
+ "type": "OUT",
777
+ "value": "10148487",
778
+ },
779
+ ],
780
+ [
781
+ {
782
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
783
+ "blockHash": null,
784
+ "blockHeight": 5,
785
+ "extra": {
786
+ "consensusTimestamp": "1730811624.603795000",
787
+ },
788
+ "fee": "225279",
789
+ "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
790
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-OUT",
791
+ "recipients": [
792
+ "0.0.1040977",
793
+ ],
794
+ "senders": [
795
+ "0.0.7305122",
796
+ ],
797
+ "type": "OUT",
798
+ "value": "9980511",
799
+ },
800
+ {
801
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
802
+ "blockHash": null,
803
+ "blockHeight": 5,
804
+ "extra": {
805
+ "consensusTimestamp": "1729155939.657319000",
806
+ },
807
+ "fee": "194053",
808
+ "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
809
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-IN",
810
+ "recipients": [
811
+ "0.0.7305122",
812
+ ],
813
+ "senders": [
814
+ "0.0.1040977",
815
+ ],
816
+ "type": "IN",
817
+ "value": "100000",
818
+ },
819
+ {
820
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
821
+ "blockHash": null,
822
+ "blockHeight": 5,
823
+ "extra": {
824
+ "consensusTimestamp": "1730813192.423784000",
825
+ },
826
+ "fee": "225507",
827
+ "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
828
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-OUT",
829
+ "recipients": [
830
+ "0.0.1040977",
831
+ ],
832
+ "senders": [
833
+ "0.0.7305122",
834
+ ],
835
+ "type": "OUT",
836
+ "value": "9997934",
837
+ },
838
+ {
839
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
840
+ "blockHash": null,
841
+ "blockHeight": 5,
842
+ "extra": {
843
+ "consensusTimestamp": "1730811403.115680000",
844
+ },
845
+ "fee": "226772",
846
+ "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
847
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-IN",
848
+ "recipients": [
849
+ "0.0.7305122",
850
+ ],
851
+ "senders": [
852
+ "0.0.1040977",
853
+ ],
854
+ "type": "IN",
855
+ "value": "10000",
856
+ },
857
+ {
858
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
859
+ "blockHash": null,
860
+ "blockHeight": 5,
861
+ "extra": {
862
+ "consensusTimestamp": "1729155755.397758000",
863
+ },
864
+ "fee": "194053",
865
+ "hash": "cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht",
866
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht-OUT",
867
+ "recipients": [
868
+ "0.0.98",
869
+ ],
870
+ "senders": [
871
+ "0.0.7305122",
872
+ ],
873
+ "type": "OUT",
874
+ "value": "194053",
875
+ },
876
+ {
877
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
878
+ "blockHash": null,
879
+ "blockHeight": 5,
880
+ "extra": {
881
+ "consensusTimestamp": "1729155815.270550000",
882
+ },
883
+ "fee": "194053",
884
+ "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
885
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-OUT",
886
+ "recipients": [
887
+ "0.0.1040977",
888
+ ],
889
+ "senders": [
890
+ "0.0.7305122",
891
+ ],
892
+ "type": "OUT",
893
+ "value": "294053",
894
+ },
895
+ {
896
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
897
+ "blockHash": null,
898
+ "blockHeight": 5,
899
+ "extra": {
900
+ "consensusTimestamp": "1730811531.050920029",
901
+ },
902
+ "fee": "226772",
903
+ "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
904
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-IN",
905
+ "recipients": [
906
+ "0.0.7305122",
907
+ ],
908
+ "senders": [
909
+ "0.0.1040977",
910
+ ],
911
+ "type": "IN",
912
+ "value": "10000000",
913
+ },
914
+ {
915
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
916
+ "blockHash": null,
917
+ "blockHeight": 5,
918
+ "extra": {
919
+ "consensusTimestamp": "1729858464.980892000",
920
+ },
921
+ "fee": "199068",
922
+ "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
923
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-IN",
924
+ "recipients": [
925
+ "0.0.7305122",
926
+ ],
927
+ "senders": [
928
+ "0.0.1040977",
929
+ ],
930
+ "type": "IN",
931
+ "value": "10000",
932
+ },
933
+ {
934
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
935
+ "blockHash": null,
936
+ "blockHeight": 5,
937
+ "extra": {
938
+ "consensusTimestamp": "1729147655.662122737",
939
+ },
940
+ "fee": "191792",
941
+ "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
942
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-IN",
943
+ "recipients": [
944
+ "0.0.7305122",
945
+ ],
946
+ "senders": [
947
+ "0.0.1040977",
948
+ ],
949
+ "type": "IN",
950
+ "value": "100000000",
951
+ },
952
+ {
953
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
954
+ "blockHash": null,
955
+ "blockHeight": 5,
956
+ "extra": {
957
+ "consensusTimestamp": "1729687467.306035525",
958
+ },
959
+ "fee": "196236",
960
+ "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
961
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-IN",
962
+ "recipients": [
963
+ "0.0.7305122",
964
+ ],
965
+ "senders": [
966
+ "0.0.1040977",
967
+ ],
968
+ "type": "IN",
969
+ "value": "100000",
970
+ },
971
+ {
972
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
973
+ "blockHash": null,
974
+ "blockHeight": 5,
975
+ "extra": {
976
+ "consensusTimestamp": "1729150225.131300000",
977
+ },
978
+ "fee": "193637",
979
+ "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
980
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-OUT",
981
+ "recipients": [
982
+ "0.0.1040977",
983
+ ],
984
+ "senders": [
985
+ "0.0.7305122",
986
+ ],
987
+ "type": "OUT",
988
+ "value": "99808153",
989
+ },
990
+ {
991
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
992
+ "blockHash": null,
993
+ "blockHeight": 5,
994
+ "extra": {
995
+ "consensusTimestamp": "1730813149.715064983",
996
+ },
997
+ "fee": "225507",
998
+ "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
999
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-IN",
1000
+ "recipients": [
1001
+ "0.0.7305122",
1002
+ ],
1003
+ "senders": [
1004
+ "0.0.1040977",
1005
+ ],
1006
+ "type": "IN",
1007
+ "value": "10000000",
1008
+ },
1009
+ {
1010
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1011
+ "blockHash": null,
1012
+ "blockHeight": 5,
1013
+ "extra": {
1014
+ "consensusTimestamp": "1729177404.980663000",
1015
+ },
1016
+ "fee": "197305",
1017
+ "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
1018
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-IN",
1019
+ "recipients": [
1020
+ "0.0.7305122",
1021
+ ],
1022
+ "senders": [
1023
+ "0.0.1040977",
1024
+ ],
1025
+ "type": "IN",
1026
+ "value": "100000",
1027
+ },
1028
+ {
1029
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1030
+ "blockHash": null,
1031
+ "blockHeight": 5,
1032
+ "extra": {
1033
+ "consensusTimestamp": "1729156701.804949000",
1034
+ },
1035
+ "fee": "194053",
1036
+ "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
1037
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-OUT",
1038
+ "recipients": [
1039
+ "0.0.1040977",
1040
+ ],
1041
+ "senders": [
1042
+ "0.0.7305122",
1043
+ ],
1044
+ "type": "OUT",
1045
+ "value": "294053",
1046
+ },
1047
+ {
1048
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1049
+ "blockHash": null,
1050
+ "blockHeight": 5,
1051
+ "extra": {
1052
+ "consensusTimestamp": "1729585926.624752000",
1053
+ },
1054
+ "fee": "189619",
1055
+ "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
1056
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-IN",
1057
+ "recipients": [
1058
+ "0.0.7305122",
1059
+ ],
1060
+ "senders": [
1061
+ "0.0.1040977",
1062
+ ],
1063
+ "type": "IN",
1064
+ "value": "100000",
1065
+ },
1066
+ {
1067
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1068
+ "blockHash": null,
1069
+ "blockHeight": 5,
1070
+ "extra": {
1071
+ "consensusTimestamp": "1729237802.452111000",
1072
+ },
1073
+ "fee": "196821",
1074
+ "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
1075
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-IN",
1076
+ "recipients": [
1077
+ "0.0.7305122",
1078
+ ],
1079
+ "senders": [
1080
+ "0.0.1040977",
1081
+ ],
1082
+ "type": "IN",
1083
+ "value": "100000",
1084
+ },
1085
+ {
1086
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1087
+ "blockHash": null,
1088
+ "blockHeight": 5,
1089
+ "extra": {
1090
+ "consensusTimestamp": "1729156015.784781613",
1091
+ },
1092
+ "fee": "414180",
1093
+ "hash": "SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl",
1094
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl-OUT",
1095
+ "recipients": [
1096
+ "0.0.98",
1097
+ ],
1098
+ "senders": [
1099
+ "0.0.7305122",
1100
+ ],
1101
+ "type": "OUT",
1102
+ "value": "414180",
1103
+ },
1104
+ {
1105
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1106
+ "blockHash": null,
1107
+ "blockHeight": 5,
1108
+ "extra": {
1109
+ "consensusTimestamp": "1729159845.725723000",
1110
+ },
1111
+ "fee": "195597",
1112
+ "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
1113
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-OUT",
1114
+ "recipients": [
1115
+ "0.0.1040977",
1116
+ ],
1117
+ "senders": [
1118
+ "0.0.7305122",
1119
+ ],
1120
+ "type": "OUT",
1121
+ "value": "8485224",
1122
+ },
1123
+ {
1124
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1125
+ "blockHash": null,
1126
+ "blockHeight": 5,
1127
+ "extra": {
1128
+ "consensusTimestamp": "1729858548.245891000",
1129
+ },
1130
+ "fee": "199068",
1131
+ "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
1132
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-OUT",
1133
+ "recipients": [
1134
+ "0.0.1040977",
1135
+ ],
1136
+ "senders": [
1137
+ "0.0.7305122",
1138
+ ],
1139
+ "type": "OUT",
1140
+ "value": "410405",
1141
+ },
1142
+ {
1143
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1144
+ "blockHash": null,
1145
+ "blockHeight": 5,
1146
+ "extra": {
1147
+ "consensusTimestamp": "1729156037.761102000",
1148
+ },
1149
+ "fee": "415339",
1150
+ "hash": "ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS",
1151
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS-OUT",
1152
+ "recipients": [
1153
+ "0.0.98",
1154
+ ],
1155
+ "senders": [
1156
+ "0.0.7305122",
1157
+ ],
1158
+ "type": "OUT",
1159
+ "value": "415339",
1160
+ },
1161
+ {
1162
+ "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
1163
+ "blockHash": null,
1164
+ "blockHeight": 5,
1165
+ "extra": {
1166
+ "consensusTimestamp": "1729150309.511412000",
1167
+ },
1168
+ "fee": "193637",
1169
+ "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
1170
+ "id": "js:2:hedera:0.0.7305122:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-IN",
1171
+ "recipients": [
1172
+ "0.0.7305122",
1173
+ ],
1174
+ "senders": [
1175
+ "0.0.1040977",
1176
+ ],
1177
+ "type": "IN",
1178
+ "value": "10000000",
1179
+ },
1180
+ ],
1181
+ [
1182
+ {
1183
+ "accountId": "js:2:hedera:0.0.7560245:hederaBip44",
1184
+ "blockHash": null,
1185
+ "blockHeight": 5,
1186
+ "extra": {
1187
+ "consensusTimestamp": "1732192441.542423000",
1188
+ },
1189
+ "fee": "82857",
1190
+ "hash": "geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2",
1191
+ "id": "js:2:hedera:0.0.7560245:hederaBip44-geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2-IN",
1192
+ "recipients": [
1193
+ "0.0.7560245",
1194
+ ],
1195
+ "senders": [
1196
+ "0.0.1040977",
1197
+ ],
1198
+ "type": "IN",
1199
+ "value": "100000000",
1200
+ },
1201
+ {
1202
+ "accountId": "js:2:hedera:0.0.7560245:hederaBip44",
1203
+ "blockHash": null,
1204
+ "blockHeight": 5,
1205
+ "extra": {
1206
+ "consensusTimestamp": "1732193188.290747000",
1207
+ },
1208
+ "fee": "82857",
1209
+ "hash": "jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP",
1210
+ "id": "js:2:hedera:0.0.7560245:hederaBip44-jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP-OUT",
1211
+ "recipients": [
1212
+ "0.0.7578015",
1213
+ ],
1214
+ "senders": [
1215
+ "0.0.7560245",
1216
+ ],
1217
+ "type": "OUT",
1218
+ "value": "99919811",
1219
+ },
1220
+ ],
1221
+ [
1222
+ {
1223
+ "accountId": "js:2:hedera:0.0.7578015:hederaBip44",
1224
+ "blockHash": null,
1225
+ "blockHeight": 5,
1226
+ "extra": {
1227
+ "consensusTimestamp": "1732193188.290747000",
1228
+ },
1229
+ "fee": "82857",
1230
+ "hash": "jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP",
1231
+ "id": "js:2:hedera:0.0.7578015:hederaBip44-jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP-IN",
1232
+ "recipients": [
1233
+ "0.0.7578015",
1234
+ ],
1235
+ "senders": [
1236
+ "0.0.7560245",
1237
+ ],
1238
+ "type": "IN",
1239
+ "value": "99836954",
1240
+ },
1241
+ ],
1242
+ [
1243
+ {
1244
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1245
+ "blockHash": null,
1246
+ "blockHeight": 5,
1247
+ "extra": {
1248
+ "consensusTimestamp": "1740741189.513410000",
1249
+ },
1250
+ "fee": "26836467",
1251
+ "hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
1252
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
1253
+ "recipients": [
1254
+ "0.0.98",
1255
+ ],
1256
+ "senders": [
1257
+ "0.0.8313485",
1258
+ ],
1259
+ "type": "OUT",
1260
+ "value": "26836467",
1261
+ },
1262
+ {
1263
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1264
+ "blockHash": null,
1265
+ "blockHeight": 5,
1266
+ "extra": {
1267
+ "consensusTimestamp": "1740739889.583598491",
1268
+ },
1269
+ "fee": "54816",
1270
+ "hash": "-wR3CTecetXx9-0B6G_r4zz-l5j9kUEPvQ7KxfIy95gG-zbXPojdNdQgcL-9lVqm",
1271
+ "id": "js:2:hedera:0.0.8313485:hederaBip44--wR3CTecetXx9-0B6G_r4zz-l5j9kUEPvQ7KxfIy95gG-zbXPojdNdQgcL-9lVqm-OUT",
1272
+ "recipients": [
1273
+ "0.0.8367704",
1274
+ ],
1275
+ "senders": [
1276
+ "0.0.8313485",
1277
+ ],
1278
+ "type": "OUT",
1279
+ "value": "2854816",
1280
+ },
1281
+ {
1282
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1283
+ "blockHash": null,
1284
+ "blockHeight": 5,
1285
+ "extra": {
1286
+ "consensusTimestamp": "1740741060.702187741",
1287
+ },
1288
+ "fee": "526632",
1289
+ "hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
1290
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
1291
+ "recipients": [
1292
+ "0.0.98",
1293
+ ],
1294
+ "senders": [
1295
+ "0.0.8313485",
1296
+ ],
1297
+ "type": "OUT",
1298
+ "value": "526632",
1299
+ },
1300
+ {
1301
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1302
+ "blockHash": null,
1303
+ "blockHeight": 5,
1304
+ "extra": {
1305
+ "consensusTimestamp": "1740739638.887363715",
1306
+ },
1307
+ "fee": "544516",
1308
+ "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
1309
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-NONE",
1310
+ "recipients": [
1311
+ "0.0.98",
1312
+ ],
1313
+ "senders": [
1314
+ "0.0.507737",
1315
+ ],
1316
+ "type": "NONE",
1317
+ "value": "0",
1318
+ },
1319
+ {
1320
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1321
+ "blockHash": null,
1322
+ "blockHeight": 5,
1323
+ "extra": {
1324
+ "consensusTimestamp": "1740741706.219984000",
1325
+ },
1326
+ "fee": "1160556",
1327
+ "hash": "3JgGBvKlAT7OMf12rD0zC5h1fQxSyloS1DOUrEUQ3E_4crK-BHkrUeLcED-HDG_0",
1328
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-3JgGBvKlAT7OMf12rD0zC5h1fQxSyloS1DOUrEUQ3E_4crK-BHkrUeLcED-HDG_0-IN",
1329
+ "recipients": [
1330
+ "0.0.8313485",
1331
+ ],
1332
+ "senders": [
1333
+ "0.0.995584",
1334
+ "0.0.8367704",
1335
+ ],
1336
+ "type": "IN",
1337
+ "value": "40000",
1338
+ },
1339
+ {
1340
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1341
+ "blockHash": null,
1342
+ "blockHeight": 5,
1343
+ "extra": {
1344
+ "consensusTimestamp": "1740739889.583598490",
1345
+ },
1346
+ "fee": "25696084",
1347
+ "hash": "4iK1Z91U5OXF4UFOw2LLnzSsF5okORut20B9Y_iTFCXd3_jO69a8jPd58d_tC4cv",
1348
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-4iK1Z91U5OXF4UFOw2LLnzSsF5okORut20B9Y_iTFCXd3_jO69a8jPd58d_tC4cv-OUT",
1349
+ "recipients": [
1350
+ "0.0.98",
1351
+ ],
1352
+ "senders": [
1353
+ "0.0.8313485",
1354
+ ],
1355
+ "type": "OUT",
1356
+ "value": "25696084",
1357
+ },
1358
+ {
1359
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1360
+ "blockHash": null,
1361
+ "blockHeight": 5,
1362
+ "extra": {
1363
+ "consensusTimestamp": "1743094572.925082000",
1364
+ },
1365
+ "fee": "52397",
1366
+ "hash": "85lLz0RGSQniFYplo8LtsWOzFIPpJDQi8eXNIT_2D2r1eVS6U3WmrKgxni7mmm5g",
1367
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-85lLz0RGSQniFYplo8LtsWOzFIPpJDQi8eXNIT_2D2r1eVS6U3WmrKgxni7mmm5g-OUT",
1368
+ "recipients": [
1369
+ "0.0.8758518",
1370
+ ],
1371
+ "senders": [
1372
+ "0.0.8313485",
1373
+ ],
1374
+ "type": "OUT",
1375
+ "value": "100052397",
1376
+ },
1377
+ {
1378
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1379
+ "blockHash": null,
1380
+ "blockHeight": 5,
1381
+ "extra": {
1382
+ "consensusTimestamp": "1740739493.554732000",
1383
+ },
1384
+ "fee": "27194555",
1385
+ "hash": "cCa5ntZnM_Dt3a_QKkm2vj_LCtVHg2J4r8uz_cBwgS_DDPGnt63y3jyU3CKzPE4m",
1386
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-cCa5ntZnM_Dt3a_QKkm2vj_LCtVHg2J4r8uz_cBwgS_DDPGnt63y3jyU3CKzPE4m-OUT",
1387
+ "recipients": [
1388
+ "0.0.98",
1389
+ ],
1390
+ "senders": [
1391
+ "0.0.8313485",
1392
+ ],
1393
+ "type": "OUT",
1394
+ "value": "27194555",
1395
+ },
1396
+ {
1397
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1398
+ "blockHash": null,
1399
+ "blockHeight": 5,
1400
+ "extra": {
1401
+ "consensusTimestamp": "1743371982.785505000",
1402
+ },
1403
+ "fee": "64500",
1404
+ "hash": "eVYpewyGqQGyBPBPkTvOWvKH8U4yIk9VHiaWiy2HsaHBPCDnlBOKNgiS5dUVpkco",
1405
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-eVYpewyGqQGyBPBPkTvOWvKH8U4yIk9VHiaWiy2HsaHBPCDnlBOKNgiS5dUVpkco-IN",
1406
+ "recipients": [
1407
+ "0.0.7611280",
1408
+ "0.0.7611305",
1409
+ "0.0.7611306",
1410
+ "0.0.7612543",
1411
+ "0.0.7847143",
1412
+ "0.0.8313485",
1413
+ "0.0.8405418",
1414
+ "0.0.8674038",
1415
+ "0.0.8758122",
1416
+ ],
1417
+ "senders": [
1418
+ "0.0.8217344",
1419
+ ],
1420
+ "type": "IN",
1421
+ "value": "10000",
1422
+ },
1423
+ {
1424
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1425
+ "blockHash": null,
1426
+ "blockHeight": 5,
1427
+ "extra": {
1428
+ "consensusTimestamp": "1743371987.018009000",
1429
+ },
1430
+ "fee": "64514",
1431
+ "hash": "J0XNN2FH1TwwrtI1eljkItUK66nL-YvqOZSWKrc9ZkcBV2MSfcXn-i4ipFGv-044",
1432
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-J0XNN2FH1TwwrtI1eljkItUK66nL-YvqOZSWKrc9ZkcBV2MSfcXn-i4ipFGv-044-IN",
1433
+ "recipients": [
1434
+ "0.0.7611280",
1435
+ "0.0.7611305",
1436
+ "0.0.7611306",
1437
+ "0.0.7612543",
1438
+ "0.0.7847143",
1439
+ "0.0.8313485",
1440
+ "0.0.8405418",
1441
+ "0.0.8674038",
1442
+ "0.0.8758122",
1443
+ ],
1444
+ "senders": [
1445
+ "0.0.8217344",
1446
+ ],
1447
+ "type": "IN",
1448
+ "value": "10000",
1449
+ },
1450
+ {
1451
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1452
+ "blockHash": null,
1453
+ "blockHeight": 5,
1454
+ "extra": {
1455
+ "consensusTimestamp": "1743601916.977125409",
1456
+ },
1457
+ "fee": "602274",
1458
+ "hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
1459
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
1460
+ "recipients": [
1461
+ "0.0.98",
1462
+ ],
1463
+ "senders": [
1464
+ "0.0.8313485",
1465
+ ],
1466
+ "type": "OUT",
1467
+ "value": "602274",
1468
+ },
1469
+ {
1470
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1471
+ "blockHash": null,
1472
+ "blockHeight": 5,
1473
+ "extra": {
1474
+ "consensusTimestamp": "1740739322.044670000",
1475
+ },
1476
+ "fee": "54816",
1477
+ "hash": "ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY",
1478
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY-IN",
1479
+ "recipients": [
1480
+ "0.0.8313485",
1481
+ ],
1482
+ "senders": [
1483
+ "0.0.1040977",
1484
+ ],
1485
+ "type": "IN",
1486
+ "value": "1000000000",
1487
+ },
1488
+ {
1489
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1490
+ "blockHash": null,
1491
+ "blockHeight": 5,
1492
+ "extra": {
1493
+ "consensusTimestamp": "1743371991.769212000",
1494
+ },
1495
+ "fee": "64500",
1496
+ "hash": "pTzgoDwUYO5mr3q56iBG7AomeMcOWUjrh-UoQbFfEbNVx-OT16-jcQAzoak6LAkB",
1497
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-pTzgoDwUYO5mr3q56iBG7AomeMcOWUjrh-UoQbFfEbNVx-OT16-jcQAzoak6LAkB-IN",
1498
+ "recipients": [
1499
+ "0.0.7611280",
1500
+ "0.0.7611305",
1501
+ "0.0.7611306",
1502
+ "0.0.7612543",
1503
+ "0.0.7847143",
1504
+ "0.0.8313485",
1505
+ "0.0.8405418",
1506
+ "0.0.8674038",
1507
+ "0.0.8758122",
1508
+ ],
1509
+ "senders": [
1510
+ "0.0.8217344",
1511
+ ],
1512
+ "type": "IN",
1513
+ "value": "10000",
1514
+ },
1515
+ {
1516
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1517
+ "blockHash": null,
1518
+ "blockHeight": 5,
1519
+ "extra": {
1520
+ "consensusTimestamp": "1740740327.007740000",
1521
+ },
1522
+ "fee": "1212697",
1523
+ "hash": "QgtcED3A7geKeAOQQYN1BfgKyJADPtAVLeT7ey8gFMdu8tAACWEHx77z4FR_0MSV",
1524
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-QgtcED3A7geKeAOQQYN1BfgKyJADPtAVLeT7ey8gFMdu8tAACWEHx77z4FR_0MSV-IN",
1525
+ "recipients": [
1526
+ "0.0.8313485",
1527
+ ],
1528
+ "senders": [
1529
+ "0.0.995584",
1530
+ "0.0.8367704",
1531
+ ],
1532
+ "type": "IN",
1533
+ "value": "600000",
1534
+ },
1535
+ {
1536
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1537
+ "blockHash": null,
1538
+ "blockHeight": 5,
1539
+ "extra": {
1540
+ "consensusTimestamp": "1743089390.497908000",
1541
+ },
1542
+ "fee": "26918289",
1543
+ "hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
1544
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
1545
+ "recipients": [
1546
+ "0.0.98",
1547
+ ],
1548
+ "senders": [
1549
+ "0.0.8313485",
1550
+ ],
1551
+ "type": "OUT",
1552
+ "value": "26918289",
1553
+ },
1554
+ {
1555
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1556
+ "blockHash": null,
1557
+ "blockHeight": 5,
1558
+ "extra": {
1559
+ "consensusTimestamp": "1743089390.497907999",
1560
+ },
1561
+ "fee": "24935910",
1562
+ "hash": "sJDAVx1fkaLPGjkFuj3iNnC3GgOamMkRBwAl57rkYRKrcOlj1Lu-kb0D01c3eF4y",
1563
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-sJDAVx1fkaLPGjkFuj3iNnC3GgOamMkRBwAl57rkYRKrcOlj1Lu-kb0D01c3eF4y-OUT",
1564
+ "recipients": [
1565
+ "0.0.98",
1566
+ ],
1567
+ "senders": [
1568
+ "0.0.8313485",
1569
+ ],
1570
+ "type": "OUT",
1571
+ "value": "24935910",
1572
+ },
1573
+ {
1574
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1575
+ "blockHash": null,
1576
+ "blockHeight": 5,
1577
+ "extra": {
1578
+ "consensusTimestamp": "1740740097.334683000",
1579
+ },
1580
+ "fee": "54816",
1581
+ "hash": "uj5J-L_fkKOiXYEamSopL0p7kEc1G8RBHuQjsQfafcsi1N-ATZ5YZXgqz3OZfebn",
1582
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-uj5J-L_fkKOiXYEamSopL0p7kEc1G8RBHuQjsQfafcsi1N-ATZ5YZXgqz3OZfebn-OUT",
1583
+ "recipients": [
1584
+ "0.0.8367704",
1585
+ ],
1586
+ "senders": [
1587
+ "0.0.8313485",
1588
+ ],
1589
+ "type": "OUT",
1590
+ "value": "2854816",
1591
+ },
1592
+ {
1593
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1594
+ "blockHash": null,
1595
+ "blockHeight": 5,
1596
+ "extra": {
1597
+ "consensusTimestamp": "1740738764.065021000",
1598
+ },
1599
+ "fee": "54982",
1600
+ "hash": "wIHVqsGrwL1dn0JTJZijUBgiQwwkyPtI73c6-W91BEvs8nlY5-05GD_QPeajRNvP",
1601
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-wIHVqsGrwL1dn0JTJZijUBgiQwwkyPtI73c6-W91BEvs8nlY5-05GD_QPeajRNvP-IN",
1602
+ "recipients": [
1603
+ "0.0.8313485",
1604
+ ],
1605
+ "senders": [
1606
+ "0.0.507737",
1607
+ ],
1608
+ "type": "IN",
1609
+ "value": "10000000",
1610
+ },
1611
+ ],
1612
+ ]
1613
+ `;
1614
+
3
1615
  exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
4
1616
  [
5
1617
  {