@ledgerhq/live-common 34.46.0-nightly.3 → 34.46.0-nightly.5

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 (282) hide show
  1. package/lib/bridge/generic-alpaca/estimateMaxSpendable.d.ts.map +1 -1
  2. package/lib/bridge/generic-alpaca/estimateMaxSpendable.js +6 -4
  3. package/lib/bridge/generic-alpaca/estimateMaxSpendable.js.map +1 -1
  4. package/lib/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
  5. package/lib/bridge/generic-alpaca/getTransactionStatus.js +2 -2
  6. package/lib/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
  7. package/lib/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
  8. package/lib/bridge/generic-alpaca/prepareTransaction.js +12 -12
  9. package/lib/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
  10. package/lib/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
  11. package/lib/bridge/generic-alpaca/signOperation.js +3 -4
  12. package/lib/bridge/generic-alpaca/signOperation.js.map +1 -1
  13. package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.js +1 -1
  14. package/lib/bridge/generic-alpaca/tests/prepareTransaction.test.js.map +1 -1
  15. package/lib/bridge/generic-alpaca/utils.d.ts +0 -1
  16. package/lib/bridge/generic-alpaca/utils.d.ts.map +1 -1
  17. package/lib/bridge/generic-alpaca/utils.js +0 -1
  18. package/lib/bridge/generic-alpaca/utils.js.map +1 -1
  19. package/lib/currencies/index.d.ts +1 -1
  20. package/lib/currencies/index.d.ts.map +1 -1
  21. package/lib/currencies/index.js +1 -2
  22. package/lib/currencies/index.js.map +1 -1
  23. package/lib/currencies/sortByMarketcap.test.js +2 -1
  24. package/lib/currencies/sortByMarketcap.test.js.map +1 -1
  25. package/lib/domain/getTokensWithFunds.test.js +1 -1
  26. package/lib/domain/getTokensWithFunds.test.js.map +1 -1
  27. package/lib/e2e/enum/AppInfos.d.ts +1 -1
  28. package/lib/e2e/enum/AppInfos.d.ts.map +1 -1
  29. package/lib/e2e/enum/Provider.d.ts.map +1 -1
  30. package/lib/e2e/enum/Provider.js +2 -2
  31. package/lib/e2e/enum/Provider.js.map +1 -1
  32. package/lib/e2e/index.d.ts +3 -0
  33. package/lib/e2e/index.d.ts.map +1 -1
  34. package/lib/e2e/speculos.d.ts.map +1 -1
  35. package/lib/e2e/speculos.js +3 -4
  36. package/lib/e2e/speculos.js.map +1 -1
  37. package/lib/e2e/speculosCI.d.ts +4 -0
  38. package/lib/e2e/speculosCI.d.ts.map +1 -1
  39. package/lib/e2e/speculosCI.js +16 -6
  40. package/lib/e2e/speculosCI.js.map +1 -1
  41. package/lib/env.react.d.ts +1 -1
  42. package/lib/env.react.d.ts.map +1 -1
  43. package/lib/families/evm/setup.d.ts.map +1 -1
  44. package/lib/families/evm/setup.js +9 -0
  45. package/lib/families/evm/setup.js.map +1 -1
  46. package/lib/families/hedera/constants.d.ts +2 -0
  47. package/lib/families/hedera/constants.d.ts.map +1 -0
  48. package/lib/families/hedera/constants.js +19 -0
  49. package/lib/families/hedera/constants.js.map +1 -0
  50. package/lib/families/hedera/setup.d.ts +5 -5
  51. package/lib/families/hedera/setup.d.ts.map +1 -1
  52. package/lib/families/hedera/setup.js.map +1 -1
  53. package/lib/families/solana/setup.d.ts.map +1 -1
  54. package/lib/families/solana/setup.js +2 -1
  55. package/lib/families/solana/setup.js.map +1 -1
  56. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  57. package/lib/featureFlags/defaultFeatures.js +1 -0
  58. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  59. package/lib/featureFlags/useFeature.d.ts +1 -1
  60. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  61. package/lib/generated/bridge/js.d.ts +1 -1
  62. package/lib/market/utils/countervalueFormatter.d.ts.map +1 -1
  63. package/lib/market/utils/countervalueFormatter.js.map +1 -1
  64. package/lib/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
  65. package/lib/modularDrawer/__mocks__/currencies.mock.js +7 -7
  66. package/lib/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
  67. package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js +1 -1
  68. package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js.map +1 -1
  69. package/lib/modularDrawer/data/entities/index.d.ts +68 -0
  70. package/lib/modularDrawer/data/entities/index.d.ts.map +1 -0
  71. package/lib/modularDrawer/data/entities/index.js +3 -0
  72. package/lib/modularDrawer/data/entities/index.js.map +1 -0
  73. package/lib/modularDrawer/data/state-manager/api.d.ts +152 -0
  74. package/lib/modularDrawer/data/state-manager/api.d.ts.map +1 -0
  75. package/lib/modularDrawer/data/state-manager/api.js +45 -0
  76. package/lib/modularDrawer/data/state-manager/api.js.map +1 -0
  77. package/lib/modularDrawer/hooks/__test__/useAssetsData.test.d.ts +5 -0
  78. package/lib/modularDrawer/hooks/__test__/useAssetsData.test.d.ts.map +1 -0
  79. package/lib/modularDrawer/hooks/__test__/useAssetsData.test.js +120 -0
  80. package/lib/modularDrawer/hooks/__test__/useAssetsData.test.js.map +1 -0
  81. package/lib/modularDrawer/hooks/useAssetsData.d.ts +13 -0
  82. package/lib/modularDrawer/hooks/useAssetsData.d.ts.map +1 -0
  83. package/lib/modularDrawer/hooks/useAssetsData.js +31 -0
  84. package/lib/modularDrawer/hooks/useAssetsData.js.map +1 -0
  85. package/lib/modularDrawer/utils/__tests__/counterValueFormatter.test.d.ts +2 -0
  86. package/lib/modularDrawer/utils/__tests__/counterValueFormatter.test.d.ts.map +1 -0
  87. package/lib/modularDrawer/utils/__tests__/counterValueFormatter.test.js +496 -0
  88. package/lib/modularDrawer/utils/__tests__/counterValueFormatter.test.js.map +1 -0
  89. package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js +1 -1
  90. package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js.map +1 -1
  91. package/lib/modularDrawer/utils/__tests__/haveOneCommonProvider.test.js +1 -1
  92. package/lib/modularDrawer/utils/__tests__/haveOneCommonProvider.test.js.map +1 -1
  93. package/lib/modularDrawer/utils/calculateProviderTotal.d.ts +9 -0
  94. package/lib/modularDrawer/utils/calculateProviderTotal.d.ts.map +1 -0
  95. package/lib/modularDrawer/utils/calculateProviderTotal.js +23 -0
  96. package/lib/modularDrawer/utils/calculateProviderTotal.js.map +1 -0
  97. package/lib/modularDrawer/utils/counterValueFormatter.d.ts +14 -0
  98. package/lib/modularDrawer/utils/counterValueFormatter.d.ts.map +1 -0
  99. package/lib/modularDrawer/utils/counterValueFormatter.js +107 -0
  100. package/lib/modularDrawer/utils/counterValueFormatter.js.map +1 -0
  101. package/lib/modularDrawer/utils/getBalanceAndFiatValueByAssets.d.ts +11 -0
  102. package/lib/modularDrawer/utils/getBalanceAndFiatValueByAssets.d.ts.map +1 -0
  103. package/lib/modularDrawer/utils/getBalanceAndFiatValueByAssets.js +45 -0
  104. package/lib/modularDrawer/utils/getBalanceAndFiatValueByAssets.js.map +1 -0
  105. package/lib/modularDrawer/utils/getProviderCurrency.d.ts +3 -0
  106. package/lib/modularDrawer/utils/getProviderCurrency.d.ts.map +1 -0
  107. package/lib/modularDrawer/utils/getProviderCurrency.js +14 -0
  108. package/lib/modularDrawer/utils/getProviderCurrency.js.map +1 -0
  109. package/lib/modularDrawer/utils/groupAccountsByAsset.d.ts +11 -0
  110. package/lib/modularDrawer/utils/groupAccountsByAsset.d.ts.map +1 -0
  111. package/lib/modularDrawer/utils/groupAccountsByAsset.js +32 -0
  112. package/lib/modularDrawer/utils/groupAccountsByAsset.js.map +1 -0
  113. package/lib/modularDrawer/utils/parseToBigNumber.d.ts +9 -0
  114. package/lib/modularDrawer/utils/parseToBigNumber.d.ts.map +1 -0
  115. package/lib/modularDrawer/utils/parseToBigNumber.js +24 -0
  116. package/lib/modularDrawer/utils/parseToBigNumber.js.map +1 -0
  117. package/lib/modularDrawer/utils/type.d.ts +21 -0
  118. package/lib/modularDrawer/utils/type.d.ts.map +1 -0
  119. package/lib/modularDrawer/utils/type.js +3 -0
  120. package/lib/modularDrawer/utils/type.js.map +1 -0
  121. package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js +1 -1
  122. package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js.map +1 -1
  123. package/lib-es/bridge/generic-alpaca/estimateMaxSpendable.d.ts.map +1 -1
  124. package/lib-es/bridge/generic-alpaca/estimateMaxSpendable.js +6 -4
  125. package/lib-es/bridge/generic-alpaca/estimateMaxSpendable.js.map +1 -1
  126. package/lib-es/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
  127. package/lib-es/bridge/generic-alpaca/getTransactionStatus.js +2 -2
  128. package/lib-es/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
  129. package/lib-es/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
  130. package/lib-es/bridge/generic-alpaca/prepareTransaction.js +12 -12
  131. package/lib-es/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
  132. package/lib-es/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
  133. package/lib-es/bridge/generic-alpaca/signOperation.js +3 -4
  134. package/lib-es/bridge/generic-alpaca/signOperation.js.map +1 -1
  135. package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.js +1 -1
  136. package/lib-es/bridge/generic-alpaca/tests/prepareTransaction.test.js.map +1 -1
  137. package/lib-es/bridge/generic-alpaca/utils.d.ts +0 -1
  138. package/lib-es/bridge/generic-alpaca/utils.d.ts.map +1 -1
  139. package/lib-es/bridge/generic-alpaca/utils.js +0 -1
  140. package/lib-es/bridge/generic-alpaca/utils.js.map +1 -1
  141. package/lib-es/currencies/index.d.ts +1 -1
  142. package/lib-es/currencies/index.d.ts.map +1 -1
  143. package/lib-es/currencies/index.js +1 -1
  144. package/lib-es/currencies/index.js.map +1 -1
  145. package/lib-es/currencies/sortByMarketcap.test.js +2 -1
  146. package/lib-es/currencies/sortByMarketcap.test.js.map +1 -1
  147. package/lib-es/domain/getTokensWithFunds.test.js +1 -1
  148. package/lib-es/domain/getTokensWithFunds.test.js.map +1 -1
  149. package/lib-es/e2e/enum/AppInfos.d.ts +1 -1
  150. package/lib-es/e2e/enum/AppInfos.d.ts.map +1 -1
  151. package/lib-es/e2e/enum/Provider.d.ts.map +1 -1
  152. package/lib-es/e2e/enum/Provider.js +2 -2
  153. package/lib-es/e2e/enum/Provider.js.map +1 -1
  154. package/lib-es/e2e/index.d.ts +3 -0
  155. package/lib-es/e2e/index.d.ts.map +1 -1
  156. package/lib-es/e2e/speculos.d.ts.map +1 -1
  157. package/lib-es/e2e/speculos.js +3 -4
  158. package/lib-es/e2e/speculos.js.map +1 -1
  159. package/lib-es/e2e/speculosCI.d.ts +4 -0
  160. package/lib-es/e2e/speculosCI.d.ts.map +1 -1
  161. package/lib-es/e2e/speculosCI.js +14 -5
  162. package/lib-es/e2e/speculosCI.js.map +1 -1
  163. package/lib-es/env.react.d.ts +1 -1
  164. package/lib-es/env.react.d.ts.map +1 -1
  165. package/lib-es/families/evm/setup.d.ts.map +1 -1
  166. package/lib-es/families/evm/setup.js +9 -0
  167. package/lib-es/families/evm/setup.js.map +1 -1
  168. package/lib-es/families/hedera/constants.d.ts +2 -0
  169. package/lib-es/families/hedera/constants.d.ts.map +1 -0
  170. package/lib-es/families/hedera/constants.js +3 -0
  171. package/lib-es/families/hedera/constants.js.map +1 -0
  172. package/lib-es/families/hedera/setup.d.ts +5 -5
  173. package/lib-es/families/hedera/setup.d.ts.map +1 -1
  174. package/lib-es/families/hedera/setup.js.map +1 -1
  175. package/lib-es/families/solana/setup.d.ts.map +1 -1
  176. package/lib-es/families/solana/setup.js +2 -1
  177. package/lib-es/families/solana/setup.js.map +1 -1
  178. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  179. package/lib-es/featureFlags/defaultFeatures.js +1 -0
  180. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  181. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  182. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  183. package/lib-es/generated/bridge/js.d.ts +1 -1
  184. package/lib-es/market/utils/countervalueFormatter.d.ts.map +1 -1
  185. package/lib-es/market/utils/countervalueFormatter.js.map +1 -1
  186. package/lib-es/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
  187. package/lib-es/modularDrawer/__mocks__/currencies.mock.js +1 -1
  188. package/lib-es/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
  189. package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js +1 -1
  190. package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js.map +1 -1
  191. package/lib-es/modularDrawer/data/entities/index.d.ts +68 -0
  192. package/lib-es/modularDrawer/data/entities/index.d.ts.map +1 -0
  193. package/lib-es/modularDrawer/data/entities/index.js +2 -0
  194. package/lib-es/modularDrawer/data/entities/index.js.map +1 -0
  195. package/lib-es/modularDrawer/data/state-manager/api.d.ts +152 -0
  196. package/lib-es/modularDrawer/data/state-manager/api.d.ts.map +1 -0
  197. package/lib-es/modularDrawer/data/state-manager/api.js +42 -0
  198. package/lib-es/modularDrawer/data/state-manager/api.js.map +1 -0
  199. package/lib-es/modularDrawer/hooks/__test__/useAssetsData.test.d.ts +5 -0
  200. package/lib-es/modularDrawer/hooks/__test__/useAssetsData.test.d.ts.map +1 -0
  201. package/lib-es/modularDrawer/hooks/__test__/useAssetsData.test.js +118 -0
  202. package/lib-es/modularDrawer/hooks/__test__/useAssetsData.test.js.map +1 -0
  203. package/lib-es/modularDrawer/hooks/useAssetsData.d.ts +13 -0
  204. package/lib-es/modularDrawer/hooks/useAssetsData.d.ts.map +1 -0
  205. package/lib-es/modularDrawer/hooks/useAssetsData.js +27 -0
  206. package/lib-es/modularDrawer/hooks/useAssetsData.js.map +1 -0
  207. package/lib-es/modularDrawer/utils/__tests__/counterValueFormatter.test.d.ts +2 -0
  208. package/lib-es/modularDrawer/utils/__tests__/counterValueFormatter.test.d.ts.map +1 -0
  209. package/lib-es/modularDrawer/utils/__tests__/counterValueFormatter.test.js +494 -0
  210. package/lib-es/modularDrawer/utils/__tests__/counterValueFormatter.test.js.map +1 -0
  211. package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js +1 -1
  212. package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js.map +1 -1
  213. package/lib-es/modularDrawer/utils/__tests__/haveOneCommonProvider.test.js +1 -1
  214. package/lib-es/modularDrawer/utils/__tests__/haveOneCommonProvider.test.js.map +1 -1
  215. package/lib-es/modularDrawer/utils/calculateProviderTotal.d.ts +9 -0
  216. package/lib-es/modularDrawer/utils/calculateProviderTotal.d.ts.map +1 -0
  217. package/lib-es/modularDrawer/utils/calculateProviderTotal.js +16 -0
  218. package/lib-es/modularDrawer/utils/calculateProviderTotal.js.map +1 -0
  219. package/lib-es/modularDrawer/utils/counterValueFormatter.d.ts +14 -0
  220. package/lib-es/modularDrawer/utils/counterValueFormatter.d.ts.map +1 -0
  221. package/lib-es/modularDrawer/utils/counterValueFormatter.js +103 -0
  222. package/lib-es/modularDrawer/utils/counterValueFormatter.js.map +1 -0
  223. package/lib-es/modularDrawer/utils/getBalanceAndFiatValueByAssets.d.ts +11 -0
  224. package/lib-es/modularDrawer/utils/getBalanceAndFiatValueByAssets.d.ts.map +1 -0
  225. package/lib-es/modularDrawer/utils/getBalanceAndFiatValueByAssets.js +41 -0
  226. package/lib-es/modularDrawer/utils/getBalanceAndFiatValueByAssets.js.map +1 -0
  227. package/lib-es/modularDrawer/utils/getProviderCurrency.d.ts +3 -0
  228. package/lib-es/modularDrawer/utils/getProviderCurrency.d.ts.map +1 -0
  229. package/lib-es/modularDrawer/utils/getProviderCurrency.js +10 -0
  230. package/lib-es/modularDrawer/utils/getProviderCurrency.js.map +1 -0
  231. package/lib-es/modularDrawer/utils/groupAccountsByAsset.d.ts +11 -0
  232. package/lib-es/modularDrawer/utils/groupAccountsByAsset.d.ts.map +1 -0
  233. package/lib-es/modularDrawer/utils/groupAccountsByAsset.js +25 -0
  234. package/lib-es/modularDrawer/utils/groupAccountsByAsset.js.map +1 -0
  235. package/lib-es/modularDrawer/utils/parseToBigNumber.d.ts +9 -0
  236. package/lib-es/modularDrawer/utils/parseToBigNumber.d.ts.map +1 -0
  237. package/lib-es/modularDrawer/utils/parseToBigNumber.js +17 -0
  238. package/lib-es/modularDrawer/utils/parseToBigNumber.js.map +1 -0
  239. package/lib-es/modularDrawer/utils/type.d.ts +21 -0
  240. package/lib-es/modularDrawer/utils/type.d.ts.map +1 -0
  241. package/lib-es/modularDrawer/utils/type.js +2 -0
  242. package/lib-es/modularDrawer/utils/type.js.map +1 -0
  243. package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js +1 -1
  244. package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js.map +1 -1
  245. package/package.json +72 -70
  246. package/src/bridge/generic-alpaca/estimateMaxSpendable.ts +11 -5
  247. package/src/bridge/generic-alpaca/getTransactionStatus.ts +2 -1
  248. package/src/bridge/generic-alpaca/prepareTransaction.ts +20 -16
  249. package/src/bridge/generic-alpaca/signOperation.ts +3 -2
  250. package/src/bridge/generic-alpaca/tests/prepareTransaction.test.ts +1 -1
  251. package/src/bridge/generic-alpaca/utils.ts +0 -2
  252. package/src/currencies/index.ts +0 -1
  253. package/src/currencies/sortByMarketcap.test.ts +2 -1
  254. package/src/domain/getTokensWithFunds.test.ts +1 -1
  255. package/src/e2e/enum/AppInfos.ts +1 -1
  256. package/src/e2e/enum/Provider.ts +2 -2
  257. package/src/e2e/speculos.ts +3 -4
  258. package/src/e2e/speculosCI.ts +18 -6
  259. package/src/families/evm/setup.ts +9 -0
  260. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +464 -1135
  261. package/src/families/hedera/constants.ts +2 -0
  262. package/src/families/hedera/setup.ts +7 -3
  263. package/src/families/solana/setup.ts +2 -0
  264. package/src/featureFlags/defaultFeatures.ts +1 -0
  265. package/src/market/utils/countervalueFormatter.ts +0 -1
  266. package/src/modularDrawer/__mocks__/currencies.mock.ts +1 -1
  267. package/src/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.ts +1 -1
  268. package/src/modularDrawer/data/entities/index.ts +79 -0
  269. package/src/modularDrawer/data/state-manager/api.ts +62 -0
  270. package/src/modularDrawer/hooks/__test__/useAssetsData.test.ts +139 -0
  271. package/src/modularDrawer/hooks/useAssetsData.ts +36 -0
  272. package/src/modularDrawer/utils/__tests__/counterValueFormatter.test.ts +549 -0
  273. package/src/modularDrawer/utils/__tests__/currencyUtils.test.ts +1 -1
  274. package/src/modularDrawer/utils/__tests__/haveOneCommonProvider.test.ts +2 -2
  275. package/src/modularDrawer/utils/calculateProviderTotal.ts +23 -0
  276. package/src/modularDrawer/utils/counterValueFormatter.ts +165 -0
  277. package/src/modularDrawer/utils/getBalanceAndFiatValueByAssets.ts +76 -0
  278. package/src/modularDrawer/utils/getProviderCurrency.ts +13 -0
  279. package/src/modularDrawer/utils/groupAccountsByAsset.ts +51 -0
  280. package/src/modularDrawer/utils/parseToBigNumber.ts +17 -0
  281. package/src/modularDrawer/utils/type.ts +22 -0
  282. package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +1 -1
