@ledgerhq/live-common 34.52.0 → 34.53.0-nightly.20251107095716

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 (478) hide show
  1. package/lib/DataModel.d.ts +2 -2
  2. package/lib/DataModel.d.ts.map +1 -1
  3. package/lib/DataModel.js +2 -2
  4. package/lib/DataModel.js.map +1 -1
  5. package/lib/__tests__/test-helpers/bridge.d.ts.map +1 -1
  6. package/lib/__tests__/test-helpers/bridge.js +103 -47
  7. package/lib/__tests__/test-helpers/bridge.js.map +1 -1
  8. package/lib/__tests__/test-helpers/setup.d.ts.map +1 -1
  9. package/lib/__tests__/test-helpers/setup.js +6 -5
  10. package/lib/__tests__/test-helpers/setup.js.map +1 -1
  11. package/lib/account/serialization.d.ts +1 -1
  12. package/lib/account/serialization.d.ts.map +1 -1
  13. package/lib/account/serialization.js +2 -2
  14. package/lib/account/serialization.js.map +1 -1
  15. package/lib/api/ofacGeoBlockApi.d.ts +4 -0
  16. package/lib/api/ofacGeoBlockApi.d.ts.map +1 -0
  17. package/lib/api/ofacGeoBlockApi.js +21 -0
  18. package/lib/api/ofacGeoBlockApi.js.map +1 -0
  19. package/lib/apps/config.d.ts.map +1 -1
  20. package/lib/apps/config.js +1 -0
  21. package/lib/apps/config.js.map +1 -1
  22. package/lib/bot/engine.d.ts +5 -5
  23. package/lib/bot/engine.d.ts.map +1 -1
  24. package/lib/bot/engine.js.map +1 -1
  25. package/lib/bridge/crypto-assets/index.d.ts.map +1 -1
  26. package/lib/bridge/crypto-assets/index.js +2 -2
  27. package/lib/bridge/crypto-assets/index.js.map +1 -1
  28. package/lib/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -2
  29. package/lib/bridge/generic-alpaca/createTransaction.d.ts.map +1 -1
  30. package/lib/bridge/generic-alpaca/createTransaction.js +6 -1
  31. package/lib/bridge/generic-alpaca/createTransaction.js.map +1 -1
  32. package/lib/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
  33. package/lib/bridge/generic-alpaca/getTransactionStatus.js +1 -0
  34. package/lib/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
  35. package/lib/bridge/generic-alpaca/prepareTransaction.d.ts +2 -2
  36. package/lib/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
  37. package/lib/bridge/generic-alpaca/prepareTransaction.js +30 -26
  38. package/lib/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
  39. package/lib/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
  40. package/lib/bridge/generic-alpaca/signOperation.js +6 -4
  41. package/lib/bridge/generic-alpaca/signOperation.js.map +1 -1
  42. package/lib/bridge/generic-alpaca/signer/Eth.d.ts +2 -1
  43. package/lib/bridge/generic-alpaca/signer/Eth.d.ts.map +1 -1
  44. package/lib/bridge/generic-alpaca/signer/Eth.js +2 -1
  45. package/lib/bridge/generic-alpaca/signer/Eth.js.map +1 -1
  46. package/lib/bridge/generic-alpaca/types.d.ts +61 -2
  47. package/lib/bridge/generic-alpaca/types.d.ts.map +1 -1
  48. package/lib/bridge/generic-alpaca/utils.d.ts +1 -1
  49. package/lib/bridge/generic-alpaca/utils.d.ts.map +1 -1
  50. package/lib/bridge/generic-alpaca/utils.js +121 -7
  51. package/lib/bridge/generic-alpaca/utils.js.map +1 -1
  52. package/lib/bridge/index.d.ts +1 -1
  53. package/lib/bridge/index.d.ts.map +1 -1
  54. package/lib/bridge/index.js +2 -2
  55. package/lib/bridge/index.js.map +1 -1
  56. package/lib/currencies/index.d.ts +1 -1
  57. package/lib/currencies/index.d.ts.map +1 -1
  58. package/lib/currencies/index.js +1 -4
  59. package/lib/currencies/index.js.map +1 -1
  60. package/lib/dada-client/__mocks__/assets.mock.d.ts +383 -0
  61. package/lib/dada-client/__mocks__/assets.mock.d.ts.map +1 -0
  62. package/lib/dada-client/__mocks__/assets.mock.js +260 -0
  63. package/lib/dada-client/__mocks__/assets.mock.js.map +1 -0
  64. package/lib/dada-client/hooks/useAssetsData.d.ts +2 -1
  65. package/lib/dada-client/hooks/useAssetsData.d.ts.map +1 -1
  66. package/lib/dada-client/hooks/useAssetsData.js +2 -2
  67. package/lib/dada-client/hooks/useAssetsData.js.map +1 -1
  68. package/lib/dada-client/hooks/useLazyLedgerCurrency.d.ts +13 -0
  69. package/lib/dada-client/hooks/useLazyLedgerCurrency.d.ts.map +1 -0
  70. package/lib/dada-client/hooks/useLazyLedgerCurrency.js +34 -0
  71. package/lib/dada-client/hooks/useLazyLedgerCurrency.js.map +1 -0
  72. package/lib/dada-client/index.d.ts +2 -0
  73. package/lib/dada-client/index.d.ts.map +1 -0
  74. package/lib/dada-client/index.js +18 -0
  75. package/lib/dada-client/index.js.map +1 -0
  76. package/lib/dada-client/state-manager/api.js +1 -1
  77. package/lib/dada-client/state-manager/api.js.map +1 -1
  78. package/lib/dada-client/utils/currencySelection.d.ts +10 -0
  79. package/lib/dada-client/utils/currencySelection.d.ts.map +1 -0
  80. package/lib/dada-client/utils/currencySelection.js +34 -0
  81. package/lib/dada-client/utils/currencySelection.js.map +1 -0
  82. package/lib/deposit/helper.d.ts +1 -1
  83. package/lib/deposit/helper.d.ts.map +1 -1
  84. package/lib/deposit/helper.js +3 -2
  85. package/lib/deposit/helper.js.map +1 -1
  86. package/lib/e2e/data/deviceLabelsData.d.ts.map +1 -1
  87. package/lib/e2e/data/deviceLabelsData.js +2 -1
  88. package/lib/e2e/data/deviceLabelsData.js.map +1 -1
  89. package/lib/e2e/enum/DeviceLabels.d.ts +5 -1
  90. package/lib/e2e/enum/DeviceLabels.d.ts.map +1 -1
  91. package/lib/e2e/enum/DeviceLabels.js +4 -0
  92. package/lib/e2e/enum/DeviceLabels.js.map +1 -1
  93. package/lib/e2e/index.d.ts +4 -8
  94. package/lib/e2e/index.d.ts.map +1 -1
  95. package/lib/e2e/speculos.d.ts +1 -1
  96. package/lib/e2e/speculos.d.ts.map +1 -1
  97. package/lib/e2e/speculos.js +24 -5
  98. package/lib/e2e/speculos.js.map +1 -1
  99. package/lib/e2e/speculosAppVersion.d.ts.map +1 -1
  100. package/lib/e2e/speculosAppVersion.js +1 -0
  101. package/lib/e2e/speculosAppVersion.js.map +1 -1
  102. package/lib/families/cosmos/datasets/coreum.d.ts.map +1 -1
  103. package/lib/families/cosmos/datasets/coreum.js +2 -1
  104. package/lib/families/cosmos/datasets/coreum.js.map +1 -1
  105. package/lib/families/near/config.d.ts.map +1 -1
  106. package/lib/families/near/config.js +1 -0
  107. package/lib/families/near/config.js.map +1 -1
  108. package/lib/families/solana/setup.d.ts +1 -1
  109. package/lib/families/tron/data.mock.d.ts +4 -4
  110. package/lib/families/tron/data.mock.d.ts.map +1 -1
  111. package/lib/families/tron/data.mock.js +27 -13
  112. package/lib/families/tron/data.mock.js.map +1 -1
  113. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  114. package/lib/featureFlags/defaultFeatures.js +3 -4
  115. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  116. package/lib/featureFlags/stakePrograms/index.d.ts +1 -0
  117. package/lib/featureFlags/stakePrograms/index.d.ts.map +1 -1
  118. package/lib/featureFlags/stakePrograms/index.js +13 -1
  119. package/lib/featureFlags/stakePrograms/index.js.map +1 -1
  120. package/lib/featureFlags/useFeature.d.ts +1 -1
  121. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  122. package/lib/generated/cli-transaction.d.ts +1 -1
  123. package/lib/generated/transaction.d.ts +1 -1
  124. package/lib/hw/actions/implementations.d.ts.map +1 -1
  125. package/lib/hw/actions/implementations.js +13 -7
  126. package/lib/hw/actions/implementations.js.map +1 -1
  127. package/lib/hw/connectAppEventMapper.d.ts.map +1 -1
  128. package/lib/hw/connectAppEventMapper.js +2 -2
  129. package/lib/hw/connectAppEventMapper.js.map +1 -1
  130. package/lib/market/hooks/useLargeMoverCurrencies.d.ts +1 -1
  131. package/lib/market/hooks/useMarketDataProvider.d.ts +2 -2
  132. package/lib/market/hooks/useMarketDataProvider.d.ts.map +1 -1
  133. package/lib/market/hooks/useMarketDataProvider.js +4 -7
  134. package/lib/market/hooks/useMarketDataProvider.js.map +1 -1
  135. package/lib/market/utils/currencyFormatter.d.ts +3 -4
  136. package/lib/market/utils/currencyFormatter.d.ts.map +1 -1
  137. package/lib/market/utils/currencyFormatter.js +3 -6
  138. package/lib/market/utils/currencyFormatter.js.map +1 -1
  139. package/lib/market/utils/queryKeys.d.ts +0 -1
  140. package/lib/market/utils/queryKeys.d.ts.map +1 -1
  141. package/lib/market/utils/queryKeys.js +0 -1
  142. package/lib/market/utils/queryKeys.js.map +1 -1
  143. package/lib/market/utils/types.d.ts +6 -8
  144. package/lib/market/utils/types.d.ts.map +1 -1
  145. package/lib/market/utils/types.js.map +1 -1
  146. package/lib/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
  147. package/lib/mock/fixtures/cryptoCurrencies.js +10 -1
  148. package/lib/mock/fixtures/cryptoCurrencies.js.map +1 -1
  149. package/lib/modularDrawer/__mocks__/currencies.mock.d.ts +1 -1
  150. package/lib/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
  151. package/lib/modularDrawer/__mocks__/currencies.mock.js +1 -1
  152. package/lib/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
  153. package/lib/modularDrawer/utils/currencyUtils.d.ts +3 -3
  154. package/lib/modularDrawer/utils/currencyUtils.d.ts.map +1 -1
  155. package/lib/modularDrawer/utils/currencyUtils.js +8 -8
  156. package/lib/modularDrawer/utils/currencyUtils.js.map +1 -1
  157. package/lib/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
  158. package/lib/postOnboarding/hooks/usePostOnboardingHubState.js +13 -4
  159. package/lib/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
  160. package/lib/postOnboarding/mock.d.ts +1 -0
  161. package/lib/postOnboarding/mock.d.ts.map +1 -1
  162. package/lib/postOnboarding/mock.js +3 -1
  163. package/lib/postOnboarding/mock.js.map +1 -1
  164. package/lib/postOnboarding/reducer.d.ts +16 -14
  165. package/lib/postOnboarding/reducer.d.ts.map +1 -1
  166. package/lib/transaction/index.d.ts +1 -1
  167. package/lib/transaction/index.d.ts.map +1 -1
  168. package/lib/transaction/index.js +2 -2
  169. package/lib/transaction/index.js.map +1 -1
  170. package/lib/utils/addressUtils.d.ts +15 -0
  171. package/lib/utils/addressUtils.d.ts.map +1 -0
  172. package/lib/utils/addressUtils.js +39 -0
  173. package/lib/utils/addressUtils.js.map +1 -0
  174. package/lib/wallet-api/ACRE/server.d.ts.map +1 -1
  175. package/lib/wallet-api/ACRE/server.js +19 -15
  176. package/lib/wallet-api/ACRE/server.js.map +1 -1
  177. package/lib/wallet-api/Exchange/server.d.ts.map +1 -1
  178. package/lib/wallet-api/Exchange/server.js +8 -5
  179. package/lib/wallet-api/Exchange/server.js.map +1 -1
  180. package/lib/wallet-api/logic.d.ts.map +1 -1
  181. package/lib/wallet-api/logic.js +29 -29
  182. package/lib/wallet-api/logic.js.map +1 -1
  183. package/lib/wallet-api/react.d.ts.map +1 -1
  184. package/lib/wallet-api/react.js +37 -29
  185. package/lib/wallet-api/react.js.map +1 -1
  186. package/lib/wallet-api/useDappLogic.d.ts.map +1 -1
  187. package/lib/wallet-api/useDappLogic.js +76 -60
  188. package/lib/wallet-api/useDappLogic.js.map +1 -1
  189. package/lib-es/DataModel.d.ts +2 -2
  190. package/lib-es/DataModel.d.ts.map +1 -1
  191. package/lib-es/DataModel.js +2 -2
  192. package/lib-es/DataModel.js.map +1 -1
  193. package/lib-es/__tests__/test-helpers/bridge.d.ts.map +1 -1
  194. package/lib-es/__tests__/test-helpers/bridge.js +103 -47
  195. package/lib-es/__tests__/test-helpers/bridge.js.map +1 -1
  196. package/lib-es/__tests__/test-helpers/setup.d.ts.map +1 -1
  197. package/lib-es/__tests__/test-helpers/setup.js +6 -5
  198. package/lib-es/__tests__/test-helpers/setup.js.map +1 -1
  199. package/lib-es/account/serialization.d.ts +1 -1
  200. package/lib-es/account/serialization.d.ts.map +1 -1
  201. package/lib-es/account/serialization.js +2 -2
  202. package/lib-es/account/serialization.js.map +1 -1
  203. package/lib-es/api/ofacGeoBlockApi.d.ts +4 -0
  204. package/lib-es/api/ofacGeoBlockApi.d.ts.map +1 -0
  205. package/lib-es/api/ofacGeoBlockApi.js +18 -0
  206. package/lib-es/api/ofacGeoBlockApi.js.map +1 -0
  207. package/lib-es/apps/config.d.ts.map +1 -1
  208. package/lib-es/apps/config.js +1 -0
  209. package/lib-es/apps/config.js.map +1 -1
  210. package/lib-es/bot/engine.d.ts +5 -5
  211. package/lib-es/bot/engine.d.ts.map +1 -1
  212. package/lib-es/bot/engine.js.map +1 -1
  213. package/lib-es/bridge/crypto-assets/index.d.ts.map +1 -1
  214. package/lib-es/bridge/crypto-assets/index.js +1 -1
  215. package/lib-es/bridge/crypto-assets/index.js.map +1 -1
  216. package/lib-es/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -2
  217. package/lib-es/bridge/generic-alpaca/createTransaction.d.ts.map +1 -1
  218. package/lib-es/bridge/generic-alpaca/createTransaction.js +6 -1
  219. package/lib-es/bridge/generic-alpaca/createTransaction.js.map +1 -1
  220. package/lib-es/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
  221. package/lib-es/bridge/generic-alpaca/getTransactionStatus.js +1 -0
  222. package/lib-es/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
  223. package/lib-es/bridge/generic-alpaca/prepareTransaction.d.ts +2 -2
  224. package/lib-es/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
  225. package/lib-es/bridge/generic-alpaca/prepareTransaction.js +30 -26
  226. package/lib-es/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
  227. package/lib-es/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
  228. package/lib-es/bridge/generic-alpaca/signOperation.js +6 -4
  229. package/lib-es/bridge/generic-alpaca/signOperation.js.map +1 -1
  230. package/lib-es/bridge/generic-alpaca/signer/Eth.d.ts +2 -1
  231. package/lib-es/bridge/generic-alpaca/signer/Eth.d.ts.map +1 -1
  232. package/lib-es/bridge/generic-alpaca/signer/Eth.js +2 -1
  233. package/lib-es/bridge/generic-alpaca/signer/Eth.js.map +1 -1
  234. package/lib-es/bridge/generic-alpaca/types.d.ts +61 -2
  235. package/lib-es/bridge/generic-alpaca/types.d.ts.map +1 -1
  236. package/lib-es/bridge/generic-alpaca/utils.d.ts +1 -1
  237. package/lib-es/bridge/generic-alpaca/utils.d.ts.map +1 -1
  238. package/lib-es/bridge/generic-alpaca/utils.js +121 -7
  239. package/lib-es/bridge/generic-alpaca/utils.js.map +1 -1
  240. package/lib-es/bridge/index.d.ts +1 -1
  241. package/lib-es/bridge/index.d.ts.map +1 -1
  242. package/lib-es/bridge/index.js +2 -2
  243. package/lib-es/bridge/index.js.map +1 -1
  244. package/lib-es/currencies/index.d.ts +1 -1
  245. package/lib-es/currencies/index.d.ts.map +1 -1
  246. package/lib-es/currencies/index.js +1 -1
  247. package/lib-es/currencies/index.js.map +1 -1
  248. package/lib-es/dada-client/__mocks__/assets.mock.d.ts +383 -0
  249. package/lib-es/dada-client/__mocks__/assets.mock.d.ts.map +1 -0
  250. package/lib-es/dada-client/__mocks__/assets.mock.js +257 -0
  251. package/lib-es/dada-client/__mocks__/assets.mock.js.map +1 -0
  252. package/lib-es/dada-client/hooks/useAssetsData.d.ts +2 -1
  253. package/lib-es/dada-client/hooks/useAssetsData.d.ts.map +1 -1
  254. package/lib-es/dada-client/hooks/useAssetsData.js +2 -2
  255. package/lib-es/dada-client/hooks/useAssetsData.js.map +1 -1
  256. package/lib-es/dada-client/hooks/useLazyLedgerCurrency.d.ts +13 -0
  257. package/lib-es/dada-client/hooks/useLazyLedgerCurrency.d.ts.map +1 -0
  258. package/lib-es/dada-client/hooks/useLazyLedgerCurrency.js +27 -0
  259. package/lib-es/dada-client/hooks/useLazyLedgerCurrency.js.map +1 -0
  260. package/lib-es/dada-client/index.d.ts +2 -0
  261. package/lib-es/dada-client/index.d.ts.map +1 -0
  262. package/lib-es/dada-client/index.js +2 -0
  263. package/lib-es/dada-client/index.js.map +1 -0
  264. package/lib-es/dada-client/state-manager/api.js +1 -1
  265. package/lib-es/dada-client/state-manager/api.js.map +1 -1
  266. package/lib-es/dada-client/utils/currencySelection.d.ts +10 -0
  267. package/lib-es/dada-client/utils/currencySelection.d.ts.map +1 -0
  268. package/lib-es/dada-client/utils/currencySelection.js +30 -0
  269. package/lib-es/dada-client/utils/currencySelection.js.map +1 -0
  270. package/lib-es/deposit/helper.d.ts +1 -1
  271. package/lib-es/deposit/helper.d.ts.map +1 -1
  272. package/lib-es/deposit/helper.js +4 -3
  273. package/lib-es/deposit/helper.js.map +1 -1
  274. package/lib-es/e2e/data/deviceLabelsData.d.ts.map +1 -1
  275. package/lib-es/e2e/data/deviceLabelsData.js +2 -1
  276. package/lib-es/e2e/data/deviceLabelsData.js.map +1 -1
  277. package/lib-es/e2e/enum/DeviceLabels.d.ts +5 -1
  278. package/lib-es/e2e/enum/DeviceLabels.d.ts.map +1 -1
  279. package/lib-es/e2e/enum/DeviceLabels.js +4 -0
  280. package/lib-es/e2e/enum/DeviceLabels.js.map +1 -1
  281. package/lib-es/e2e/index.d.ts +4 -8
  282. package/lib-es/e2e/index.d.ts.map +1 -1
  283. package/lib-es/e2e/speculos.d.ts +1 -1
  284. package/lib-es/e2e/speculos.d.ts.map +1 -1
  285. package/lib-es/e2e/speculos.js +24 -5
  286. package/lib-es/e2e/speculos.js.map +1 -1
  287. package/lib-es/e2e/speculosAppVersion.d.ts.map +1 -1
  288. package/lib-es/e2e/speculosAppVersion.js +1 -0
  289. package/lib-es/e2e/speculosAppVersion.js.map +1 -1
  290. package/lib-es/families/cosmos/datasets/coreum.d.ts.map +1 -1
  291. package/lib-es/families/cosmos/datasets/coreum.js +2 -1
  292. package/lib-es/families/cosmos/datasets/coreum.js.map +1 -1
  293. package/lib-es/families/near/config.d.ts.map +1 -1
  294. package/lib-es/families/near/config.js +1 -0
  295. package/lib-es/families/near/config.js.map +1 -1
  296. package/lib-es/families/solana/setup.d.ts +1 -1
  297. package/lib-es/families/tron/data.mock.d.ts +4 -4
  298. package/lib-es/families/tron/data.mock.d.ts.map +1 -1
  299. package/lib-es/families/tron/data.mock.js +22 -12
  300. package/lib-es/families/tron/data.mock.js.map +1 -1
  301. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  302. package/lib-es/featureFlags/defaultFeatures.js +3 -4
  303. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  304. package/lib-es/featureFlags/stakePrograms/index.d.ts +1 -0
  305. package/lib-es/featureFlags/stakePrograms/index.d.ts.map +1 -1
  306. package/lib-es/featureFlags/stakePrograms/index.js +11 -0
  307. package/lib-es/featureFlags/stakePrograms/index.js.map +1 -1
  308. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  309. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  310. package/lib-es/generated/cli-transaction.d.ts +1 -1
  311. package/lib-es/generated/transaction.d.ts +1 -1
  312. package/lib-es/hw/actions/implementations.d.ts.map +1 -1
  313. package/lib-es/hw/actions/implementations.js +15 -9
  314. package/lib-es/hw/actions/implementations.js.map +1 -1
  315. package/lib-es/hw/connectAppEventMapper.d.ts.map +1 -1
  316. package/lib-es/hw/connectAppEventMapper.js +3 -3
  317. package/lib-es/hw/connectAppEventMapper.js.map +1 -1
  318. package/lib-es/market/hooks/useLargeMoverCurrencies.d.ts +1 -1
  319. package/lib-es/market/hooks/useMarketDataProvider.d.ts +2 -2
  320. package/lib-es/market/hooks/useMarketDataProvider.d.ts.map +1 -1
  321. package/lib-es/market/hooks/useMarketDataProvider.js +2 -5
  322. package/lib-es/market/hooks/useMarketDataProvider.js.map +1 -1
  323. package/lib-es/market/utils/currencyFormatter.d.ts +3 -4
  324. package/lib-es/market/utils/currencyFormatter.d.ts.map +1 -1
  325. package/lib-es/market/utils/currencyFormatter.js +3 -6
  326. package/lib-es/market/utils/currencyFormatter.js.map +1 -1
  327. package/lib-es/market/utils/queryKeys.d.ts +0 -1
  328. package/lib-es/market/utils/queryKeys.d.ts.map +1 -1
  329. package/lib-es/market/utils/queryKeys.js +0 -1
  330. package/lib-es/market/utils/queryKeys.js.map +1 -1
  331. package/lib-es/market/utils/types.d.ts +6 -8
  332. package/lib-es/market/utils/types.d.ts.map +1 -1
  333. package/lib-es/market/utils/types.js.map +1 -1
  334. package/lib-es/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
  335. package/lib-es/mock/fixtures/cryptoCurrencies.js +11 -2
  336. package/lib-es/mock/fixtures/cryptoCurrencies.js.map +1 -1
  337. package/lib-es/modularDrawer/__mocks__/currencies.mock.d.ts +1 -1
  338. package/lib-es/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
  339. package/lib-es/modularDrawer/__mocks__/currencies.mock.js +1 -1
  340. package/lib-es/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
  341. package/lib-es/modularDrawer/utils/currencyUtils.d.ts +3 -3
  342. package/lib-es/modularDrawer/utils/currencyUtils.d.ts.map +1 -1
  343. package/lib-es/modularDrawer/utils/currencyUtils.js +8 -8
  344. package/lib-es/modularDrawer/utils/currencyUtils.js.map +1 -1
  345. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
  346. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js +13 -4
  347. package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
  348. package/lib-es/postOnboarding/mock.d.ts +1 -0
  349. package/lib-es/postOnboarding/mock.d.ts.map +1 -1
  350. package/lib-es/postOnboarding/mock.js +2 -0
  351. package/lib-es/postOnboarding/mock.js.map +1 -1
  352. package/lib-es/postOnboarding/reducer.d.ts +16 -14
  353. package/lib-es/postOnboarding/reducer.d.ts.map +1 -1
  354. package/lib-es/transaction/index.d.ts +1 -1
  355. package/lib-es/transaction/index.d.ts.map +1 -1
  356. package/lib-es/transaction/index.js +2 -2
  357. package/lib-es/transaction/index.js.map +1 -1
  358. package/lib-es/utils/addressUtils.d.ts +15 -0
  359. package/lib-es/utils/addressUtils.d.ts.map +1 -0
  360. package/lib-es/utils/addressUtils.js +35 -0
  361. package/lib-es/utils/addressUtils.js.map +1 -0
  362. package/lib-es/wallet-api/ACRE/server.d.ts.map +1 -1
  363. package/lib-es/wallet-api/ACRE/server.js +19 -15
  364. package/lib-es/wallet-api/ACRE/server.js.map +1 -1
  365. package/lib-es/wallet-api/Exchange/server.d.ts.map +1 -1
  366. package/lib-es/wallet-api/Exchange/server.js +9 -6
  367. package/lib-es/wallet-api/Exchange/server.js.map +1 -1
  368. package/lib-es/wallet-api/logic.d.ts.map +1 -1
  369. package/lib-es/wallet-api/logic.js +26 -26
  370. package/lib-es/wallet-api/logic.js.map +1 -1
  371. package/lib-es/wallet-api/react.d.ts.map +1 -1
  372. package/lib-es/wallet-api/react.js +38 -30
  373. package/lib-es/wallet-api/react.js.map +1 -1
  374. package/lib-es/wallet-api/useDappLogic.d.ts.map +1 -1
  375. package/lib-es/wallet-api/useDappLogic.js +74 -58
  376. package/lib-es/wallet-api/useDappLogic.js.map +1 -1
  377. package/package.json +56 -52
  378. package/src/DataModel.test.ts +74 -24
  379. package/src/DataModel.ts +4 -4
  380. package/src/__tests__/accounts/groupPerDay.ts +182 -177
  381. package/src/__tests__/csvExport.ts +3 -0
  382. package/src/__tests__/migration/account-migration.ts +2 -2
  383. package/src/__tests__/test-helpers/bridge.ts +426 -358
  384. package/src/__tests__/test-helpers/setup.ts +7 -6
  385. package/src/account/serialization.test.ts +6 -6
  386. package/src/account/serialization.ts +2 -2
  387. package/src/api/ofacGeoBlockApi.ts +19 -0
  388. package/src/apps/config.ts +1 -0
  389. package/src/bot/engine.ts +5 -5
  390. package/src/bridge/cache.test.ts +2 -0
  391. package/src/bridge/crypto-assets/index.test.ts +3 -9
  392. package/src/bridge/crypto-assets/index.ts +1 -1
  393. package/src/bridge/generic-alpaca/alpaca/network/network-alpaca.ts +3 -3
  394. package/src/bridge/generic-alpaca/createTransaction.ts +6 -1
  395. package/src/bridge/generic-alpaca/getTransactionStatus.ts +1 -0
  396. package/src/bridge/generic-alpaca/prepareTransaction.ts +36 -41
  397. package/src/bridge/generic-alpaca/signOperation.ts +10 -4
  398. package/src/bridge/generic-alpaca/signer/Eth.ts +4 -2
  399. package/src/bridge/generic-alpaca/tests/prepareTransaction.test.ts +29 -76
  400. package/src/bridge/generic-alpaca/tests/signOperation.test.ts +10 -2
  401. package/src/bridge/generic-alpaca/types.ts +80 -2
  402. package/src/bridge/generic-alpaca/utils.test.ts +58 -2
  403. package/src/bridge/generic-alpaca/utils.ts +151 -10
  404. package/src/bridge/index.ts +2 -2
  405. package/src/bridge/useBridgeTransaction.test.ts +9 -6
  406. package/src/currencies/cryptoIcons.test.ts +10 -5
  407. package/src/currencies/index.ts +0 -3
  408. package/src/currencies/sortByMarketcap.test.ts +4 -1
  409. package/src/dada-client/README.md +38 -0
  410. package/src/dada-client/__mocks__/assets.mock.ts +264 -0
  411. package/src/dada-client/hooks/__tests__/useLazyLedgerCurrency.test.ts +155 -0
  412. package/src/dada-client/hooks/useAssetsData.ts +14 -9
  413. package/src/dada-client/hooks/useLazyLedgerCurrency.ts +46 -0
  414. package/src/dada-client/index.ts +1 -0
  415. package/src/dada-client/state-manager/api.ts +1 -1
  416. package/src/dada-client/utils/__test__/currencySelection.test.ts +16 -0
  417. package/src/dada-client/utils/currencySelection.ts +33 -0
  418. package/src/deposit/deposit.integration.test.ts +15 -0
  419. package/src/deposit/deposit.test.ts +60 -40
  420. package/src/deposit/helper.ts +4 -8
  421. package/src/domain/getTokensWithFunds.test.ts +4 -0
  422. package/src/e2e/data/deviceLabelsData.ts +2 -1
  423. package/src/e2e/enum/DeviceLabels.ts +4 -0
  424. package/src/e2e/speculos.ts +26 -6
  425. package/src/e2e/speculosAppVersion.ts +1 -0
  426. package/src/families/aptos/__snapshots__/bridge.integration.test.ts.snap +12 -12
  427. package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +1482 -843
  428. package/src/families/bitcoin/satstack.test.ts +33 -20
  429. package/src/families/cosmos/datasets/__snapshots__/babylon.integration.test.ts.snap +1 -1
  430. package/src/families/cosmos/datasets/__snapshots__/coreum.integration.test.ts.snap +4 -4
  431. package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +251 -209
  432. package/src/families/cosmos/datasets/coreum.ts +2 -1
  433. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +675 -37
  434. package/src/families/multiversx/__snapshots__/bridge.integration.test.ts.snap +3 -3
  435. package/src/families/near/config.ts +1 -0
  436. package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +34 -34
  437. package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +3 -3
  438. package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +10 -10
  439. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +1183 -625
  440. package/src/families/sui/__snapshots__/bridge.integration.test.ts.snap +428 -0
  441. package/src/families/tron/data.mock.ts +32 -16
  442. package/src/families/tron/react.test.ts +16 -4
  443. package/src/featureFlags/defaultFeatures.ts +3 -4
  444. package/src/featureFlags/stakePrograms/index.ts +14 -0
  445. package/src/hw/actions/implementations.ts +22 -11
  446. package/src/hw/connectAppEventMapper.ts +2 -4
  447. package/src/market/hooks/useMarketDataProvider.ts +4 -8
  448. package/src/market/utils/currencyFormatter.ts +4 -18
  449. package/src/market/utils/queryKeys.ts +0 -1
  450. package/src/market/utils/types.ts +6 -8
  451. package/src/mock/fixtures/cryptoCurrencies.ts +11 -2
  452. package/src/modularDrawer/__mocks__/currencies.mock.ts +1 -1
  453. package/src/modularDrawer/utils/__tests__/currencyUtils.test.ts +10 -10
  454. package/src/modularDrawer/utils/currencyUtils.ts +11 -10
  455. package/src/platform/serializers.test.ts +2 -2
  456. package/src/postOnboarding/hooks/usePostOnboardingHubState.test.ts +30 -3
  457. package/src/postOnboarding/hooks/usePostOnboardingHubState.ts +20 -6
  458. package/src/postOnboarding/mock.ts +2 -0
  459. package/src/transaction/index.ts +2 -2
  460. package/src/utils/__tests__/addressUtils.test.ts +229 -0
  461. package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +15 -4
  462. package/src/utils/addressUtils.ts +40 -0
  463. package/src/wallet-api/ACRE/server.test.ts +11 -8
  464. package/src/wallet-api/ACRE/server.ts +25 -22
  465. package/src/wallet-api/Exchange/server.ts +11 -8
  466. package/src/wallet-api/logic.test.ts +4 -0
  467. package/src/wallet-api/logic.ts +28 -32
  468. package/src/wallet-api/react.ts +37 -34
  469. package/src/wallet-api/useDappLogic.ts +103 -82
  470. package/lib/hooks/useOFACGeoBlockCheck.d.ts +0 -8
  471. package/lib/hooks/useOFACGeoBlockCheck.d.ts.map +0 -1
  472. package/lib/hooks/useOFACGeoBlockCheck.js +0 -32
  473. package/lib/hooks/useOFACGeoBlockCheck.js.map +0 -1
  474. package/lib-es/hooks/useOFACGeoBlockCheck.d.ts +0 -8
  475. package/lib-es/hooks/useOFACGeoBlockCheck.d.ts.map +0 -1
  476. package/lib-es/hooks/useOFACGeoBlockCheck.js +0 -28
  477. package/lib-es/hooks/useOFACGeoBlockCheck.js.map +0 -1
  478. package/src/hooks/useOFACGeoBlockCheck.ts +0 -37