@@ -1,37 +1,80 @@
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`] = `
3
+ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
4
4
  [
5
5
  {
6
- "balance": "1095169974",
6
+ "balance": "942529312",
7
7
  "currencyId": "hedera",
8
8
  "derivationMode": "hederaBip44",
9
9
  "freshAddress": "0.0.1040977",
10
10
  "freshAddressPath": "44/3030",
11
+ "hederaResources": {
12
+ "isAutoTokenAssociationEnabled": false,
13
+ "maxAutomaticTokenAssociations": 0,
14
+ },
11
15
  "id": "js:2:hedera:0.0.1040977:hederaBip44",
12
16
  "index": 0,
13
- "operationsCount": 36,
17
+ "operationsCount": 40,
14
18
  "pendingOperations": [],
15
19
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
16
- "spendableBalance": "1095169974",
20
+ "spendableBalance": "942529312",
21
+ "subAccounts": [],
17
22
  "swapHistory": [],
18
- "syncHash": undefined,
23
+ "syncHash": "0x30c71e3f",
19
24
  "used": true,
20
25
  },
26
+ {
27
+ "balance": "30000000",
28
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
29
+ "operationsCount": 0,
30
+ "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
31
+ "pendingOperations": [],
32
+ "spendableBalance": "30000000",
33
+ "swapHistory": [],
34
+ "tokenId": "hedera/hts/tune_fm_0.0.127877",
35
+ "type": "TokenAccountRaw",
36
+ },
37
+ {
38
+ "balance": "10000",
39
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
40
+ "operationsCount": 0,
41
+ "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
42
+ "pendingOperations": [],
43
+ "spendableBalance": "10000",
44
+ "swapHistory": [],
45
+ "tokenId": "hedera/hts/usd_coin_0.0.456858",
46
+ "type": "TokenAccountRaw",
47
+ },
48
+ {
49
+ "balance": "20000000",
50
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
51
+ "operationsCount": 0,
52
+ "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
53
+ "pendingOperations": [],
54
+ "spendableBalance": "20000000",
55
+ "swapHistory": [],
56
+ "tokenId": "hedera/hts/_0.0.7893707",
57
+ "type": "TokenAccountRaw",
58
+ },
21
59
  {
22
60
  "balance": "226095",
23
61
  "currencyId": "hedera",
24
62
  "derivationMode": "hederaBip44",
25
63
  "freshAddress": "0.0.7305122",
26
64
  "freshAddressPath": "44/3030",
65
+ "hederaResources": {
66
+ "isAutoTokenAssociationEnabled": false,
67
+ "maxAutomaticTokenAssociations": 0,
68
+ },
27
69
  "id": "js:2:hedera:0.0.7305122:hederaBip44",
28
70
  "index": 1,
29
71
  "operationsCount": 21,
30
72
  "pendingOperations": [],
31
73
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
32
74
  "spendableBalance": "226095",
75
+ "subAccounts": [],
33
76
  "swapHistory": [],
34
- "syncHash": undefined,
77
+ "syncHash": "0x30c71e3f",
35
78
  "used": true,
36
79
  },
37
80
  {
@@ -40,14 +83,19 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
40
83
  "derivationMode": "hederaBip44",
41
84
  "freshAddress": "0.0.7560245",
42
85
  "freshAddressPath": "44/3030",
86
+ "hederaResources": {
87
+ "isAutoTokenAssociationEnabled": false,
88
+ "maxAutomaticTokenAssociations": 0,
89
+ },
43
90
  "id": "js:2:hedera:0.0.7560245:hederaBip44",
44
91
  "index": 2,
45
92
  "operationsCount": 2,
46
93
  "pendingOperations": [],
47
94
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
48
95
  "spendableBalance": "80189",
96
+ "subAccounts": [],
49
97
  "swapHistory": [],
50
- "syncHash": undefined,
98
+ "syncHash": "0x30c71e3f",
51
99
  "used": true,
52
100
  },
53
101
  {
@@ -56,36 +104,57 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
56
104
  "derivationMode": "hederaBip44",
57
105
  "freshAddress": "0.0.7578015",
58
106
  "freshAddressPath": "44/3030",
107
+ "hederaResources": {
108
+ "isAutoTokenAssociationEnabled": false,
109
+ "maxAutomaticTokenAssociations": 0,
110
+ },
59
111
  "id": "js:2:hedera:0.0.7578015:hederaBip44",
60
112
  "index": 3,
61
113
  "operationsCount": 1,
62
114
  "pendingOperations": [],
63
115
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
64
116
  "spendableBalance": "99836954",
117
+ "subAccounts": [],
65
118
  "swapHistory": [],
66
- "syncHash": undefined,
119
+ "syncHash": "0x30c71e3f",
67
120
  "used": true,
68
121
  },
69
122
  {
70
- "balance": "772197760",
123
+ "balance": "771802909",
71
124
  "currencyId": "hedera",
72
125
  "derivationMode": "hederaBip44",
73
126
  "freshAddress": "0.0.8313485",
74
127
  "freshAddressPath": "44/3030",
128
+ "hederaResources": {
129
+ "isAutoTokenAssociationEnabled": false,
130
+ "maxAutomaticTokenAssociations": 0,
131
+ },
75
132
  "id": "js:2:hedera:0.0.8313485:hederaBip44",
76
133
  "index": 4,
77
- "operationsCount": 18,
134
+ "operationsCount": 21,
78
135
  "pendingOperations": [],
79
136
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
80
- "spendableBalance": "772197760",
137
+ "spendableBalance": "771802909",
138
+ "subAccounts": [],
81
139
  "swapHistory": [],
82
- "syncHash": undefined,
140
+ "syncHash": "0x30c71e3f",
83
141
  "used": true,
84
142
  },
143
+ {
144
+ "balance": "328000000",
145
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
146
+ "operationsCount": 0,
147
+ "parentId": "js:2:hedera:0.0.8313485:hederaBip44",
148
+ "pendingOperations": [],
149
+ "spendableBalance": "328000000",
150
+ "swapHistory": [],
151
+ "tokenId": "hedera/hts/tune_fm_0.0.127877",
152
+ "type": "TokenAccountRaw",
153
+ },
85
154
  ]
86
155
  `;
87
156
 
88
- exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 and account balance 2`] = `
157
+ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
89
158
  [
90
159
  [
91
160
  {
@@ -96,10 +165,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
96
165
  "consensusTimestamp": "1730811624.603795000",
97
166
  },
98
167
  "fee": "225279",
168
+ "hasFailed": false,
99
169
  "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
100
170
  "id": "js:2:hedera:0.0.1040977:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-IN",
101
171
  "recipients": [
102
172
  "0.0.1040977",
173
+ "0.0.3",
103
174
  ],
104
175
  "senders": [
105
176
  "0.0.7305122",
@@ -115,10 +186,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
115
186
  "consensusTimestamp": "1729155939.657319000",
116
187
  },
117
188
  "fee": "194053",
189
+ "hasFailed": false,
118
190
  "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
119
191
  "id": "js:2:hedera:0.0.1040977:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-OUT",
120
192
  "recipients": [
121
193
  "0.0.7305122",
194
+ "0.0.3",
122
195
  ],
123
196
  "senders": [
124
197
  "0.0.1040977",
@@ -134,10 +207,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
134
207
  "consensusTimestamp": "1730813192.423784000",
135
208
  },
136
209
  "fee": "225507",
210
+ "hasFailed": false,
137
211
  "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
138
212
  "id": "js:2:hedera:0.0.1040977:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-IN",
139
213
  "recipients": [
140
214
  "0.0.1040977",
215
+ "0.0.3",
141
216
  ],
142
217
  "senders": [
143
218
  "0.0.7305122",
@@ -153,10 +228,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
153
228
  "consensusTimestamp": "1730811403.115680000",
154
229
  },
155
230
  "fee": "226772",
231
+ "hasFailed": false,
156
232
  "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
157
233
  "id": "js:2:hedera:0.0.1040977:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-OUT",
158
234
  "recipients": [
159
235
  "0.0.7305122",
236
+ "0.0.3",
160
237
  ],
161
238
  "senders": [
162
239
  "0.0.1040977",
@@ -172,10 +249,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
172
249
  "consensusTimestamp": "1726477122.251592000",
173
250
  },
174
251
  "fee": "203103",
252
+ "hasFailed": false,
175
253
  "hash": "AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6",
176
254
  "id": "js:2:hedera:0.0.1040977:hederaBip44-AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6-IN",
177
255
  "recipients": [
178
256
  "0.0.1040977",
257
+ "0.0.3",
179
258
  ],
180
259
  "senders": [
181
260
  "0.0.7107424",
@@ -191,10 +270,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
191
270
  "consensusTimestamp": "1729155815.270550000",
192
271
  },
193
272
  "fee": "194053",
273
+ "hasFailed": false,
194
274
  "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
195
275
  "id": "js:2:hedera:0.0.1040977:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-IN",
196
276
  "recipients": [
197
277
  "0.0.1040977",
278
+ "0.0.4",
198
279
  ],
199
280
  "senders": [
200
281
  "0.0.7305122",
@@ -210,14 +291,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
210
291
  "consensusTimestamp": "1726477062.311057502",
211
292
  },
212
293
  "fee": "203410",
294
+ "hasFailed": false,
213
295
  "hash": "dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG",
214
296
  "id": "js:2:hedera:0.0.1040977:hederaBip44-dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG-IN",
215
297
  "recipients": [
216
298
  "0.0.1040977",
299
+ "0.0.3",
217
300
  ],
218
301
  "senders": [
219
- "0.0.800",
220
302
  "0.0.7107424",
303
+ "0.0.800",
221
304
  ],
222
305
  "type": "IN",
223
306
  "value": "100000000",
@@ -230,10 +313,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
230
313
  "consensusTimestamp": "1730811531.050920029",
231
314
  },
232
315
  "fee": "226772",
316
+ "hasFailed": false,
233
317
  "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
234
318
  "id": "js:2:hedera:0.0.1040977:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-OUT",
235
319
  "recipients": [
236
320
  "0.0.7305122",
321
+ "0.0.3",
237
322
  ],
238
323
  "senders": [
239
324
  "0.0.1040977",
@@ -249,10 +334,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
249
334
  "consensusTimestamp": "1726235313.566576000",
250
335
  },
251
336
  "fee": "198870",
337
+ "hasFailed": false,
252
338
  "hash": "DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW",
253
339
  "id": "js:2:hedera:0.0.1040977:hederaBip44-DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW-IN",
254
340
  "recipients": [
255
341
  "0.0.1040977",
342
+ "0.0.3",
256
343
  ],
257
344
  "senders": [
258
345
  "0.0.7107424",
@@ -268,10 +355,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
268
355
  "consensusTimestamp": "1729858464.980892000",
269
356
  },
270
357
  "fee": "199068",
358
+ "hasFailed": false,
271
359
  "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
272
360
  "id": "js:2:hedera:0.0.1040977:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-OUT",
273
361
  "recipients": [
274
362
  "0.0.7305122",
363
+ "0.0.3",
275
364
  ],
276
365
  "senders": [
277
366
  "0.0.1040977",
@@ -279,6 +368,27 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
279
368
  "type": "OUT",
280
369
  "value": "209068",
281
370
  },
371
+ {
372
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
373
+ "blockHash": null,
374
+ "blockHeight": 5,
375
+ "extra": {
376
+ "associatedTokenId": "0.0.127877",
377
+ "consensusTimestamp": "1753711721.783899000",
378
+ },
379
+ "fee": "17755051",
380
+ "hasFailed": false,
381
+ "hash": "F4Ls0JJ6T2fsrpUlPcM90vHUVH-CaegItZAzg2-fYgTVOUECJOaV93GZ6irtNAmo",
382
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-F4Ls0JJ6T2fsrpUlPcM90vHUVH-CaegItZAzg2-fYgTVOUECJOaV93GZ6irtNAmo-ASSOCIATE_TOKEN",
383
+ "recipients": [
384
+ "0.0.3",
385
+ ],
386
+ "senders": [
387
+ "0.0.1040977",
388
+ ],
389
+ "type": "ASSOCIATE_TOKEN",
390
+ "value": "17755051",
391
+ },
282
392
  {
283
393
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
284
394
  "blockHash": null,
@@ -287,10 +397,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
287
397
  "consensusTimestamp": "1729147655.662122737",
288
398
  },
289
399
  "fee": "191792",
400
+ "hasFailed": false,
290
401
  "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
291
402
  "id": "js:2:hedera:0.0.1040977:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-OUT",
292
403
  "recipients": [
293
404
  "0.0.7305122",
405
+ "0.0.3",
294
406
  ],
295
407
  "senders": [
296
408
  "0.0.1040977",
@@ -306,10 +418,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
306
418
  "consensusTimestamp": "1729687467.306035525",
307
419
  },
308
420
  "fee": "196236",
421
+ "hasFailed": false,
309
422
  "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
310
423
  "id": "js:2:hedera:0.0.1040977:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-OUT",
311
424
  "recipients": [
312
425
  "0.0.7305122",
426
+ "0.0.3",
313
427
  ],
314
428
  "senders": [
315
429
  "0.0.1040977",
@@ -325,10 +439,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
325
439
  "consensusTimestamp": "1729150225.131300000",
326
440
  },
327
441
  "fee": "193637",
442
+ "hasFailed": false,
328
443
  "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
329
444
  "id": "js:2:hedera:0.0.1040977:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-IN",
330
445
  "recipients": [
331
446
  "0.0.1040977",
447
+ "0.0.3",
332
448
  ],
333
449
  "senders": [
334
450
  "0.0.7305122",
@@ -344,10 +460,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
344
460
  "consensusTimestamp": "1732192441.542423000",
345
461
  },
346
462
  "fee": "82857",
463
+ "hasFailed": false,
347
464
  "hash": "geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2",
348
465
  "id": "js:2:hedera:0.0.1040977:hederaBip44-geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2-OUT",
349
466
  "recipients": [
350
467
  "0.0.7560245",
468
+ "0.0.3",
351
469
  ],
352
470
  "senders": [
353
471
  "0.0.1040977",
@@ -363,10 +481,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
363
481
  "consensusTimestamp": "1704213295.949352003",
364
482
  },
365
483
  "fee": "103989",
484
+ "hasFailed": false,
366
485
  "hash": "H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p",
367
486
  "id": "js:2:hedera:0.0.1040977:hederaBip44-H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p-OUT",
368
487
  "recipients": [
369
- "0.0.98",
488
+ "0.0.3",
370
489
  ],
371
490
  "senders": [
372
491
  "0.0.1040977",
@@ -382,10 +501,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
382
501
  "consensusTimestamp": "1732205762.558954000",
383
502
  },
384
503
  "fee": "83709",
504
+ "hasFailed": false,
385
505
  "hash": "HBUllSXgRrXReT7pFosXQ0cgB-Y8FfHSS6LGxqgW6A-rNuU5w7ge780YmZzu4k8X",
386
506
  "id": "js:2:hedera:0.0.1040977:hederaBip44-HBUllSXgRrXReT7pFosXQ0cgB-Y8FfHSS6LGxqgW6A-rNuU5w7ge780YmZzu4k8X-IN",
387
507
  "recipients": [
388
508
  "0.0.1040977",
509
+ "0.0.20",
389
510
  ],
390
511
  "senders": [
391
512
  "0.0.7579210",
@@ -401,10 +522,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
401
522
  "consensusTimestamp": "1697645669.026204003",
402
523
  },
403
524
  "fee": "210184",
525
+ "hasFailed": false,
404
526
  "hash": "hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC",
405
527
  "id": "js:2:hedera:0.0.1040977:hederaBip44-hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC-OUT",
406
528
  "recipients": [
407
- "0.0.98",
529
+ "0.0.3",
408
530
  ],
409
531
  "senders": [
410
532
  "0.0.1040977",
@@ -420,10 +542,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
420
542
  "consensusTimestamp": "1730813149.715064983",
421
543
  },
422
544
  "fee": "225507",
545
+ "hasFailed": false,
423
546
  "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
424
547
  "id": "js:2:hedera:0.0.1040977:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-OUT",
425
548
  "recipients": [
426
549
  "0.0.7305122",
550
+ "0.0.3",
427
551
  ],
428
552
  "senders": [
429
553
  "0.0.1040977",
@@ -439,10 +563,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
439
563
  "consensusTimestamp": "1657021403.368076000",
440
564
  },
441
565
  "fee": "163081",
566
+ "hasFailed": false,
442
567
  "hash": "iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J",
443
568
  "id": "js:2:hedera:0.0.1040977:hederaBip44-iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J-IN",
444
569
  "recipients": [
445
570
  "0.0.1040977",
571
+ "0.0.3",
446
572
  ],
447
573
  "senders": [
448
574
  "0.0.880760",
@@ -458,10 +584,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
458
584
  "consensusTimestamp": "1729177404.980663000",
459
585
  },
460
586
  "fee": "197305",
587
+ "hasFailed": false,
461
588
  "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
462
589
  "id": "js:2:hedera:0.0.1040977:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-OUT",
463
590
  "recipients": [
464
591
  "0.0.7305122",
592
+ "0.0.3",
465
593
  ],
466
594
  "senders": [
467
595
  "0.0.1040977",
@@ -477,10 +605,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
477
605
  "consensusTimestamp": "1729156701.804949000",
478
606
  },
479
607
  "fee": "194053",
608
+ "hasFailed": false,
480
609
  "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
481
610
  "id": "js:2:hedera:0.0.1040977:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-IN",
482
611
  "recipients": [
483
612
  "0.0.1040977",
613
+ "0.0.3",
484
614
  ],
485
615
  "senders": [
486
616
  "0.0.7305122",
@@ -496,10 +626,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
496
626
  "consensusTimestamp": "1729585926.624752000",
497
627
  },
498
628
  "fee": "189619",
629
+ "hasFailed": false,
499
630
  "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
500
631
  "id": "js:2:hedera:0.0.1040977:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-OUT",
501
632
  "recipients": [
502
633
  "0.0.7305122",
634
+ "0.0.3",
503
635
  ],
504
636
  "senders": [
505
637
  "0.0.1040977",
@@ -515,18 +647,41 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
515
647
  "consensusTimestamp": "1721982048.841299095",
516
648
  },
517
649
  "fee": "148589",
650
+ "hasFailed": false,
518
651
  "hash": "n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh",
519
652
  "id": "js:2:hedera:0.0.1040977:hederaBip44-n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh-OUT",
520
653
  "recipients": [
521
654
  "0.0.2024333",
655
+ "0.0.3",
522
656
  ],
523
657
  "senders": [
524
- "0.0.800",
525
658
  "0.0.1040977",
659
+ "0.0.800",
526
660
  ],
527
661
  "type": "OUT",
528
662
  "value": "1148589",
529
663
  },
664
+ {
665
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
666
+ "blockHash": null,
667
+ "blockHeight": 5,
668
+ "extra": {
669
+ "consensusTimestamp": "1748539198.038322000",
670
+ },
671
+ "fee": "55505",
672
+ "hasFailed": false,
673
+ "hash": "N0uyXj-S_rGVIAMREJCiYpw25NjdXA3fgJzF9IQj1f4kES6fLuJOPjJGPzyN0Haw",
674
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-N0uyXj-S_rGVIAMREJCiYpw25NjdXA3fgJzF9IQj1f4kES6fLuJOPjJGPzyN0Haw-OUT",
675
+ "recipients": [
676
+ "0.0.6391318",
677
+ "0.0.3",
678
+ ],
679
+ "senders": [
680
+ "0.0.1040977",
681
+ ],
682
+ "type": "OUT",
683
+ "value": "100055505",
684
+ },
530
685
  {
531
686
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
532
687
  "blockHash": null,
@@ -535,10 +690,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
535
690
  "consensusTimestamp": "1732202577.896639115",
536
691
  },
537
692
  "fee": "82707",
693
+ "hasFailed": false,
538
694
  "hash": "NqDeX4kBO4rt5ugHajGvhJWY6q5DZ7GKAqmw2ysZBp2HXArxsaYFzOUZYWFcLsTz",
539
695
  "id": "js:2:hedera:0.0.1040977:hederaBip44-NqDeX4kBO4rt5ugHajGvhJWY6q5DZ7GKAqmw2ysZBp2HXArxsaYFzOUZYWFcLsTz-OUT",
540
696
  "recipients": [
541
697
  "0.0.7579210",
698
+ "0.0.3",
542
699
  ],
543
700
  "senders": [
544
701
  "0.0.1040977",
@@ -554,10 +711,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
554
711
  "consensusTimestamp": "1740739322.044670000",
555
712
  },
556
713
  "fee": "54816",
714
+ "hasFailed": false,
557
715
  "hash": "ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY",
558
716
  "id": "js:2:hedera:0.0.1040977:hederaBip44-ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY-OUT",
559
717
  "recipients": [
560
718
  "0.0.8313485",
719
+ "0.0.3",
561
720
  ],
562
721
  "senders": [
563
722
  "0.0.1040977",
@@ -573,10 +732,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
573
732
  "consensusTimestamp": "1726235092.011928000",
574
733
  },
575
734
  "fee": "197924",
735
+ "hasFailed": false,
576
736
  "hash": "qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8",
577
737
  "id": "js:2:hedera:0.0.1040977:hederaBip44-qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8-OUT",
578
738
  "recipients": [
579
739
  "0.0.7107424",
740
+ "0.0.3",
580
741
  ],
581
742
  "senders": [
582
743
  "0.0.1040977",
@@ -592,10 +753,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
592
753
  "consensusTimestamp": "1669565599.465640003",
593
754
  },
594
755
  "fee": "199161",
756
+ "hasFailed": false,
595
757
  "hash": "sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA",
596
758
  "id": "js:2:hedera:0.0.1040977:hederaBip44-sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA-OUT",
597
759
  "recipients": [
598
- "0.0.98",
760
+ "0.0.3",
599
761
  ],
600
762
  "senders": [
601
763
  "0.0.1040977",
@@ -611,10 +773,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
611
773
  "consensusTimestamp": "1729237802.452111000",
612
774
  },
613
775
  "fee": "196821",
776
+ "hasFailed": false,
614
777
  "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
615
778
  "id": "js:2:hedera:0.0.1040977:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-OUT",
616
779
  "recipients": [
617
780
  "0.0.7305122",
781
+ "0.0.3",
618
782
  ],
619
783
  "senders": [
620
784
  "0.0.1040977",
@@ -630,10 +794,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
630
794
  "consensusTimestamp": "1726233233.981368000",
631
795
  },
632
796
  "fee": "198124",
797
+ "hasFailed": true,
633
798
  "hash": "sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs",
634
799
  "id": "js:2:hedera:0.0.1040977:hederaBip44-sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs-OUT",
635
800
  "recipients": [
636
- "0.0.98",
801
+ "0.0.3",
637
802
  ],
638
803
  "senders": [
639
804
  "0.0.1040977",
@@ -649,14 +814,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
649
814
  "consensusTimestamp": "1729100859.761766000",
650
815
  },
651
816
  "fee": "187371",
817
+ "hasFailed": false,
652
818
  "hash": "tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy",
653
819
  "id": "js:2:hedera:0.0.1040977:hederaBip44-tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy-OUT",
654
820
  "recipients": [
655
821
  "0.0.7107424",
822
+ "0.0.3",
656
823
  ],
657
824
  "senders": [
658
- "0.0.800",
659
825
  "0.0.1040977",
826
+ "0.0.800",
660
827
  ],
661
828
  "type": "OUT",
662
829
  "value": "10187371",
@@ -669,10 +836,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
669
836
  "consensusTimestamp": "1729103620.094329000",
670
837
  },
671
838
  "fee": "187710",
839
+ "hasFailed": false,
672
840
  "hash": "TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2",
673
841
  "id": "js:2:hedera:0.0.1040977:hederaBip44-TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2-IN",
674
842
  "recipients": [
675
843
  "0.0.1040977",
844
+ "0.0.3",
676
845
  ],
677
846
  "senders": [
678
847
  "0.0.7107424",
@@ -680,6 +849,48 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
680
849
  "type": "IN",
681
850
  "value": "2000000000",
682
851
  },
852
+ {
853
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
854
+ "blockHash": null,
855
+ "blockHeight": 5,
856
+ "extra": {
857
+ "associatedTokenId": "0.0.456858",
858
+ "consensusTimestamp": "1753699142.805347000",
859
+ },
860
+ "fee": "17475021",
861
+ "hasFailed": false,
862
+ "hash": "uBSg1KX3_ZMnkg0Z3bKgjcy_d1LYm0B4nEaP1CPmtyw-1nRdIiz4tVY_i6tfToSS",
863
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-uBSg1KX3_ZMnkg0Z3bKgjcy_d1LYm0B4nEaP1CPmtyw-1nRdIiz4tVY_i6tfToSS-ASSOCIATE_TOKEN",
864
+ "recipients": [
865
+ "0.0.3",
866
+ ],
867
+ "senders": [
868
+ "0.0.1040977",
869
+ ],
870
+ "type": "ASSOCIATE_TOKEN",
871
+ "value": "17475021",
872
+ },
873
+ {
874
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
875
+ "blockHash": null,
876
+ "blockHeight": 5,
877
+ "extra": {
878
+ "associatedTokenId": "0.0.7893707",
879
+ "consensusTimestamp": "1753690589.721137000",
880
+ },
881
+ "fee": "17355085",
882
+ "hasFailed": false,
883
+ "hash": "wsryeqjY6BsPZL63CoSvY7fZUyfwxNTUTbCdmA5iulO9GF5g589TeD8DyvwMTvaL",
884
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-wsryeqjY6BsPZL63CoSvY7fZUyfwxNTUTbCdmA5iulO9GF5g589TeD8DyvwMTvaL-ASSOCIATE_TOKEN",
885
+ "recipients": [
886
+ "0.0.3",
887
+ ],
888
+ "senders": [
889
+ "0.0.1040977",
890
+ ],
891
+ "type": "ASSOCIATE_TOKEN",
892
+ "value": "17355085",
893
+ },
683
894
  {
684
895
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
685
896
  "blockHash": null,
@@ -688,10 +899,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
688
899
  "consensusTimestamp": "1729159845.725723000",
689
900
  },
690
901
  "fee": "195597",
902
+ "hasFailed": false,
691
903
  "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
692
904
  "id": "js:2:hedera:0.0.1040977:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-IN",
693
905
  "recipients": [
694
906
  "0.0.1040977",
907
+ "0.0.3",
695
908
  ],
696
909
  "senders": [
697
910
  "0.0.7305122",
@@ -707,10 +920,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
707
920
  "consensusTimestamp": "1726233110.321533000",
708
921
  },
709
922
  "fee": "197824",
923
+ "hasFailed": false,
710
924
  "hash": "y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu",
711
925
  "id": "js:2:hedera:0.0.1040977:hederaBip44-y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu-IN",
712
926
  "recipients": [
713
927
  "0.0.1040977",
928
+ "0.0.3",
714
929
  ],
715
930
  "senders": [
716
931
  "0.0.7107424",
@@ -726,10 +941,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
726
941
  "consensusTimestamp": "1729858548.245891000",
727
942
  },
728
943
  "fee": "199068",
944
+ "hasFailed": false,
729
945
  "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
730
946
  "id": "js:2:hedera:0.0.1040977:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-IN",
731
947
  "recipients": [
732
948
  "0.0.1040977",
949
+ "0.0.3",
733
950
  ],
734
951
  "senders": [
735
952
  "0.0.7305122",
@@ -745,10 +962,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
745
962
  "consensusTimestamp": "1729150309.511412000",
746
963
  },
747
964
  "fee": "193637",
965
+ "hasFailed": false,
748
966
  "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
749
967
  "id": "js:2:hedera:0.0.1040977:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-OUT",
750
968
  "recipients": [
751
969
  "0.0.7305122",
970
+ "0.0.3",
752
971
  ],
753
972
  "senders": [
754
973
  "0.0.1040977",
@@ -764,19 +983,24 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
764
983
  "consensusTimestamp": "1701941251.224927003",
765
984
  },
766
985
  "fee": "148487",
986
+ "hasFailed": false,
767
987
  "hash": "Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw",
768
988
  "id": "js:2:hedera:0.0.1040977:hederaBip44-Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw-OUT",
769
989
  "recipients": [
770
990
  "0.0.2024333",
991
+ "0.0.3",
771
992
  ],
772
993
  "senders": [
773
- "0.0.800",
774
994
  "0.0.1040977",
995
+ "0.0.800",
775
996
  ],
776
997
  "type": "OUT",
777
998
  "value": "10148487",
778
999
  },
779
1000
  ],
1001
+ [],
1002
+ [],
1003
+ [],
780
1004
  [
781
1005
  {
782
1006
  "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
@@ -786,10 +1010,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
786
1010
  "consensusTimestamp": "1730811624.603795000",
787
1011
  },
788
1012
  "fee": "225279",
1013
+ "hasFailed": false,
789
1014
  "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
790
1015
  "id": "js:2:hedera:0.0.7305122:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-OUT",
791
1016
  "recipients": [
792
1017
  "0.0.1040977",
1018
+ "0.0.3",
793
1019
  ],
794
1020
  "senders": [
795
1021
  "0.0.7305122",
@@ -805,10 +1031,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
805
1031
  "consensusTimestamp": "1729155939.657319000",
806
1032
  },
807
1033
  "fee": "194053",
1034
+ "hasFailed": false,
808
1035
  "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
809
1036
  "id": "js:2:hedera:0.0.7305122:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-IN",
810
1037
  "recipients": [
811
1038
  "0.0.7305122",
1039
+ "0.0.3",
812
1040
  ],
813
1041
  "senders": [
814
1042
  "0.0.1040977",
@@ -824,10 +1052,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
824
1052
  "consensusTimestamp": "1730813192.423784000",
825
1053
  },
826
1054
  "fee": "225507",
1055
+ "hasFailed": false,
827
1056
  "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
828
1057
  "id": "js:2:hedera:0.0.7305122:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-OUT",
829
1058
  "recipients": [
830
1059
  "0.0.1040977",
1060
+ "0.0.3",
831
1061
  ],
832
1062
  "senders": [
833
1063
  "0.0.7305122",
@@ -843,10 +1073,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
843
1073
  "consensusTimestamp": "1730811403.115680000",
844
1074
  },
845
1075
  "fee": "226772",
1076
+ "hasFailed": false,
846
1077
  "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
847
1078
  "id": "js:2:hedera:0.0.7305122:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-IN",
848
1079
  "recipients": [
849
1080
  "0.0.7305122",
1081
+ "0.0.3",
850
1082
  ],
851
1083
  "senders": [
852
1084
  "0.0.1040977",
@@ -862,10 +1094,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
862
1094
  "consensusTimestamp": "1729155755.397758000",
863
1095
  },
864
1096
  "fee": "194053",
1097
+ "hasFailed": true,
865
1098
  "hash": "cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht",
866
1099
  "id": "js:2:hedera:0.0.7305122:hederaBip44-cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht-OUT",
867
1100
  "recipients": [
868
- "0.0.98",
1101
+ "0.0.23",
869
1102
  ],
870
1103
  "senders": [
871
1104
  "0.0.7305122",
@@ -881,10 +1114,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
881
1114
  "consensusTimestamp": "1729155815.270550000",
882
1115
  },
883
1116
  "fee": "194053",
1117
+ "hasFailed": false,
884
1118
  "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
885
1119
  "id": "js:2:hedera:0.0.7305122:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-OUT",
886
1120
  "recipients": [
887
1121
  "0.0.1040977",
1122
+ "0.0.4",
888
1123
  ],
889
1124
  "senders": [
890
1125
  "0.0.7305122",
@@ -900,10 +1135,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
900
1135
  "consensusTimestamp": "1730811531.050920029",
901
1136
  },
902
1137
  "fee": "226772",
1138
+ "hasFailed": false,
903
1139
  "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
904
1140
  "id": "js:2:hedera:0.0.7305122:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-IN",
905
1141
  "recipients": [
906
1142
  "0.0.7305122",
1143
+ "0.0.3",
907
1144
  ],
908
1145
  "senders": [
909
1146
  "0.0.1040977",
@@ -919,10 +1156,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
919
1156
  "consensusTimestamp": "1729858464.980892000",
920
1157
  },
921
1158
  "fee": "199068",
1159
+ "hasFailed": false,
922
1160
  "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
923
1161
  "id": "js:2:hedera:0.0.7305122:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-IN",
924
1162
  "recipients": [
925
1163
  "0.0.7305122",
1164
+ "0.0.3",
926
1165
  ],
927
1166
  "senders": [
928
1167
  "0.0.1040977",
@@ -938,10 +1177,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
938
1177
  "consensusTimestamp": "1729147655.662122737",
939
1178
  },
940
1179
  "fee": "191792",
1180
+ "hasFailed": false,
941
1181
  "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
942
1182
  "id": "js:2:hedera:0.0.7305122:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-IN",
943
1183
  "recipients": [
944
1184
  "0.0.7305122",
1185
+ "0.0.3",
945
1186
  ],
946
1187
  "senders": [
947
1188
  "0.0.1040977",
@@ -957,10 +1198,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
957
1198
  "consensusTimestamp": "1729687467.306035525",
958
1199
  },
959
1200
  "fee": "196236",
1201
+ "hasFailed": false,
960
1202
  "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
961
1203
  "id": "js:2:hedera:0.0.7305122:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-IN",
962
1204
  "recipients": [
963
1205
  "0.0.7305122",
1206
+ "0.0.3",
964
1207
  ],
965
1208
  "senders": [
966
1209
  "0.0.1040977",
@@ -976,10 +1219,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
976
1219
  "consensusTimestamp": "1729150225.131300000",
977
1220
  },
978
1221
  "fee": "193637",
1222
+ "hasFailed": false,
979
1223
  "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
980
1224
  "id": "js:2:hedera:0.0.7305122:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-OUT",
981
1225
  "recipients": [
982
1226
  "0.0.1040977",
1227
+ "0.0.3",
983
1228
  ],
984
1229
  "senders": [
985
1230
  "0.0.7305122",
@@ -995,10 +1240,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
995
1240
  "consensusTimestamp": "1730813149.715064983",
996
1241
  },
997
1242
  "fee": "225507",
1243
+ "hasFailed": false,
998
1244
  "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
999
1245
  "id": "js:2:hedera:0.0.7305122:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-IN",
1000
1246
  "recipients": [
1001
1247
  "0.0.7305122",
1248
+ "0.0.3",
1002
1249
  ],
1003
1250
  "senders": [
1004
1251
  "0.0.1040977",
@@ -1014,10 +1261,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1014
1261
  "consensusTimestamp": "1729177404.980663000",
1015
1262
  },
1016
1263
  "fee": "197305",
1264
+ "hasFailed": false,
1017
1265
  "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
1018
1266
  "id": "js:2:hedera:0.0.7305122:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-IN",
1019
1267
  "recipients": [
1020
1268
  "0.0.7305122",
1269
+ "0.0.3",
1021
1270
  ],
1022
1271
  "senders": [
1023
1272
  "0.0.1040977",
@@ -1033,10 +1282,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1033
1282
  "consensusTimestamp": "1729156701.804949000",
1034
1283
  },
1035
1284
  "fee": "194053",
1285
+ "hasFailed": false,
1036
1286
  "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
1037
1287
  "id": "js:2:hedera:0.0.7305122:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-OUT",
1038
1288
  "recipients": [
1039
1289
  "0.0.1040977",
1290
+ "0.0.3",
1040
1291
  ],
1041
1292
  "senders": [
1042
1293
  "0.0.7305122",
@@ -1052,10 +1303,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1052
1303
  "consensusTimestamp": "1729585926.624752000",
1053
1304
  },
1054
1305
  "fee": "189619",
1306
+ "hasFailed": false,
1055
1307
  "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
1056
1308
  "id": "js:2:hedera:0.0.7305122:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-IN",
1057
1309
  "recipients": [
1058
1310
  "0.0.7305122",
1311
+ "0.0.3",
1059
1312
  ],
1060
1313
  "senders": [
1061
1314
  "0.0.1040977",
@@ -1071,10 +1324,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1071
1324
  "consensusTimestamp": "1729237802.452111000",
1072
1325
  },
1073
1326
  "fee": "196821",
1327
+ "hasFailed": false,
1074
1328
  "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
1075
1329
  "id": "js:2:hedera:0.0.7305122:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-IN",
1076
1330
  "recipients": [
1077
1331
  "0.0.7305122",
1332
+ "0.0.3",
1078
1333
  ],
1079
1334
  "senders": [
1080
1335
  "0.0.1040977",
@@ -1090,10 +1345,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1090
1345
  "consensusTimestamp": "1729156015.784781613",
1091
1346
  },
1092
1347
  "fee": "414180",
1348
+ "hasFailed": false,
1093
1349
  "hash": "SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl",
1094
1350
  "id": "js:2:hedera:0.0.7305122:hederaBip44-SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl-OUT",
1095
1351
  "recipients": [
1096
- "0.0.98",
1352
+ "0.0.25",
1097
1353
  ],
1098
1354
  "senders": [
1099
1355
  "0.0.7305122",
@@ -1109,10 +1365,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1109
1365
  "consensusTimestamp": "1729159845.725723000",
1110
1366
  },
1111
1367
  "fee": "195597",
1368
+ "hasFailed": false,
1112
1369
  "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
1113
1370
  "id": "js:2:hedera:0.0.7305122:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-OUT",
1114
1371
  "recipients": [
1115
1372
  "0.0.1040977",
1373
+ "0.0.3",
1116
1374
  ],
1117
1375
  "senders": [
1118
1376
  "0.0.7305122",
@@ -1128,10 +1386,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1128
1386
  "consensusTimestamp": "1729858548.245891000",
1129
1387
  },
1130
1388
  "fee": "199068",
1389
+ "hasFailed": false,
1131
1390
  "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
1132
1391
  "id": "js:2:hedera:0.0.7305122:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-OUT",
1133
1392
  "recipients": [
1134
1393
  "0.0.1040977",
1394
+ "0.0.3",
1135
1395
  ],
1136
1396
  "senders": [
1137
1397
  "0.0.7305122",
@@ -1147,10 +1407,11 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1147
1407
  "consensusTimestamp": "1729156037.761102000",
1148
1408
  },
1149
1409
  "fee": "415339",
1410
+ "hasFailed": false,
1150
1411
  "hash": "ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS",
1151
1412
  "id": "js:2:hedera:0.0.7305122:hederaBip44-ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS-OUT",
1152
1413
  "recipients": [
1153
- "0.0.98",
1414
+ "0.0.23",
1154
1415
  ],
1155
1416
  "senders": [
1156
1417
  "0.0.7305122",
@@ -1166,10 +1427,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1166
1427
  "consensusTimestamp": "1729150309.511412000",
1167
1428
  },
1168
1429
  "fee": "193637",
1430
+ "hasFailed": false,
1169
1431
  "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
1170
1432
  "id": "js:2:hedera:0.0.7305122:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-IN",
1171
1433
  "recipients": [
1172
1434
  "0.0.7305122",
1435
+ "0.0.3",
1173
1436
  ],
1174
1437
  "senders": [
1175
1438
  "0.0.1040977",
@@ -1187,10 +1450,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1187
1450
  "consensusTimestamp": "1732192441.542423000",
1188
1451
  },
1189
1452
  "fee": "82857",
1453
+ "hasFailed": false,
1190
1454
  "hash": "geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2",
1191
1455
  "id": "js:2:hedera:0.0.7560245:hederaBip44-geODvLCG3S-R_gRHW6ZcrSMUE6lSiO3DQjpnYnWVc2H2du1-_x_M_VSNpD69zGT2-IN",
1192
1456
  "recipients": [
1193
1457
  "0.0.7560245",
1458
+ "0.0.3",
1194
1459
  ],
1195
1460
  "senders": [
1196
1461
  "0.0.1040977",
@@ -1206,10 +1471,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1206
1471
  "consensusTimestamp": "1732193188.290747000",
1207
1472
  },
1208
1473
  "fee": "82857",
1474
+ "hasFailed": false,
1209
1475
  "hash": "jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP",
1210
1476
  "id": "js:2:hedera:0.0.7560245:hederaBip44-jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP-OUT",
1211
1477
  "recipients": [
1212
1478
  "0.0.7578015",
1479
+ "0.0.3",
1213
1480
  ],
1214
1481
  "senders": [
1215
1482
  "0.0.7560245",
@@ -1227,10 +1494,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1227
1494
  "consensusTimestamp": "1732193188.290747000",
1228
1495
  },
1229
1496
  "fee": "82857",
1497
+ "hasFailed": false,
1230
1498
  "hash": "jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP",
1231
1499
  "id": "js:2:hedera:0.0.7578015:hederaBip44-jjb5_0au4hyPjyQaM44Fkn-d4IrGcDhsoqhA7r8rje7V0-7Sa3J70gUrpgmpgMsP-IN",
1232
1500
  "recipients": [
1233
1501
  "0.0.7578015",
1502
+ "0.0.3",
1234
1503
  ],
1235
1504
  "senders": [
1236
1505
  "0.0.7560245",
@@ -1248,15 +1517,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1248
1517
  "consensusTimestamp": "1740741189.513410000",
1249
1518
  },
1250
1519
  "fee": "26836467",
1520
+ "hasFailed": false,
1251
1521
  "hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
1252
- "id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
1522
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-FEES",
1253
1523
  "recipients": [
1254
- "0.0.98",
1524
+ "0.0.8367704",
1255
1525
  ],
1256
1526
  "senders": [
1257
1527
  "0.0.8313485",
1258
1528
  ],
1259
- "type": "OUT",
1529
+ "type": "FEES",
1260
1530
  "value": "26836467",
1261
1531
  },
1262
1532
  {
@@ -1267,10 +1537,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1267
1537
  "consensusTimestamp": "1740739889.583598491",
1268
1538
  },
1269
1539
  "fee": "54816",
1540
+ "hasFailed": false,
1270
1541
  "hash": "-wR3CTecetXx9-0B6G_r4zz-l5j9kUEPvQ7KxfIy95gG-zbXPojdNdQgcL-9lVqm",
1271
1542
  "id": "js:2:hedera:0.0.8313485:hederaBip44--wR3CTecetXx9-0B6G_r4zz-l5j9kUEPvQ7KxfIy95gG-zbXPojdNdQgcL-9lVqm-OUT",
1272
1543
  "recipients": [
1273
1544
  "0.0.8367704",
1545
+ "0.0.30",
1274
1546
  ],
1275
1547
  "senders": [
1276
1548
  "0.0.8313485",
@@ -1286,15 +1558,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1286
1558
  "consensusTimestamp": "1740741060.702187741",
1287
1559
  },
1288
1560
  "fee": "526632",
1561
+ "hasFailed": false,
1289
1562
  "hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
1290
- "id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
1563
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-FEES",
1291
1564
  "recipients": [
1292
- "0.0.98",
1565
+ "0.0.507737",
1293
1566
  ],
1294
1567
  "senders": [
1295
1568
  "0.0.8313485",
1296
1569
  ],
1297
- "type": "OUT",
1570
+ "type": "FEES",
1298
1571
  "value": "526632",
1299
1572
  },
1300
1573
  {
@@ -1302,39 +1575,51 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1302
1575
  "blockHash": null,
1303
1576
  "blockHeight": 5,
1304
1577
  "extra": {
1305
- "consensusTimestamp": "1740739638.887363715",
1578
+ "consensusTimestamp": "1740741706.219984000",
1306
1579
  },
1307
- "fee": "544516",
1308
- "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
1309
- "id": "js:2:hedera:0.0.8313485:hederaBip44-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-NONE",
1580
+ "fee": "1160556",
1581
+ "hasFailed": false,
1582
+ "hash": "3JgGBvKlAT7OMf12rD0zC5h1fQxSyloS1DOUrEUQ3E_4crK-BHkrUeLcED-HDG_0",
1583
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-3JgGBvKlAT7OMf12rD0zC5h1fQxSyloS1DOUrEUQ3E_4crK-BHkrUeLcED-HDG_0-IN",
1310
1584
  "recipients": [
1311
- "0.0.98",
1585
+ "0.0.8313485",
1586
+ "0.0.4",
1312
1587
  ],
1313
1588
  "senders": [
1314
- "0.0.507737",
1589
+ "0.0.8367704",
1590
+ "0.0.995584",
1315
1591
  ],
1316
- "type": "NONE",
1317
- "value": "0",
1592
+ "type": "IN",
1593
+ "value": "40000",
1318
1594
  },
1319
1595
  {
1320
1596
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1321
1597
  "blockHash": null,
1322
1598
  "blockHeight": 5,
1323
1599
  "extra": {
1324
- "consensusTimestamp": "1740741706.219984000",
1600
+ "consensusTimestamp": "1743884119.632624000",
1325
1601
  },
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",
1602
+ "fee": "67995",
1603
+ "hasFailed": false,
1604
+ "hash": "4adPwlGUAp5DbO636BAzOEQrdij3rkqr3qkvirS3PchzJx2UlmR5VeJkrAwY5Owt",
1605
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-4adPwlGUAp5DbO636BAzOEQrdij3rkqr3qkvirS3PchzJx2UlmR5VeJkrAwY5Owt-IN",
1329
1606
  "recipients": [
1330
1607
  "0.0.8313485",
1608
+ "0.0.7884574",
1609
+ "0.0.7884559",
1610
+ "0.0.7884558",
1611
+ "0.0.7884543",
1612
+ "0.0.7884291",
1613
+ "0.0.4590927",
1614
+ "0.0.4552078",
1615
+ "0.0.664803",
1616
+ "0.0.31",
1331
1617
  ],
1332
1618
  "senders": [
1333
- "0.0.995584",
1334
- "0.0.8367704",
1619
+ "0.0.8217344",
1335
1620
  ],
1336
1621
  "type": "IN",
1337
- "value": "40000",
1622
+ "value": "10000",
1338
1623
  },
1339
1624
  {
1340
1625
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
@@ -1344,6 +1629,7 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1344
1629
  "consensusTimestamp": "1740739889.583598490",
1345
1630
  },
1346
1631
  "fee": "25696084",
1632
+ "hasFailed": false,
1347
1633
  "hash": "4iK1Z91U5OXF4UFOw2LLnzSsF5okORut20B9Y_iTFCXd3_jO69a8jPd58d_tC4cv",
1348
1634
  "id": "js:2:hedera:0.0.8313485:hederaBip44-4iK1Z91U5OXF4UFOw2LLnzSsF5okORut20B9Y_iTFCXd3_jO69a8jPd58d_tC4cv-OUT",
1349
1635
  "recipients": [
@@ -1363,10 +1649,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1363
1649
  "consensusTimestamp": "1743094572.925082000",
1364
1650
  },
1365
1651
  "fee": "52397",
1652
+ "hasFailed": false,
1366
1653
  "hash": "85lLz0RGSQniFYplo8LtsWOzFIPpJDQi8eXNIT_2D2r1eVS6U3WmrKgxni7mmm5g",
1367
1654
  "id": "js:2:hedera:0.0.8313485:hederaBip44-85lLz0RGSQniFYplo8LtsWOzFIPpJDQi8eXNIT_2D2r1eVS6U3WmrKgxni7mmm5g-OUT",
1368
1655
  "recipients": [
1369
1656
  "0.0.8758518",
1657
+ "0.0.17",
1370
1658
  ],
1371
1659
  "senders": [
1372
1660
  "0.0.8313485",
@@ -1379,18 +1667,20 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1379
1667
  "blockHash": null,
1380
1668
  "blockHeight": 5,
1381
1669
  "extra": {
1670
+ "associatedTokenId": "0.0.127877",
1382
1671
  "consensusTimestamp": "1740739493.554732000",
1383
1672
  },
1384
1673
  "fee": "27194555",
1674
+ "hasFailed": false,
1385
1675
  "hash": "cCa5ntZnM_Dt3a_QKkm2vj_LCtVHg2J4r8uz_cBwgS_DDPGnt63y3jyU3CKzPE4m",
1386
- "id": "js:2:hedera:0.0.8313485:hederaBip44-cCa5ntZnM_Dt3a_QKkm2vj_LCtVHg2J4r8uz_cBwgS_DDPGnt63y3jyU3CKzPE4m-OUT",
1676
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-cCa5ntZnM_Dt3a_QKkm2vj_LCtVHg2J4r8uz_cBwgS_DDPGnt63y3jyU3CKzPE4m-ASSOCIATE_TOKEN",
1387
1677
  "recipients": [
1388
- "0.0.98",
1678
+ "0.0.34",
1389
1679
  ],
1390
1680
  "senders": [
1391
1681
  "0.0.8313485",
1392
1682
  ],
1393
- "type": "OUT",
1683
+ "type": "ASSOCIATE_TOKEN",
1394
1684
  "value": "27194555",
1395
1685
  },
1396
1686
  {
@@ -1401,18 +1691,49 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1401
1691
  "consensusTimestamp": "1743371982.785505000",
1402
1692
  },
1403
1693
  "fee": "64500",
1694
+ "hasFailed": false,
1404
1695
  "hash": "eVYpewyGqQGyBPBPkTvOWvKH8U4yIk9VHiaWiy2HsaHBPCDnlBOKNgiS5dUVpkco",
1405
1696
  "id": "js:2:hedera:0.0.8313485:hederaBip44-eVYpewyGqQGyBPBPkTvOWvKH8U4yIk9VHiaWiy2HsaHBPCDnlBOKNgiS5dUVpkco-IN",
1406
1697
  "recipients": [
1407
- "0.0.7611280",
1408
- "0.0.7611305",
1409
- "0.0.7611306",
1410
- "0.0.7612543",
1698
+ "0.0.8758122",
1699
+ "0.0.8674038",
1700
+ "0.0.8405418",
1701
+ "0.0.8313485",
1411
1702
  "0.0.7847143",
1703
+ "0.0.7612543",
1704
+ "0.0.7611306",
1705
+ "0.0.7611305",
1706
+ "0.0.7611280",
1707
+ "0.0.4",
1708
+ ],
1709
+ "senders": [
1710
+ "0.0.8217344",
1711
+ ],
1712
+ "type": "IN",
1713
+ "value": "10000",
1714
+ },
1715
+ {
1716
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1717
+ "blockHash": null,
1718
+ "blockHeight": 5,
1719
+ "extra": {
1720
+ "consensusTimestamp": "1743884110.485189168",
1721
+ },
1722
+ "fee": "67995",
1723
+ "hasFailed": false,
1724
+ "hash": "hoHRwEd3FWTi8JVr2IJPNnJ0KfTin6SdEPXBWNoJpwWJ0d7FGQ2nLPfdUYaLts0_",
1725
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-hoHRwEd3FWTi8JVr2IJPNnJ0KfTin6SdEPXBWNoJpwWJ0d7FGQ2nLPfdUYaLts0_-IN",
1726
+ "recipients": [
1412
1727
  "0.0.8313485",
1413
- "0.0.8405418",
1414
- "0.0.8674038",
1415
- "0.0.8758122",
1728
+ "0.0.7884574",
1729
+ "0.0.7884559",
1730
+ "0.0.7884558",
1731
+ "0.0.7884543",
1732
+ "0.0.7884291",
1733
+ "0.0.4590927",
1734
+ "0.0.4552078",
1735
+ "0.0.664803",
1736
+ "0.0.3",
1416
1737
  ],
1417
1738
  "senders": [
1418
1739
  "0.0.8217344",
@@ -1428,18 +1749,20 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1428
1749
  "consensusTimestamp": "1743371987.018009000",
1429
1750
  },
1430
1751
  "fee": "64514",
1752
+ "hasFailed": false,
1431
1753
  "hash": "J0XNN2FH1TwwrtI1eljkItUK66nL-YvqOZSWKrc9ZkcBV2MSfcXn-i4ipFGv-044",
1432
1754
  "id": "js:2:hedera:0.0.8313485:hederaBip44-J0XNN2FH1TwwrtI1eljkItUK66nL-YvqOZSWKrc9ZkcBV2MSfcXn-i4ipFGv-044-IN",
1433
1755
  "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
1756
  "0.0.8758122",
1757
+ "0.0.8674038",
1758
+ "0.0.8405418",
1759
+ "0.0.8313485",
1760
+ "0.0.7847143",
1761
+ "0.0.7612543",
1762
+ "0.0.7611306",
1763
+ "0.0.7611305",
1764
+ "0.0.7611280",
1765
+ "0.0.8",
1443
1766
  ],
1444
1767
  "senders": [
1445
1768
  "0.0.8217344",
@@ -1447,6 +1770,26 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1447
1770
  "type": "IN",
1448
1771
  "value": "10000",
1449
1772
  },
1773
+ {
1774
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1775
+ "blockHash": null,
1776
+ "blockHeight": 5,
1777
+ "extra": {
1778
+ "consensusTimestamp": "1755785525.693277000",
1779
+ },
1780
+ "fee": "424851",
1781
+ "hasFailed": false,
1782
+ "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
1783
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-FEES",
1784
+ "recipients": [
1785
+ "0.0.1040977",
1786
+ ],
1787
+ "senders": [
1788
+ "0.0.8313485",
1789
+ ],
1790
+ "type": "FEES",
1791
+ "value": "424851",
1792
+ },
1450
1793
  {
1451
1794
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1452
1795
  "blockHash": null,
@@ -1455,15 +1798,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1455
1798
  "consensusTimestamp": "1743601916.977125409",
1456
1799
  },
1457
1800
  "fee": "602274",
1801
+ "hasFailed": false,
1458
1802
  "hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
1459
- "id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
1803
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-FEES",
1460
1804
  "recipients": [
1461
- "0.0.98",
1805
+ "0.0.8758518",
1462
1806
  ],
1463
1807
  "senders": [
1464
1808
  "0.0.8313485",
1465
1809
  ],
1466
- "type": "OUT",
1810
+ "type": "FEES",
1467
1811
  "value": "602274",
1468
1812
  },
1469
1813
  {
@@ -1474,10 +1818,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1474
1818
  "consensusTimestamp": "1740739322.044670000",
1475
1819
  },
1476
1820
  "fee": "54816",
1821
+ "hasFailed": false,
1477
1822
  "hash": "ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY",
1478
1823
  "id": "js:2:hedera:0.0.8313485:hederaBip44-ntVwGzpooIIYSwktldo-Isbz6igXCw0jKilaxS8_vzvFg-tmLguXPlmhk3zyY-lY-IN",
1479
1824
  "recipients": [
1480
1825
  "0.0.8313485",
1826
+ "0.0.3",
1481
1827
  ],
1482
1828
  "senders": [
1483
1829
  "0.0.1040977",
@@ -1485,6 +1831,35 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1485
1831
  "type": "IN",
1486
1832
  "value": "1000000000",
1487
1833
  },
1834
+ {
1835
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1836
+ "blockHash": null,
1837
+ "blockHeight": 5,
1838
+ "extra": {
1839
+ "consensusTimestamp": "1743884114.875352000",
1840
+ },
1841
+ "fee": "68011",
1842
+ "hasFailed": false,
1843
+ "hash": "O-eH8k8SzI6_w1P5qlGF1WRkX2JkShsHcF5K_D1HPsBfH5Bs7J6mt3GEMfw2aGHE",
1844
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-O-eH8k8SzI6_w1P5qlGF1WRkX2JkShsHcF5K_D1HPsBfH5Bs7J6mt3GEMfw2aGHE-IN",
1845
+ "recipients": [
1846
+ "0.0.8313485",
1847
+ "0.0.7884574",
1848
+ "0.0.7884559",
1849
+ "0.0.7884558",
1850
+ "0.0.7884543",
1851
+ "0.0.7884291",
1852
+ "0.0.4590927",
1853
+ "0.0.4552078",
1854
+ "0.0.664803",
1855
+ "0.0.6",
1856
+ ],
1857
+ "senders": [
1858
+ "0.0.8217344",
1859
+ ],
1860
+ "type": "IN",
1861
+ "value": "10000",
1862
+ },
1488
1863
  {
1489
1864
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1490
1865
  "blockHash": null,
@@ -1493,18 +1868,20 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1493
1868
  "consensusTimestamp": "1743371991.769212000",
1494
1869
  },
1495
1870
  "fee": "64500",
1871
+ "hasFailed": false,
1496
1872
  "hash": "pTzgoDwUYO5mr3q56iBG7AomeMcOWUjrh-UoQbFfEbNVx-OT16-jcQAzoak6LAkB",
1497
1873
  "id": "js:2:hedera:0.0.8313485:hederaBip44-pTzgoDwUYO5mr3q56iBG7AomeMcOWUjrh-UoQbFfEbNVx-OT16-jcQAzoak6LAkB-IN",
1498
1874
  "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
1875
  "0.0.8758122",
1876
+ "0.0.8674038",
1877
+ "0.0.8405418",
1878
+ "0.0.8313485",
1879
+ "0.0.7847143",
1880
+ "0.0.7612543",
1881
+ "0.0.7611306",
1882
+ "0.0.7611305",
1883
+ "0.0.7611280",
1884
+ "0.0.17",
1508
1885
  ],
1509
1886
  "senders": [
1510
1887
  "0.0.8217344",
@@ -1520,14 +1897,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1520
1897
  "consensusTimestamp": "1740740327.007740000",
1521
1898
  },
1522
1899
  "fee": "1212697",
1900
+ "hasFailed": false,
1523
1901
  "hash": "QgtcED3A7geKeAOQQYN1BfgKyJADPtAVLeT7ey8gFMdu8tAACWEHx77z4FR_0MSV",
1524
1902
  "id": "js:2:hedera:0.0.8313485:hederaBip44-QgtcED3A7geKeAOQQYN1BfgKyJADPtAVLeT7ey8gFMdu8tAACWEHx77z4FR_0MSV-IN",
1525
1903
  "recipients": [
1526
1904
  "0.0.8313485",
1905
+ "0.0.4",
1527
1906
  ],
1528
1907
  "senders": [
1529
- "0.0.995584",
1530
1908
  "0.0.8367704",
1909
+ "0.0.995584",
1531
1910
  ],
1532
1911
  "type": "IN",
1533
1912
  "value": "600000",
@@ -1540,15 +1919,16 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1540
1919
  "consensusTimestamp": "1743089390.497908000",
1541
1920
  },
1542
1921
  "fee": "26918289",
1922
+ "hasFailed": false,
1543
1923
  "hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
1544
- "id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
1924
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-FEES",
1545
1925
  "recipients": [
1546
- "0.0.98",
1926
+ "0.0.8758518",
1547
1927
  ],
1548
1928
  "senders": [
1549
1929
  "0.0.8313485",
1550
1930
  ],
1551
- "type": "OUT",
1931
+ "type": "FEES",
1552
1932
  "value": "26918289",
1553
1933
  },
1554
1934
  {
@@ -1559,6 +1939,7 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1559
1939
  "consensusTimestamp": "1743089390.497907999",
1560
1940
  },
1561
1941
  "fee": "24935910",
1942
+ "hasFailed": false,
1562
1943
  "hash": "sJDAVx1fkaLPGjkFuj3iNnC3GgOamMkRBwAl57rkYRKrcOlj1Lu-kb0D01c3eF4y",
1563
1944
  "id": "js:2:hedera:0.0.8313485:hederaBip44-sJDAVx1fkaLPGjkFuj3iNnC3GgOamMkRBwAl57rkYRKrcOlj1Lu-kb0D01c3eF4y-OUT",
1564
1945
  "recipients": [
@@ -1578,10 +1959,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1578
1959
  "consensusTimestamp": "1740740097.334683000",
1579
1960
  },
1580
1961
  "fee": "54816",
1962
+ "hasFailed": false,
1581
1963
  "hash": "uj5J-L_fkKOiXYEamSopL0p7kEc1G8RBHuQjsQfafcsi1N-ATZ5YZXgqz3OZfebn",
1582
1964
  "id": "js:2:hedera:0.0.8313485:hederaBip44-uj5J-L_fkKOiXYEamSopL0p7kEc1G8RBHuQjsQfafcsi1N-ATZ5YZXgqz3OZfebn-OUT",
1583
1965
  "recipients": [
1584
1966
  "0.0.8367704",
1967
+ "0.0.9",
1585
1968
  ],
1586
1969
  "senders": [
1587
1970
  "0.0.8313485",
@@ -1597,10 +1980,12 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1597
1980
  "consensusTimestamp": "1740738764.065021000",
1598
1981
  },
1599
1982
  "fee": "54982",
1983
+ "hasFailed": false,
1600
1984
  "hash": "wIHVqsGrwL1dn0JTJZijUBgiQwwkyPtI73c6-W91BEvs8nlY5-05GD_QPeajRNvP",
1601
1985
  "id": "js:2:hedera:0.0.8313485:hederaBip44-wIHVqsGrwL1dn0JTJZijUBgiQwwkyPtI73c6-W91BEvs8nlY5-05GD_QPeajRNvP-IN",
1602
1986
  "recipients": [
1603
1987
  "0.0.8313485",
1988
+ "0.0.5",
1604
1989
  ],
1605
1990
  "senders": [
1606
1991
  "0.0.507737",
@@ -1609,1062 +1994,6 @@ exports[`hedera currency bridge scanAccounts estimateMaxSpendable is between 0 a
1609
1994
  "value": "10000000",