@@ -3,7 +3,7 @@
3
3
  exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
4
4
  [
5
5
  {
6
- "balance": "942076781",
6
+ "balance": "31516347222",
7
7
  "currencyId": "hedera",
8
8
  "derivationMode": "hederaBip44",
9
9
  "freshAddress": "0.0.1040977",
@@ -14,19 +14,19 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
14
14
  },
15
15
  "id": "js:2:hedera:0.0.1040977:hederaBip44",
16
16
  "index": 0,
17
- "operationsCount": 41,
17
+ "operationsCount": 46,
18
18
  "pendingOperations": [],
19
19
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
20
- "spendableBalance": "942076781",
20
+ "spendableBalance": "31516347222",
21
21
  "subAccounts": [],
22
22
  "swapHistory": [],
23
- "syncHash": "0x30c71e3f",
23
+ "syncHash": "0x5b698873",
24
24
  "used": true,
25
25
  },
26
26
  {
27
27
  "balance": "20000000",
28
28
  "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
29
- "operationsCount": 0,
29
+ "operationsCount": 2,
30
30
  "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
31
31
  "pendingOperations": [],
32
32
  "spendableBalance": "20000000",
@@ -37,7 +37,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
37
37
  {
38
38
  "balance": "10000",
39
39
  "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
40
- "operationsCount": 0,
40
+ "operationsCount": 1,
41
41
  "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
42
42
  "pendingOperations": [],
43
43
  "spendableBalance": "10000",
@@ -48,7 +48,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
48
48
  {
49
49
  "balance": "20000000",
50
50
  "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
51
- "operationsCount": 0,
51
+ "operationsCount": 1,
52
52
  "parentId": "js:2:hedera:0.0.1040977:hederaBip44",
53
53
  "pendingOperations": [],
54
54
  "spendableBalance": "20000000",
@@ -74,7 +74,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
74
74
  "spendableBalance": "226095",
75
75
  "subAccounts": [],
76
76
  "swapHistory": [],
77
- "syncHash": "0x30c71e3f",
77
+ "syncHash": "0x5b698873",
78
78
  "used": true,
79
79
  },
80
80
  {
@@ -95,7 +95,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
95
95
  "spendableBalance": "80189",
96
96
  "subAccounts": [],
97
97
  "swapHistory": [],
98
- "syncHash": "0x30c71e3f",
98
+ "syncHash": "0x5b698873",
99
99
  "used": true,
100
100
  },
101
101
  {
@@ -116,7 +116,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
116
116
  "spendableBalance": "99836954",
117
117
  "subAccounts": [],
118
118
  "swapHistory": [],
119
- "syncHash": "0x30c71e3f",
119
+ "syncHash": "0x5b698873",
120
120
  "used": true,
121
121
  },
122
122
  {
@@ -131,19 +131,19 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
131
131
  },
132
132
  "id": "js:2:hedera:0.0.8313485:hederaBip44",
133
133
  "index": 4,
134
- "operationsCount": 22,
134
+ "operationsCount": 31,
135
135
  "pendingOperations": [],
136
136
  "seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
137
137
  "spendableBalance": "771245057",
138
138
  "subAccounts": [],
139
139
  "swapHistory": [],
140
- "syncHash": "0x30c71e3f",
140
+ "syncHash": "0x5b698873",
141
141
  "used": true,
142
142
  },
143
143
  {
144
144
  "balance": "241000000",
145
145
  "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
146
- "operationsCount": 0,
146
+ "operationsCount": 15,
147
147
  "parentId": "js:2:hedera:0.0.8313485:hederaBip44",
148
148
  "pendingOperations": [],
149
149
  "spendableBalance": "241000000",
@@ -157,6 +157,28 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
157
157
  exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
158
158
  [
159
159
  [
160
+ {
161
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
162
+ "blockHash": null,
163
+ "blockHeight": 10,
164
+ "extra": {
165
+ "consensusTimestamp": "1760963950.231238974",
166
+ "pagingToken": "1760963950.231238974",
167
+ },
168
+ "fee": "56687",
169
+ "hasFailed": false,
170
+ "hash": "_TBmdAYq7HVSMkbCZcpTeexqiDmZBcCNvL5EAZ4sDrEjNMqsAugvJ2dzcxwEZ-YH",
171
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-_TBmdAYq7HVSMkbCZcpTeexqiDmZBcCNvL5EAZ4sDrEjNMqsAugvJ2dzcxwEZ-YH-IN",
172
+ "recipients": [
173
+ "0.0.1040977",
174
+ "0.0.17",
175
+ ],
176
+ "senders": [
177
+ "0.0.9870888",
178
+ ],
179
+ "type": "IN",
180
+ "value": "1",
181
+ },
160
182
  {
161
183
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
162
184
  "blockHash": null,
@@ -315,6 +337,28 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
315
337
  "type": "IN",
316
338
  "value": "100000000",
317
339
  },
340
+ {
341
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
342
+ "blockHash": null,
343
+ "blockHeight": 10,
344
+ "extra": {
345
+ "consensusTimestamp": "1760963943.673922000",
346
+ "pagingToken": "1760963943.673922000",
347
+ },
348
+ "fee": "56687",
349
+ "hasFailed": false,
350
+ "hash": "DISdC5RpTFYdxET8K2ghfenLprqmmwLsP6TeGWWgJ9c46D0FaE9WmHt02ymBn2xW",
351
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-DISdC5RpTFYdxET8K2ghfenLprqmmwLsP6TeGWWgJ9c46D0FaE9WmHt02ymBn2xW-IN",
352
+ "recipients": [
353
+ "0.0.1040977",
354
+ "0.0.6",
355
+ ],
356
+ "senders": [
357
+ "0.0.50571",
358
+ ],
359
+ "type": "IN",
360
+ "value": "30574270440",
361
+ },
318
362
  {
319
363
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
320
364
  "blockHash": null,
@@ -382,6 +426,20 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
382
426
  "type": "OUT",
383
427
  "value": "209068",
384
428
  },
429
+ {
430
+ "accountId": "",
431
+ "blockHash": null,
432
+ "blockHeight": 10,
433
+ "extra": {},
434
+ "fee": "0",
435
+ "hash": "f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ",
436
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ-NONE",
437
+ "internalOperations": [],
438
+ "recipients": [],
439
+ "senders": [],
440
+ "type": "NONE",
441
+ "value": "0",
442
+ },
385
443
  {
386
444
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
387
445
  "blockHash": null,
@@ -602,6 +660,34 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
602
660
  "type": "IN",
603
661
  "value": "99870000",
604
662
  },
663
+ {
664
+ "accountId": "",
665
+ "blockHash": null,
666
+ "blockHeight": 10,
667
+ "extra": {},
668
+ "fee": "0",
669
+ "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
670
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-NONE",
671
+ "internalOperations": [],
672
+ "recipients": [],
673
+ "senders": [],
674
+ "type": "NONE",
675
+ "value": "0",
676
+ },
677
+ {
678
+ "accountId": "",
679
+ "blockHash": null,
680
+ "blockHeight": 10,
681
+ "extra": {},
682
+ "fee": "0",
683
+ "hash": "Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI",
684
+ "id": "js:2:hedera:0.0.1040977:hederaBip44-Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI-NONE",
685
+ "internalOperations": [],
686
+ "recipients": [],
687
+ "senders": [],
688
+ "type": "NONE",
689
+ "value": "0",
690
+ },
605
691
  {
606
692
  "accountId": "js:2:hedera:0.0.1040977:hederaBip44",
607
693
  "blockHash": null,
@@ -1075,9 +1161,106 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1075
1161
  "value": "10148487",
1076
1162
  },
1077
1163
  ],
1078
- [],
1079
- [],
1080
- [],
1164
+ [
1165
+ {
1166
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
1167
+ "blockHash": null,
1168
+ "blockHeight": 10,
1169
+ "contract": "0.0.127877",
1170
+ "extra": {
1171
+ "consensusTimestamp": "1755785525.693277000",
1172
+ "memo": "toto",
1173
+ "pagingToken": "1755785525.693277000",
1174
+ },
1175
+ "fee": "424851",
1176
+ "hasFailed": false,
1177
+ "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
1178
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-IN",
1179
+ "recipients": [
1180
+ "0.0.1040977",
1181
+ ],
1182
+ "senders": [
1183
+ "0.0.8313485",
1184
+ ],
1185
+ "standard": "hts",
1186
+ "type": "IN",
1187
+ "value": "30000000",
1188
+ },
1189
+ {
1190
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
1191
+ "blockHash": null,
1192
+ "blockHeight": 10,
1193
+ "contract": "0.0.127877",
1194
+ "extra": {
1195
+ "consensusTimestamp": "1756718310.549818000",
1196
+ "memo": "TOTO",
1197
+ "pagingToken": "1756718310.549818000",
1198
+ },
1199
+ "fee": "452531",
1200
+ "hasFailed": false,
1201
+ "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
1202
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-OUT",
1203
+ "recipients": [
1204
+ "0.0.8313485",
1205
+ ],
1206
+ "senders": [
1207
+ "0.0.1040977",
1208
+ ],
1209
+ "standard": "hts",
1210
+ "type": "OUT",
1211
+ "value": "10000000",
1212
+ },
1213
+ ],
1214
+ [
1215
+ {
1216
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
1217
+ "blockHash": null,
1218
+ "blockHeight": 10,
1219
+ "contract": "0.0.456858",
1220
+ "extra": {
1221
+ "consensusTimestamp": "1753699233.640576809",
1222
+ "pagingToken": "1753699233.640576809",
1223
+ },
1224
+ "fee": "349789",
1225
+ "hasFailed": false,
1226
+ "hash": "f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ",
1227
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858-f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ-IN",
1228
+ "recipients": [
1229
+ "0.0.1040977",
1230
+ ],
1231
+ "senders": [
1232
+ "0.0.8313635",
1233
+ ],
1234
+ "standard": "hts",
1235
+ "type": "IN",
1236
+ "value": "10000",
1237
+ },
1238
+ ],
1239
+ [
1240
+ {
1241
+ "accountId": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
1242
+ "blockHash": null,
1243
+ "blockHeight": 10,
1244
+ "contract": "0.0.7893707",
1245
+ "extra": {
1246
+ "consensusTimestamp": "1753690711.015332718",
1247
+ "pagingToken": "1753690711.015332718",
1248
+ },
1249
+ "fee": "347389",
1250
+ "hasFailed": false,
1251
+ "hash": "Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI",
1252
+ "id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707-Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI-IN",
1253
+ "recipients": [
1254
+ "0.0.1040977",
1255
+ ],
1256
+ "senders": [
1257
+ "0.0.8313635",
1258
+ ],
1259
+ "standard": "hts",
1260
+ "type": "IN",
1261
+ "value": "20000000",
1262
+ },
1263
+ ],
1081
1264
  [
1082
1265
  {
1083
1266
  "accountId": "js:2:hedera:0.0.7305122:hederaBip44",
@@ -1679,6 +1862,20 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1679
1862
  "type": "FEES",
1680
1863
  "value": "526632",
1681
1864
  },
1865
+ {
1866
+ "accountId": "",
1867
+ "blockHash": null,
1868
+ "blockHeight": 10,
1869
+ "extra": {},
1870
+ "fee": "0",
1871
+ "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
1872
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-NONE",
1873
+ "internalOperations": [],
1874
+ "recipients": [],
1875
+ "senders": [],
1876
+ "type": "NONE",
1877
+ "value": "0",
1878
+ },
1682
1879
  {
1683
1880
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1684
1881
  "blockHash": null,
@@ -1754,6 +1951,34 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1754
1951
  "type": "OUT",
1755
1952
  "value": "25696084",
1756
1953
  },
1954
+ {
1955
+ "accountId": "",
1956
+ "blockHash": null,
1957
+ "blockHeight": 10,
1958
+ "extra": {},
1959
+ "fee": "0",
1960
+ "hash": "4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx",
1961
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx-NONE",
1962
+ "internalOperations": [],
1963
+ "recipients": [],
1964
+ "senders": [],
1965
+ "type": "NONE",
1966
+ "value": "0",
1967
+ },
1968
+ {
1969
+ "accountId": "",
1970
+ "blockHash": null,
1971
+ "blockHeight": 10,
1972
+ "extra": {},
1973
+ "fee": "0",
1974
+ "hash": "7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ",
1975
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ-NONE",
1976
+ "internalOperations": [],
1977
+ "recipients": [],
1978
+ "senders": [],
1979
+ "type": "NONE",
1980
+ "value": "0",
1981
+ },
1757
1982
  {
1758
1983
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1759
1984
  "blockHash": null,
@@ -1829,6 +2054,20 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1829
2054
  "type": "IN",
1830
2055
  "value": "10000",
1831
2056
  },
2057
+ {
2058
+ "accountId": "",
2059
+ "blockHash": null,
2060
+ "blockHeight": 10,
2061
+ "extra": {},
2062
+ "fee": "0",
2063
+ "hash": "g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z",
2064
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z-NONE",
2065
+ "internalOperations": [],
2066
+ "recipients": [],
2067
+ "senders": [],
2068
+ "type": "NONE",
2069
+ "value": "0",
2070
+ },
1832
2071
  {
1833
2072
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1834
2073
  "blockHash": null,
@@ -1891,6 +2130,34 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1891
2130
  "type": "IN",
1892
2131
  "value": "10000",
1893
2132
  },
2133
+ {
2134
+ "accountId": "",
2135
+ "blockHash": null,
2136
+ "blockHeight": 10,
2137
+ "extra": {},
2138
+ "fee": "0",
2139
+ "hash": "juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk",
2140
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk-NONE",
2141
+ "internalOperations": [],
2142
+ "recipients": [],
2143
+ "senders": [],
2144
+ "type": "NONE",
2145
+ "value": "0",
2146
+ },
2147
+ {
2148
+ "accountId": "",
2149
+ "blockHash": null,
2150
+ "blockHeight": 10,
2151
+ "extra": {},
2152
+ "fee": "0",
2153
+ "hash": "JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM",
2154
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM-NONE",
2155
+ "internalOperations": [],
2156
+ "recipients": [],
2157
+ "senders": [],
2158
+ "type": "NONE",
2159
+ "value": "0",
2160
+ },
1894
2161
  {
1895
2162
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1896
2163
  "blockHash": null,
@@ -1987,6 +2254,20 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
1987
2254
  "type": "IN",
1988
2255
  "value": "10000",
1989
2256
  },
2257
+ {
2258
+ "accountId": "",
2259
+ "blockHash": null,
2260
+ "blockHeight": 10,
2261
+ "extra": {},
2262
+ "fee": "0",
2263
+ "hash": "pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s",
2264
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s-NONE",
2265
+ "internalOperations": [],
2266
+ "recipients": [],
2267
+ "senders": [],
2268
+ "type": "NONE",
2269
+ "value": "0",
2270
+ },
1990
2271
  {
1991
2272
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
1992
2273
  "blockHash": null,
@@ -2018,6 +2299,34 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2018
2299
  "type": "IN",
2019
2300
  "value": "10000",
2020
2301
  },
2302
+ {
2303
+ "accountId": "",
2304
+ "blockHash": null,
2305
+ "blockHeight": 10,
2306
+ "extra": {},
2307
+ "fee": "0",
2308
+ "hash": "Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B",
2309
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B-NONE",
2310
+ "internalOperations": [],
2311
+ "recipients": [],
2312
+ "senders": [],
2313
+ "type": "NONE",
2314
+ "value": "0",
2315
+ },
2316
+ {
2317
+ "accountId": "",
2318
+ "blockHash": null,
2319
+ "blockHeight": 10,
2320
+ "extra": {},
2321
+ "fee": "0",
2322
+ "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
2323
+ "id": "js:2:hedera:0.0.8313485:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-NONE",
2324
+ "internalOperations": [],
2325
+ "recipients": [],
2326
+ "senders": [],
2327
+ "type": "NONE",
2328
+ "value": "0",
2329
+ },
2021
2330
  {
2022
2331
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2023
2332
  "blockHash": null,
@@ -2087,26 +2396,6 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2087
2396
  "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2088
2397
  "blockHash": null,
2089
2398
  "blockHeight": 10,
2090
- "extra": {
2091
- "consensusTimestamp": "1760435993.267662000",
2092
- },
2093
- "fee": "557852",
2094
- "hasFailed": false,
2095
- "hash": "shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM",
2096
- "id": "js:2:hedera:0.0.8313485:hederaBip44-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-FEES",
2097
- "recipients": [
2098
- "0.0.10006055",
2099
- ],
2100
- "senders": [
2101
- "0.0.8313485",
2102
- ],
2103
- "type": "FEES",
2104
- "value": "557852",
2105
- },
2106
- {
2107
- "accountId": "js:2:hedera:0.0.8313485:hederaBip44",
2108
- "blockHash": null,
2109
- "blockHeight": 5,
2110
2399
  "extra": {
2111
2400
  "consensusTimestamp": "1743089390.497907999",
2112
2401
  "pagingToken": "1743089390.497907999",
@@ -2170,6 +2459,355 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
2170
2459
  "value": "10000000",
2171
2460
  },
2172
2461
  ],
2173
- [],
2462
+ [
2463
+ {
2464
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2465
+ "blockHash": null,
2466
+ "blockHeight": 10,
2467
+ "contract": "0.0.127877",
2468
+ "extra": {
2469
+ "consensusTimestamp": "1740741189.513410000",
2470
+ "pagingToken": "1740741189.513410000",
2471
+ },
2472
+ "fee": "26836467",
2473
+ "hasFailed": false,
2474
+ "hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
2475
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
2476
+ "recipients": [
2477
+ "0.0.8367704",
2478
+ ],
2479
+ "senders": [
2480
+ "0.0.8313485",
2481
+ ],
2482
+ "standard": "hts",
2483
+ "type": "OUT",
2484
+ "value": "50000000",
2485
+ },
2486
+ {
2487
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2488
+ "blockHash": null,
2489
+ "blockHeight": 10,
2490
+ "contract": "0.0.127877",
2491
+ "extra": {
2492
+ "consensusTimestamp": "1740741060.702187741",
2493
+ "pagingToken": "1740741060.702187741",
2494
+ },
2495
+ "fee": "526632",
2496
+ "hasFailed": false,
2497
+ "hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
2498
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
2499
+ "recipients": [
2500
+ "0.0.507737",
2501
+ ],
2502
+ "senders": [
2503
+ "0.0.8313485",
2504
+ ],
2505
+ "standard": "hts",
2506
+ "type": "OUT",
2507
+ "value": "50000000",
2508
+ },
2509
+ {
2510
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2511
+ "blockHash": null,
2512
+ "blockHeight": 10,
2513
+ "contract": "0.0.127877",
2514
+ "extra": {
2515
+ "consensusTimestamp": "1740739638.887363715",
2516
+ "memo": "fromLeVtoLeL",
2517
+ "pagingToken": "1740739638.887363715",
2518
+ },
2519
+ "fee": "544516",
2520
+ "hasFailed": false,
2521
+ "hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
2522
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-IN",
2523
+ "recipients": [
2524
+ "0.0.8313485",
2525
+ ],
2526
+ "senders": [
2527
+ "0.0.507737",
2528
+ ],
2529
+ "standard": "hts",
2530
+ "type": "IN",
2531
+ "value": "550000000",
2532
+ },
2533
+ {
2534
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2535
+ "blockHash": null,
2536
+ "blockHeight": 10,
2537
+ "contract": "0.0.127877",
2538
+ "extra": {
2539
+ "consensusTimestamp": "1755857525.720819000",
2540
+ "pagingToken": "1755857525.720819000",
2541
+ },
2542
+ "fee": "421965",
2543
+ "hasFailed": false,
2544
+ "hash": "4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx",
2545
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx-IN",
2546
+ "recipients": [
2547
+ "0.0.8313485",
2548
+ ],
2549
+ "senders": [
2550
+ "0.0.507737",
2551
+ ],
2552
+ "standard": "hts",
2553
+ "type": "IN",
2554
+ "value": "1000000",
2555
+ },
2556
+ {
2557
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2558
+ "blockHash": null,
2559
+ "blockHeight": 10,
2560
+ "contract": "0.0.127877",
2561
+ "extra": {
2562
+ "consensusTimestamp": "1760441684.201301000",
2563
+ "pagingToken": "1760441684.201301000",
2564
+ },
2565
+ "fee": "553055",
2566
+ "hasFailed": false,
2567
+ "hash": "7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ",
2568
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ-IN",
2569
+ "recipients": [
2570
+ "0.0.8313485",
2571
+ ],
2572
+ "senders": [
2573
+ "0.0.10006055",
2574
+ ],
2575
+ "standard": "hts",
2576
+ "type": "IN",
2577
+ "value": "1000000",
2578
+ },
2579
+ {
2580
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2581
+ "blockHash": null,
2582
+ "blockHeight": 10,
2583
+ "contract": "0.0.127877",
2584
+ "extra": {
2585
+ "consensusTimestamp": "1747132022.307489000",
2586
+ "pagingToken": "1747132022.307489000",
2587
+ },
2588
+ "fee": "482779",
2589
+ "hasFailed": false,
2590
+ "hash": "g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z",
2591
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z-IN",
2592
+ "recipients": [
2593
+ "0.0.8313485",
2594
+ ],
2595
+ "senders": [
2596
+ "0.0.507737",
2597
+ ],
2598
+ "standard": "hts",
2599
+ "type": "IN",
2600
+ "value": "10000000",
2601
+ },
2602
+ {
2603
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2604
+ "blockHash": null,
2605
+ "blockHeight": 10,
2606
+ "contract": "0.0.127877",
2607
+ "extra": {
2608
+ "consensusTimestamp": "1755865083.033236000",
2609
+ "pagingToken": "1755865083.033236000",
2610
+ },
2611
+ "fee": "426904",
2612
+ "hasFailed": false,
2613
+ "hash": "juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk",
2614
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk-IN",
2615
+ "recipients": [
2616
+ "0.0.8313485",
2617
+ ],
2618
+ "senders": [
2619
+ "0.0.507737",
2620
+ ],
2621
+ "standard": "hts",
2622
+ "type": "IN",
2623
+ "value": "1000000",
2624
+ },
2625
+ {
2626
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2627
+ "blockHash": null,
2628
+ "blockHeight": 10,
2629
+ "contract": "0.0.127877",
2630
+ "extra": {
2631
+ "consensusTimestamp": "1757929653.557852000",
2632
+ "pagingToken": "1757929653.557852000",
2633
+ },
2634
+ "fee": "421543",
2635
+ "hasFailed": false,
2636
+ "hash": "JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM",
2637
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM-IN",
2638
+ "recipients": [
2639
+ "0.0.8313485",
2640
+ ],
2641
+ "senders": [
2642
+ "0.0.507737",
2643
+ ],
2644
+ "standard": "hts",
2645
+ "type": "IN",
2646
+ "value": "1000000",
2647
+ },
2648
+ {
2649
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2650
+ "blockHash": null,
2651
+ "blockHeight": 10,
2652
+ "contract": "0.0.127877",
2653
+ "extra": {
2654
+ "consensusTimestamp": "1755785525.693277000",
2655
+ "memo": "toto",
2656
+ "pagingToken": "1755785525.693277000",
2657
+ },
2658
+ "fee": "424851",
2659
+ "hasFailed": false,
2660
+ "hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
2661
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-OUT",
2662
+ "recipients": [
2663
+ "0.0.1040977",
2664
+ ],
2665
+ "senders": [
2666
+ "0.0.8313485",
2667
+ ],
2668
+ "standard": "hts",
2669
+ "type": "OUT",
2670
+ "value": "30000000",
2671
+ },
2672
+ {
2673
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2674
+ "blockHash": null,
2675
+ "blockHeight": 10,
2676
+ "contract": "0.0.127877",
2677
+ "extra": {
2678
+ "consensusTimestamp": "1743601916.977125409",
2679
+ "pagingToken": "1743601916.977125409",
2680
+ },
2681
+ "fee": "602274",
2682
+ "hasFailed": false,
2683
+ "hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
2684
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
2685
+ "recipients": [
2686
+ "0.0.8758518",
2687
+ ],
2688
+ "senders": [
2689
+ "0.0.8313485",
2690
+ ],
2691
+ "standard": "hts",
2692
+ "type": "OUT",
2693
+ "value": "100000000",
2694
+ },
2695
+ {
2696
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2697
+ "blockHash": null,
2698
+ "blockHeight": 10,
2699
+ "contract": "0.0.127877",
2700
+ "extra": {
2701
+ "consensusTimestamp": "1757929013.916417000",
2702
+ "pagingToken": "1757929013.916417000",
2703
+ },
2704
+ "fee": "421543",
2705
+ "hasFailed": false,
2706
+ "hash": "pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s",
2707
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s-IN",
2708
+ "recipients": [
2709
+ "0.0.8313485",
2710
+ ],
2711
+ "senders": [
2712
+ "0.0.507737",
2713
+ ],
2714
+ "standard": "hts",
2715
+ "type": "IN",
2716
+ "value": "1000000",
2717
+ },
2718
+ {
2719
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2720
+ "blockHash": null,
2721
+ "blockHeight": 10,
2722
+ "contract": "0.0.127877",
2723
+ "extra": {
2724
+ "consensusTimestamp": "1755008519.962485000",
2725
+ "pagingToken": "1755008519.962485000",
2726
+ },
2727
+ "fee": "397764",
2728
+ "hasFailed": false,
2729
+ "hash": "Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B",
2730
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B-IN",
2731
+ "recipients": [
2732
+ "0.0.8313485",
2733
+ ],
2734
+ "senders": [
2735
+ "0.0.507737",
2736
+ ],
2737
+ "standard": "hts",
2738
+ "type": "IN",
2739
+ "value": "1000000",
2740
+ },
2741
+ {
2742
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2743
+ "blockHash": null,
2744
+ "blockHeight": 10,
2745
+ "contract": "0.0.127877",
2746
+ "extra": {
2747
+ "consensusTimestamp": "1756718310.549818000",
2748
+ "memo": "TOTO",
2749
+ "pagingToken": "1756718310.549818000",
2750
+ },
2751
+ "fee": "452531",
2752
+ "hasFailed": false,
2753
+ "hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
2754
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-IN",
2755
+ "recipients": [
2756
+ "0.0.8313485",
2757
+ ],
2758
+ "senders": [
2759
+ "0.0.1040977",
2760
+ ],
2761
+ "standard": "hts",
2762
+ "type": "IN",
2763
+ "value": "10000000",
2764
+ },
2765
+ {
2766
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2767
+ "blockHash": null,
2768
+ "blockHeight": 10,
2769
+ "contract": "0.0.127877",
2770
+ "extra": {
2771
+ "consensusTimestamp": "1743089390.497908000",
2772
+ "pagingToken": "1743089390.497908000",
2773
+ },
2774
+ "fee": "26918289",
2775
+ "hasFailed": false,
2776
+ "hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
2777
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
2778
+ "recipients": [
2779
+ "0.0.8758518",
2780
+ ],
2781
+ "senders": [
2782
+ "0.0.8313485",
2783
+ ],
2784
+ "standard": "hts",
2785
+ "type": "OUT",
2786
+ "value": "5000000",
2787
+ },
2788
+ {
2789
+ "accountId": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
2790
+ "blockHash": null,
2791
+ "blockHeight": 10,
2792
+ "contract": "0.0.127877",
2793
+ "extra": {
2794
+ "consensusTimestamp": "1760435993.267662000",
2795
+ "pagingToken": "1760435993.267662000",
2796
+ },
2797
+ "fee": "557852",
2798
+ "hasFailed": false,
2799
+ "hash": "shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM",
2800
+ "id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-OUT",
2801
+ "recipients": [
2802
+ "0.0.10006055",
2803
+ ],
2804
+ "senders": [
2805
+ "0.0.8313485",
2806
+ ],
2807
+ "standard": "hts",
2808
+ "type": "OUT",
2809
+ "value": "100000000",
2810
+ },
2811
+ ],
2174
2812
  ]
2175
2813
  `;