1610
1995
  },
1611
1996
  ],
1612
- ]
1613
- `;
1614
-
1615
- exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
1616
- [
1617
- {
1618
- "balance": "2197390354",
1619
- "currencyId": "hedera",
1620
- "derivationMode": "hederaBip44",
1621
- "freshAddress": "0.0.1040977",
1622
- "freshAddressPath": "44/3030",
1623
- "id": "js:2:hedera:0.0.1040977:hederaBip44",
1624
- "index": 0,
1625
- "operationsCount": 32,
1626
- "pendingOperations": [],
1627
- "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
1628
- "spendableBalance": "2197390354",
1629
- "swapHistory": [],
1630
- "syncHash": undefined,
1631
- "used": true,
1632
- },
1633
- {
1634
- "balance": "226095",
1635
- "currencyId": "hedera",
1636
- "derivationMode": "hederaBip44",
1637
- "freshAddress": "0.0.7305122",
1638
- "freshAddressPath": "44/3030",
1639
- "id": "js:2:hedera:0.0.7305122:hederaBip44",
1640
- "index": 1,
1641
- "operationsCount": 21,
1642
- "pendingOperations": [],
1643
- "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
1644
- "spendableBalance": "226095",
1645
- "swapHistory": [],
1646
- "syncHash": undefined,
1647
- "used": true,
1648
- },
1649
- ]
1650
- `;
1651
-
1652
- exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1653
- [
1654
- [
1655
- {
1656
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1657
- "blockHash": null,
1658
- "blockHeight": 5,
1659
- "extra": {
1660
- "consensusTimestamp": "1730811624.603795000",
1661
- },
1662
- "fee": "225279",
1663
- "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
1664
- "id": "js:2:hedera:0.0.1040977:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-IN",
1665
- "recipients": [
1666
- "0.0.1040977",
1667
- ],
1668
- "senders": [
1669
- "0.0.7305122",
1670
- ],
1671
- "type": "IN",
1672
- "value": "9755232",
1673
- },
1674
- {
1675
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1676
- "blockHash": null,
1677
- "blockHeight": 5,
1678
- "extra": {
1679
- "consensusTimestamp": "1729155939.657319000",
1680
- },
1681
- "fee": "194053",
1682
- "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
1683
- "id": "js:2:hedera:0.0.1040977:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-OUT",
1684
- "recipients": [
1685
- "0.0.7305122",
1686
- ],
1687
- "senders": [
1688
- "0.0.1040977",
1689
- ],
1690
- "type": "OUT",
1691
- "value": "294053",
1692
- },
1693
- {
1694
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1695
- "blockHash": null,
1696
- "blockHeight": 5,
1697
- "extra": {
1698
- "consensusTimestamp": "1730813192.423784000",
1699
- },
1700
- "fee": "225507",
1701
- "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
1702
- "id": "js:2:hedera:0.0.1040977:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-IN",
1703
- "recipients": [
1704
- "0.0.1040977",
1705
- ],
1706
- "senders": [
1707
- "0.0.7305122",
1708
- ],
1709
- "type": "IN",
1710
- "value": "9772427",
1711
- },
1712
- {
1713
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1714
- "blockHash": null,
1715
- "blockHeight": 5,
1716
- "extra": {
1717
- "consensusTimestamp": "1730811403.115680000",
1718
- },
1719
- "fee": "226772",
1720
- "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
1721
- "id": "js:2:hedera:0.0.1040977:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-OUT",
1722
- "recipients": [
1723
- "0.0.7305122",
1724
- ],
1725
- "senders": [
1726
- "0.0.1040977",
1727
- ],
1728
- "type": "OUT",
1729
- "value": "236772",
1730
- },
1731
- {
1732
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1733
- "blockHash": null,
1734
- "blockHeight": 5,
1735
- "extra": {
1736
- "consensusTimestamp": "1726477122.251592000",
1737
- },
1738
- "fee": "203103",
1739
- "hash": "AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6",
1740
- "id": "js:2:hedera:0.0.1040977:hederaBip44-AXp5GsfiBSbwdBDkVX3snncUERbpa-0csxv0QrX23zT1c_2PgGOcNUfYX9GEflw6-IN",
1741
- "recipients": [
1742
- "0.0.1040977",
1743
- ],
1744
- "senders": [
1745
- "0.0.7107424",
1746
- ],
1747
- "type": "IN",
1748
- "value": "12300000",
1749
- },
1750
- {
1751
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1752
- "blockHash": null,
1753
- "blockHeight": 5,
1754
- "extra": {
1755
- "consensusTimestamp": "1729155815.270550000",
1756
- },
1757
- "fee": "194053",
1758
- "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
1759
- "id": "js:2:hedera:0.0.1040977:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-IN",
1760
- "recipients": [
1761
- "0.0.1040977",
1762
- ],
1763
- "senders": [
1764
- "0.0.7305122",
1765
- ],
1766
- "type": "IN",
1767
- "value": "100000",
1768
- },
1769
- {
1770
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1771
- "blockHash": null,
1772
- "blockHeight": 5,
1773
- "extra": {
1774
- "consensusTimestamp": "1726477062.311057502",
1775
- },
1776
- "fee": "203410",
1777
- "hash": "dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG",
1778
- "id": "js:2:hedera:0.0.1040977:hederaBip44-dc9kimkNghpi2LdVjEm6jRpgRfhJRwzaP4S37rlVxxZ2IeyxCD32I7mIgZWmcPuG-IN",
1779
- "recipients": [
1780
- "0.0.1040977",
1781
- ],
1782
- "senders": [
1783
- "0.0.800",
1784
- "0.0.7107424",
1785
- ],
1786
- "type": "IN",
1787
- "value": "100000000",
1788
- },
1789
- {
1790
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1791
- "blockHash": null,
1792
- "blockHeight": 5,
1793
- "extra": {
1794
- "consensusTimestamp": "1730811531.050920029",
1795
- },
1796
- "fee": "226772",
1797
- "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
1798
- "id": "js:2:hedera:0.0.1040977:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-OUT",
1799
- "recipients": [
1800
- "0.0.7305122",
1801
- ],
1802
- "senders": [
1803
- "0.0.1040977",
1804
- ],
1805
- "type": "OUT",
1806
- "value": "10226772",
1807
- },
1808
- {
1809
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1810
- "blockHash": null,
1811
- "blockHeight": 5,
1812
- "extra": {
1813
- "consensusTimestamp": "1726235313.566576000",
1814
- },
1815
- "fee": "198870",
1816
- "hash": "DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW",
1817
- "id": "js:2:hedera:0.0.1040977:hederaBip44-DU8fiVT77ZHD4YM7TnCH9-sdboY8eI2chghDTGeWRPUy-LGwY6uR0pB_gA-5lvGW-IN",
1818
- "recipients": [
1819
- "0.0.1040977",
1820
- ],
1821
- "senders": [
1822
- "0.0.7107424",
1823
- ],
1824
- "type": "IN",
1825
- "value": "100000000",
1826
- },
1827
- {
1828
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1829
- "blockHash": null,
1830
- "blockHeight": 5,
1831
- "extra": {
1832
- "consensusTimestamp": "1729858464.980892000",
1833
- },
1834
- "fee": "199068",
1835
- "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
1836
- "id": "js:2:hedera:0.0.1040977:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-OUT",
1837
- "recipients": [
1838
- "0.0.7305122",
1839
- ],
1840
- "senders": [
1841
- "0.0.1040977",
1842
- ],
1843
- "type": "OUT",
1844
- "value": "209068",
1845
- },
1846
- {
1847
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1848
- "blockHash": null,
1849
- "blockHeight": 5,
1850
- "extra": {
1851
- "consensusTimestamp": "1729147655.662122737",
1852
- },
1853
- "fee": "191792",
1854
- "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
1855
- "id": "js:2:hedera:0.0.1040977:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-OUT",
1856
- "recipients": [
1857
- "0.0.7305122",
1858
- ],
1859
- "senders": [
1860
- "0.0.1040977",
1861
- ],
1862
- "type": "OUT",
1863
- "value": "100191792",
1864
- },
1865
- {
1866
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1867
- "blockHash": null,
1868
- "blockHeight": 5,
1869
- "extra": {
1870
- "consensusTimestamp": "1729687467.306035525",
1871
- },
1872
- "fee": "196236",
1873
- "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
1874
- "id": "js:2:hedera:0.0.1040977:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-OUT",
1875
- "recipients": [
1876
- "0.0.7305122",
1877
- ],
1878
- "senders": [
1879
- "0.0.1040977",
1880
- ],
1881
- "type": "OUT",
1882
- "value": "296236",
1883
- },
1884
- {
1885
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1886
- "blockHash": null,
1887
- "blockHeight": 5,
1888
- "extra": {
1889
- "consensusTimestamp": "1729150225.131300000",
1890
- },
1891
- "fee": "193637",
1892
- "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
1893
- "id": "js:2:hedera:0.0.1040977:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-IN",
1894
- "recipients": [
1895
- "0.0.1040977",
1896
- ],
1897
- "senders": [
1898
- "0.0.7305122",
1899
- ],
1900
- "type": "IN",
1901
- "value": "99614516",
1902
- },
1903
- {
1904
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1905
- "blockHash": null,
1906
- "blockHeight": 5,
1907
- "extra": {
1908
- "consensusTimestamp": "1704213295.949352003",
1909
- },
1910
- "fee": "103989",
1911
- "hash": "H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p",
1912
- "id": "js:2:hedera:0.0.1040977:hederaBip44-H_sVqT3WhqNwX5Iw-Y_TaIiMy-C_jLTPNCg2fLcyUQqh2prPzMhQsawCmwcN5E_p-OUT",
1913
- "recipients": [
1914
- "0.0.98",
1915
- ],
1916
- "senders": [
1917
- "0.0.1040977",
1918
- ],
1919
- "type": "OUT",
1920
- "value": "103989",
1921
- },
1922
- {
1923
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1924
- "blockHash": null,
1925
- "blockHeight": 5,
1926
- "extra": {
1927
- "consensusTimestamp": "1697645669.026204003",
1928
- },
1929
- "fee": "210184",
1930
- "hash": "hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC",
1931
- "id": "js:2:hedera:0.0.1040977:hederaBip44-hW0dnb0rNVpglweGCKaPaHlHxr3RqXpoMC9Juz86wDJHZ9e1Hp5WfmfqdzxkWeQC-OUT",
1932
- "recipients": [
1933
- "0.0.98",
1934
- ],
1935
- "senders": [
1936
- "0.0.1040977",
1937
- ],
1938
- "type": "OUT",
1939
- "value": "210184",
1940
- },
1941
- {
1942
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1943
- "blockHash": null,
1944
- "blockHeight": 5,
1945
- "extra": {
1946
- "consensusTimestamp": "1730813149.715064983",
1947
- },
1948
- "fee": "225507",
1949
- "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
1950
- "id": "js:2:hedera:0.0.1040977:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-OUT",
1951
- "recipients": [
1952
- "0.0.7305122",
1953
- ],
1954
- "senders": [
1955
- "0.0.1040977",
1956
- ],
1957
- "type": "OUT",
1958
- "value": "10225507",
1959
- },
1960
- {
1961
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1962
- "blockHash": null,
1963
- "blockHeight": 5,
1964
- "extra": {
1965
- "consensusTimestamp": "1657021403.368076000",
1966
- },
1967
- "fee": "163081",
1968
- "hash": "iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J",
1969
- "id": "js:2:hedera:0.0.1040977:hederaBip44-iQ_oLq-PEMlwmoSEZBXpeK_J9ENApLJnz-uGB3_1XVqtRnMU-0VvdKmJV3E8ig5J-IN",
1970
- "recipients": [
1971
- "0.0.1040977",
1972
- ],
1973
- "senders": [
1974
- "0.0.880760",
1975
- ],
1976
- "type": "IN",
1977
- "value": "99870000",
1978
- },
1979
- {
1980
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
1981
- "blockHash": null,
1982
- "blockHeight": 5,
1983
- "extra": {
1984
- "consensusTimestamp": "1729177404.980663000",
1985
- },
1986
- "fee": "197305",
1987
- "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
1988
- "id": "js:2:hedera:0.0.1040977:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-OUT",
1989
- "recipients": [
1990
- "0.0.7305122",
1991
- ],
1992
- "senders": [
1993
- "0.0.1040977",
1994
- ],
1995
- "type": "OUT",
1996
- "value": "297305",
1997
- },
1998
- {
1999
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2000
- "blockHash": null,
2001
- "blockHeight": 5,
2002
- "extra": {
2003
- "consensusTimestamp": "1729156701.804949000",
2004
- },
2005
- "fee": "194053",
2006
- "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
2007
- "id": "js:2:hedera:0.0.1040977:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-IN",
2008
- "recipients": [
2009
- "0.0.1040977",
2010
- ],
2011
- "senders": [
2012
- "0.0.7305122",
2013
- ],
2014
- "type": "IN",
2015
- "value": "100000",
2016
- },
2017
- {
2018
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2019
- "blockHash": null,
2020
- "blockHeight": 5,
2021
- "extra": {
2022
- "consensusTimestamp": "1729585926.624752000",
2023
- },
2024
- "fee": "189619",
2025
- "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
2026
- "id": "js:2:hedera:0.0.1040977:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-OUT",
2027
- "recipients": [
2028
- "0.0.7305122",
2029
- ],
2030
- "senders": [
2031
- "0.0.1040977",
2032
- ],
2033
- "type": "OUT",
2034
- "value": "289619",
2035
- },
2036
- {
2037
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2038
- "blockHash": null,
2039
- "blockHeight": 5,
2040
- "extra": {
2041
- "consensusTimestamp": "1721982048.841299095",
2042
- },
2043
- "fee": "148589",
2044
- "hash": "n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh",
2045
- "id": "js:2:hedera:0.0.1040977:hederaBip44-n0oMavzcRvdYLyQVq0u-yXBIiLftalIoEVknXlNJDG6alDab16np8mcWt9lDg-Hh-OUT",
2046
- "recipients": [
2047
- "0.0.2024333",
2048
- ],
2049
- "senders": [
2050
- "0.0.800",
2051
- "0.0.1040977",
2052
- ],
2053
- "type": "OUT",
2054
- "value": "1148589",
2055
- },
2056
- {
2057
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2058
- "blockHash": null,
2059
- "blockHeight": 5,
2060
- "extra": {
2061
- "consensusTimestamp": "1726235092.011928000",
2062
- },
2063
- "fee": "197924",
2064
- "hash": "qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8",
2065
- "id": "js:2:hedera:0.0.1040977:hederaBip44-qnLNbcduW-SlQvIxCMwOJW7Eu3yDScHFmgEvRlp05a1RBsB94Ein74GGlH63-kk8-OUT",
2066
- "recipients": [
2067
- "0.0.7107424",
2068
- ],
2069
- "senders": [
2070
- "0.0.1040977",
2071
- ],
2072
- "type": "OUT",
2073
- "value": "187669298",
2074
- },
2075
- {
2076
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2077
- "blockHash": null,
2078
- "blockHeight": 5,
2079
- "extra": {
2080
- "consensusTimestamp": "1669565599.465640003",
2081
- },
2082
- "fee": "199161",
2083
- "hash": "sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA",
2084
- "id": "js:2:hedera:0.0.1040977:hederaBip44-sBvHuXD8K0xKtonpe7r5WhuM_-0aTZ5up4LEha6buC3jjM_T3v645lxF96XyAKDA-OUT",
2085
- "recipients": [
2086
- "0.0.98",
2087
- ],
2088
- "senders": [
2089
- "0.0.1040977",
2090
- ],
2091
- "type": "OUT",
2092
- "value": "199161",
2093
- },
2094
- {
2095
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2096
- "blockHash": null,
2097
- "blockHeight": 5,
2098
- "extra": {
2099
- "consensusTimestamp": "1729237802.452111000",
2100
- },
2101
- "fee": "196821",
2102
- "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
2103
- "id": "js:2:hedera:0.0.1040977:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-OUT",
2104
- "recipients": [
2105
- "0.0.7305122",
2106
- ],
2107
- "senders": [
2108
- "0.0.1040977",
2109
- ],
2110
- "type": "OUT",
2111
- "value": "296821",
2112
- },
2113
- {
2114
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2115
- "blockHash": null,
2116
- "blockHeight": 5,
2117
- "extra": {
2118
- "consensusTimestamp": "1726233233.981368000",
2119
- },
2120
- "fee": "198124",
2121
- "hash": "sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs",
2122
- "id": "js:2:hedera:0.0.1040977:hederaBip44-sUxfRaA-RPK8z0bxCZ-QIBoVL0AChsXc-cEZMaXTPvrre9Y-ruWr5Jwx4MseudTs-OUT",
2123
- "recipients": [
2124
- "0.0.98",
2125
- ],
2126
- "senders": [
2127
- "0.0.1040977",
2128
- ],
2129
- "type": "OUT",
2130
- "value": "198124",
2131
- },
2132
- {
2133
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2134
- "blockHash": null,
2135
- "blockHeight": 5,
2136
- "extra": {
2137
- "consensusTimestamp": "1729100859.761766000",
2138
- },
2139
- "fee": "187371",
2140
- "hash": "tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy",
2141
- "id": "js:2:hedera:0.0.1040977:hederaBip44-tRewhc7YRpuB6FJdi-8gKHmvyLmEwo7FJt55xEEMAcM8RAwafrlMJyr__7WzHpVy-OUT",
2142
- "recipients": [
2143
- "0.0.7107424",
2144
- ],
2145
- "senders": [
2146
- "0.0.800",
2147
- "0.0.1040977",
2148
- ],
2149
- "type": "OUT",
2150
- "value": "10187371",
2151
- },
2152
- {
2153
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2154
- "blockHash": null,
2155
- "blockHeight": 5,
2156
- "extra": {
2157
- "consensusTimestamp": "1729103620.094329000",
2158
- },
2159
- "fee": "187710",
2160
- "hash": "TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2",
2161
- "id": "js:2:hedera:0.0.1040977:hederaBip44-TUYXGAGmXtXiTavjIA3LOn_F4WXPHp-2f79vRKsgcxWynlJUc7eq5b0H2koUzAK2-IN",
2162
- "recipients": [
2163
- "0.0.1040977",
2164
- ],
2165
- "senders": [
2166
- "0.0.7107424",
2167
- ],
2168
- "type": "IN",
2169
- "value": "2000000000",
2170
- },
2171
- {
2172
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2173
- "blockHash": null,
2174
- "blockHeight": 5,
2175
- "extra": {
2176
- "consensusTimestamp": "1729159845.725723000",
2177
- },
2178
- "fee": "195597",
2179
- "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
2180
- "id": "js:2:hedera:0.0.1040977:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-IN",
2181
- "recipients": [
2182
- "0.0.1040977",
2183
- ],
2184
- "senders": [
2185
- "0.0.7305122",
2186
- ],
2187
- "type": "IN",
2188
- "value": "8289627",
2189
- },
2190
- {
2191
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2192
- "blockHash": null,
2193
- "blockHeight": 5,
2194
- "extra": {
2195
- "consensusTimestamp": "1726233110.321533000",
2196
- },
2197
- "fee": "197824",
2198
- "hash": "y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu",
2199
- "id": "js:2:hedera:0.0.1040977:hederaBip44-y6mQt2VeMBbxeplMNEhENjHt6tKz4LidJwup4Pt2hwP1CIwgrCwF7tn3wgeAh3zu-IN",
2200
- "recipients": [
2201
- "0.0.1040977",
2202
- ],
2203
- "senders": [
2204
- "0.0.7107424",
2205
- ],
2206
- "type": "IN",
2207
- "value": "100000000",
2208
- },
2209
- {
2210
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2211
- "blockHash": null,
2212
- "blockHeight": 5,
2213
- "extra": {
2214
- "consensusTimestamp": "1729858548.245891000",
2215
- },
2216
- "fee": "199068",
2217
- "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
2218
- "id": "js:2:hedera:0.0.1040977:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-IN",
2219
- "recipients": [
2220
- "0.0.1040977",
2221
- ],
2222
- "senders": [
2223
- "0.0.7305122",
2224
- ],
2225
- "type": "IN",
2226
- "value": "211337",
2227
- },
2228
- {
2229
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2230
- "blockHash": null,
2231
- "blockHeight": 5,
2232
- "extra": {
2233
- "consensusTimestamp": "1729150309.511412000",
2234
- },
2235
- "fee": "193637",
2236
- "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
2237
- "id": "js:2:hedera:0.0.1040977:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-OUT",
2238
- "recipients": [
2239
- "0.0.7305122",
2240
- ],
2241
- "senders": [
2242
- "0.0.1040977",
2243
- ],
2244
- "type": "OUT",
2245
- "value": "10193637",
2246
- },
2247
- {
2248
- "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
2249
- "blockHash": null,
2250
- "blockHeight": 5,
2251
- "extra": {
2252
- "consensusTimestamp": "1701941251.224927003",
2253
- },
2254
- "fee": "148487",
2255
- "hash": "Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw",
2256
- "id": "js:2:hedera:0.0.1040977:hederaBip44-Zvr0zFzL2meSIoGWe0JlEOhBVetvj3IXH3OJ5Jy7k7zS4xLEIjqV6txRuPYgw3gw-OUT",
2257
- "recipients": [
2258
- "0.0.2024333",
2259
- ],
2260
- "senders": [
2261
- "0.0.800",
2262
- "0.0.1040977",
2263
- ],
2264
- "type": "OUT",
2265
- "value": "10148487",
2266
- },
2267
- ],
2268
- [
2269
- {
2270
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2271
- "blockHash": null,
2272
- "blockHeight": 5,
2273
- "extra": {
2274
- "consensusTimestamp": "1730811624.603795000",
2275
- },
2276
- "fee": "225279",
2277
- "hash": "_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_",
2278
- "id": "js:2:hedera:0.0.7305122:hederaBip44-_ZF8iWgETD9Y8JjmKDMJ512kJk4ZtgohOwMu2WjBI2w1kQg464A7ESzIOtDKVL9_-OUT",
2279
- "recipients": [
2280
- "0.0.1040977",
2281
- ],
2282
- "senders": [
2283
- "0.0.7305122",
2284
- ],
2285
- "type": "OUT",
2286
- "value": "9980511",
2287
- },
2288
- {
2289
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2290
- "blockHash": null,
2291
- "blockHeight": 5,
2292
- "extra": {
2293
- "consensusTimestamp": "1729155939.657319000",
2294
- },
2295
- "fee": "194053",
2296
- "hash": "4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB",
2297
- "id": "js:2:hedera:0.0.7305122:hederaBip44-4t_ibZXGYqpoF8sN5HktGwEA0xyX4hLmjCrO7Vi6YPq9GuTncpA8T3cL-uTmViMB-IN",
2298
- "recipients": [
2299
- "0.0.7305122",
2300
- ],
2301
- "senders": [
2302
- "0.0.1040977",
2303
- ],
2304
- "type": "IN",
2305
- "value": "100000",
2306
- },
2307
- {
2308
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2309
- "blockHash": null,
2310
- "blockHeight": 5,
2311
- "extra": {
2312
- "consensusTimestamp": "1730813192.423784000",
2313
- },
2314
- "fee": "225507",
2315
- "hash": "597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp",
2316
- "id": "js:2:hedera:0.0.7305122:hederaBip44-597wNJbpRrx1_mW32q3kbS40yjooZ36XtsGIDNLj_BQLZfMUQkt5uc7wxI6OCBHp-OUT",
2317
- "recipients": [
2318
- "0.0.1040977",
2319
- ],
2320
- "senders": [
2321
- "0.0.7305122",
2322
- ],
2323
- "type": "OUT",
2324
- "value": "9997934",
2325
- },
2326
- {
2327
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2328
- "blockHash": null,
2329
- "blockHeight": 5,
2330
- "extra": {
2331
- "consensusTimestamp": "1730811403.115680000",
2332
- },
2333
- "fee": "226772",
2334
- "hash": "Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3",
2335
- "id": "js:2:hedera:0.0.7305122:hederaBip44-Ax5Kiufx1qxAv05cpFKxNhTqehmGK6KDzk6093twLQMpVfeTYtDEG6igZjn-lEI3-IN",
2336
- "recipients": [
2337
- "0.0.7305122",
2338
- ],
2339
- "senders": [
2340
- "0.0.1040977",
2341
- ],
2342
- "type": "IN",
2343
- "value": "10000",
2344
- },
2345
- {
2346
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2347
- "blockHash": null,
2348
- "blockHeight": 5,
2349
- "extra": {
2350
- "consensusTimestamp": "1729155755.397758000",
2351
- },
2352
- "fee": "194053",
2353
- "hash": "cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht",
2354
- "id": "js:2:hedera:0.0.7305122:hederaBip44-cCROyQoe3pmG4S-LawcXSsIqBDt5GK2LTfhWDMOyOPEK7aQnI1K9SqrBO_sqeXht-OUT",
2355
- "recipients": [
2356
- "0.0.98",
2357
- ],
2358
- "senders": [
2359
- "0.0.7305122",
2360
- ],
2361
- "type": "OUT",
2362
- "value": "194053",
2363
- },
2364
- {
2365
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2366
- "blockHash": null,
2367
- "blockHeight": 5,
2368
- "extra": {
2369
- "consensusTimestamp": "1729155815.270550000",
2370
- },
2371
- "fee": "194053",
2372
- "hash": "cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv",
2373
- "id": "js:2:hedera:0.0.7305122:hederaBip44-cdqATvnISnqFael7PUD1yhAqWNNYyKfck4p5cS22wKvP9ymzIytaS6o_1rSXwdcv-OUT",
2374
- "recipients": [
2375
- "0.0.1040977",
2376
- ],
2377
- "senders": [
2378
- "0.0.7305122",
2379
- ],
2380
- "type": "OUT",
2381
- "value": "294053",
2382
- },
2383
- {
2384
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2385
- "blockHash": null,
2386
- "blockHeight": 5,
2387
- "extra": {
2388
- "consensusTimestamp": "1730811531.050920029",
2389
- },
2390
- "fee": "226772",
2391
- "hash": "DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq",
2392
- "id": "js:2:hedera:0.0.7305122:hederaBip44-DNptnQi6ClOCnJ8n45OLas1CyCWbHx9SwU-5wvAx7LHAOdgXvic9IV3JwqG5G6yq-IN",
2393
- "recipients": [
2394
- "0.0.7305122",
2395
- ],
2396
- "senders": [
2397
- "0.0.1040977",
2398
- ],
2399
- "type": "IN",
2400
- "value": "10000000",
2401
- },
2402
- {
2403
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2404
- "blockHash": null,
2405
- "blockHeight": 5,
2406
- "extra": {
2407
- "consensusTimestamp": "1729858464.980892000",
2408
- },
2409
- "fee": "199068",
2410
- "hash": "E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ",
2411
- "id": "js:2:hedera:0.0.7305122:hederaBip44-E5dQ7JL0SINzr2JUaZS2ciX3EciNc6bHlHPwk8dOrZzucTPQGZAjohql00StEkgZ-IN",
2412
- "recipients": [
2413
- "0.0.7305122",
2414
- ],
2415
- "senders": [
2416
- "0.0.1040977",
2417
- ],
2418
- "type": "IN",
2419
- "value": "10000",
2420
- },
2421
- {
2422
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2423
- "blockHash": null,
2424
- "blockHeight": 5,
2425
- "extra": {
2426
- "consensusTimestamp": "1729147655.662122737",
2427
- },
2428
- "fee": "191792",
2429
- "hash": "fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH",
2430
- "id": "js:2:hedera:0.0.7305122:hederaBip44-fFUnwevTOhFVcXuH62vECBPFN9sxq5BqhNSEyy2F73N8NPGqms0uAFlKgNeqHddH-IN",
2431
- "recipients": [
2432
- "0.0.7305122",
2433
- ],
2434
- "senders": [
2435
- "0.0.1040977",
2436
- ],
2437
- "type": "IN",
2438
- "value": "100000000",
2439
- },
2440
- {
2441
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2442
- "blockHash": null,
2443
- "blockHeight": 5,
2444
- "extra": {
2445
- "consensusTimestamp": "1729687467.306035525",
2446
- },
2447
- "fee": "196236",
2448
- "hash": "flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ",
2449
- "id": "js:2:hedera:0.0.7305122:hederaBip44-flTssQb-PABB-mCEFUuIFBjrwZ8jz176hDMbqjiJQUDHtpMmCWHl7bVr5B89D0mQ-IN",
2450
- "recipients": [
2451
- "0.0.7305122",
2452
- ],
2453
- "senders": [
2454
- "0.0.1040977",
2455
- ],
2456
- "type": "IN",
2457
- "value": "100000",
2458
- },
2459
- {
2460
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2461
- "blockHash": null,
2462
- "blockHeight": 5,
2463
- "extra": {
2464
- "consensusTimestamp": "1729150225.131300000",
2465
- },
2466
- "fee": "193637",
2467
- "hash": "G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm",
2468
- "id": "js:2:hedera:0.0.7305122:hederaBip44-G5bOWCgmRJz9njNXY5wPZNETmvOcOCBKnEnZftbZDySTzwlSqU3LKB3cG0or6Cjm-OUT",
2469
- "recipients": [
2470
- "0.0.1040977",
2471
- ],
2472
- "senders": [
2473
- "0.0.7305122",
2474
- ],
2475
- "type": "OUT",
2476
- "value": "99808153",
2477
- },
2478
- {
2479
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2480
- "blockHash": null,
2481
- "blockHeight": 5,
2482
- "extra": {
2483
- "consensusTimestamp": "1730813149.715064983",
2484
- },
2485
- "fee": "225507",
2486
- "hash": "i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg",
2487
- "id": "js:2:hedera:0.0.7305122:hederaBip44-i_mUYjjGcauOIq-wIdXUzGa5nnD2tq0AAhfezF5AHvl_AlQJeEfYy1ZCQU4n8SPg-IN",
2488
- "recipients": [
2489
- "0.0.7305122",
2490
- ],
2491
- "senders": [
2492
- "0.0.1040977",
2493
- ],
2494
- "type": "IN",
2495
- "value": "10000000",
2496
- },
2497
- {
2498
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2499
- "blockHash": null,
2500
- "blockHeight": 5,
2501
- "extra": {
2502
- "consensusTimestamp": "1729177404.980663000",
2503
- },
2504
- "fee": "197305",
2505
- "hash": "Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4",
2506
- "id": "js:2:hedera:0.0.7305122:hederaBip44-Mq0CNEbhugTVQ1n6I-f5aSaFXF7-cA-wYSvuow-okMRHDTozoAb_fE1-1o7bb2P4-IN",
2507
- "recipients": [
2508
- "0.0.7305122",
2509
- ],
2510
- "senders": [
2511
- "0.0.1040977",
2512
- ],
2513
- "type": "IN",
2514
- "value": "100000",
2515
- },
2516
- {
2517
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2518
- "blockHash": null,
2519
- "blockHeight": 5,
2520
- "extra": {
2521
- "consensusTimestamp": "1729156701.804949000",
2522
- },
2523
- "fee": "194053",
2524
- "hash": "ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3",
2525
- "id": "js:2:hedera:0.0.7305122:hederaBip44-ms8ReEo0dI2vEjojzorZAto2mrYSImX2UOyB_lNYjVlg4w6giRafivPeeQAEwYL3-OUT",
2526
- "recipients": [
2527
- "0.0.1040977",
2528
- ],
2529
- "senders": [
2530
- "0.0.7305122",
2531
- ],
2532
- "type": "OUT",
2533
- "value": "294053",
2534
- },
2535
- {
2536
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2537
- "blockHash": null,
2538
- "blockHeight": 5,
2539
- "extra": {
2540
- "consensusTimestamp": "1729585926.624752000",
2541
- },
2542
- "fee": "189619",
2543
- "hash": "MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h",
2544
- "id": "js:2:hedera:0.0.7305122:hederaBip44-MXshLxa4L9lF9rduImR7w-qMvZRgQC-z_XBQRc5Yl3nv_qHKNSQASAGX3sDkXT-h-IN",
2545
- "recipients": [
2546
- "0.0.7305122",
2547
- ],
2548
- "senders": [
2549
- "0.0.1040977",
2550
- ],
2551
- "type": "IN",
2552
- "value": "100000",
2553
- },
2554
- {
2555
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2556
- "blockHash": null,
2557
- "blockHeight": 5,
2558
- "extra": {
2559
- "consensusTimestamp": "1729237802.452111000",
2560
- },
2561
- "fee": "196821",
2562
- "hash": "SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au",
2563
- "id": "js:2:hedera:0.0.7305122:hederaBip44-SdVskGKV5xZioeu-hERlmM7jNXnjcdqUKHFT6J-CiPQymfzPXzafUrkqcoFtd8au-IN",
2564
- "recipients": [
2565
- "0.0.7305122",
2566
- ],
2567
- "senders": [
2568
- "0.0.1040977",
2569
- ],
2570
- "type": "IN",
2571
- "value": "100000",
2572
- },
2573
- {
2574
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2575
- "blockHash": null,
2576
- "blockHeight": 5,
2577
- "extra": {
2578
- "consensusTimestamp": "1729156015.784781613",
2579
- },
2580
- "fee": "414180",
2581
- "hash": "SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl",
2582
- "id": "js:2:hedera:0.0.7305122:hederaBip44-SX6QjkXKRGbFG1tWq31I0rv1Aof4r9iRXxLlxd_tO6YNuER_6CCmvW_s47FtPVhl-OUT",
2583
- "recipients": [
2584
- "0.0.98",
2585
- ],
2586
- "senders": [
2587
- "0.0.7305122",
2588
- ],
2589
- "type": "OUT",
2590
- "value": "414180",
2591
- },
2592
- {
2593
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2594
- "blockHash": null,
2595
- "blockHeight": 5,
2596
- "extra": {
2597
- "consensusTimestamp": "1729159845.725723000",
2598
- },
2599
- "fee": "195597",
2600
- "hash": "wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6",
2601
- "id": "js:2:hedera:0.0.7305122:hederaBip44-wt0c7-dDE69WuBkj53U5o11RDvkBxdU-Z3wuuSN3btSwyMGlKC9AxphcmvTfiPP6-OUT",
2602
- "recipients": [
2603
- "0.0.1040977",
2604
- ],
2605
- "senders": [
2606
- "0.0.7305122",
2607
- ],
2608
- "type": "OUT",
2609
- "value": "8485224",
2610
- },
2611
- {
2612
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2613
- "blockHash": null,
2614
- "blockHeight": 5,
2615
- "extra": {
2616
- "consensusTimestamp": "1729858548.245891000",
2617
- },
2618
- "fee": "199068",
2619
- "hash": "YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4",
2620
- "id": "js:2:hedera:0.0.7305122:hederaBip44-YSw6vQYOoNyr258eb1GGetRlYActrg6PAFKtCjJzfIfiDykrPuhn5WV3OIWbhLK4-OUT",
2621
- "recipients": [
2622
- "0.0.1040977",
2623
- ],
2624
- "senders": [
2625
- "0.0.7305122",
2626
- ],
2627
- "type": "OUT",
2628
- "value": "410405",
2629
- },
2630
- {
2631
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2632
- "blockHash": null,
2633
- "blockHeight": 5,
2634
- "extra": {
2635
- "consensusTimestamp": "1729156037.761102000",
2636
- },
2637
- "fee": "415339",
2638
- "hash": "ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS",
2639
- "id": "js:2:hedera:0.0.7305122:hederaBip44-ZPCrj02WZwh_depYNheXuCLRpq6gDHfxeskEvIr-PCZzoM9WdUUSswRqRf-bZZfS-OUT",
2640
- "recipients": [
2641
- "0.0.98",
2642
- ],
2643
- "senders": [
2644
- "0.0.7305122",
2645
- ],
2646
- "type": "OUT",
2647
- "value": "415339",
2648
- },
2649
- {
2650
- "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
2651
- "blockHash": null,
2652
- "blockHeight": 5,
2653
- "extra": {
2654
- "consensusTimestamp": "1729150309.511412000",
2655
- },
2656
- "fee": "193637",
2657
- "hash": "zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf",
2658
- "id": "js:2:hedera:0.0.7305122:hederaBip44-zphHlC8Ku5wGJB1fmRHFWk2Kh0HuknpXxh4VSi9xYNFk2uX_9QZ8ilDO1s8iFfxf-IN",
2659
- "recipients": [
2660
- "0.0.7305122",
2661
- ],
2662
- "senders": [
2663
- "0.0.1040977",
2664
- ],
2665
- "type": "IN",
2666
- "value": "10000000",
2667
- },
2668
- ],
1997
+ [],
2669
1998
  ]
2670
1999
  `;