@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.
- package/lib/DataModel.d.ts +2 -2
- package/lib/DataModel.d.ts.map +1 -1
- package/lib/DataModel.js +2 -2
- package/lib/DataModel.js.map +1 -1
- package/lib/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib/__tests__/test-helpers/bridge.js +103 -47
- package/lib/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib/__tests__/test-helpers/setup.d.ts.map +1 -1
- package/lib/__tests__/test-helpers/setup.js +6 -5
- package/lib/__tests__/test-helpers/setup.js.map +1 -1
- package/lib/account/serialization.d.ts +1 -1
- package/lib/account/serialization.d.ts.map +1 -1
- package/lib/account/serialization.js +2 -2
- package/lib/account/serialization.js.map +1 -1
- package/lib/api/ofacGeoBlockApi.d.ts +4 -0
- package/lib/api/ofacGeoBlockApi.d.ts.map +1 -0
- package/lib/api/ofacGeoBlockApi.js +21 -0
- package/lib/api/ofacGeoBlockApi.js.map +1 -0
- package/lib/apps/config.d.ts.map +1 -1
- package/lib/apps/config.js +1 -0
- package/lib/apps/config.js.map +1 -1
- package/lib/bot/engine.d.ts +5 -5
- package/lib/bot/engine.d.ts.map +1 -1
- package/lib/bot/engine.js.map +1 -1
- package/lib/bridge/crypto-assets/index.d.ts.map +1 -1
- package/lib/bridge/crypto-assets/index.js +2 -2
- package/lib/bridge/crypto-assets/index.js.map +1 -1
- package/lib/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -2
- package/lib/bridge/generic-alpaca/createTransaction.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/createTransaction.js +6 -1
- package/lib/bridge/generic-alpaca/createTransaction.js.map +1 -1
- package/lib/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/getTransactionStatus.js +1 -0
- package/lib/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
- package/lib/bridge/generic-alpaca/prepareTransaction.d.ts +2 -2
- package/lib/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/prepareTransaction.js +30 -26
- package/lib/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
- package/lib/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/signOperation.js +6 -4
- package/lib/bridge/generic-alpaca/signOperation.js.map +1 -1
- package/lib/bridge/generic-alpaca/signer/Eth.d.ts +2 -1
- package/lib/bridge/generic-alpaca/signer/Eth.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/signer/Eth.js +2 -1
- package/lib/bridge/generic-alpaca/signer/Eth.js.map +1 -1
- package/lib/bridge/generic-alpaca/types.d.ts +61 -2
- package/lib/bridge/generic-alpaca/types.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/utils.d.ts +1 -1
- package/lib/bridge/generic-alpaca/utils.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/utils.js +121 -7
- package/lib/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib/bridge/index.d.ts +1 -1
- package/lib/bridge/index.d.ts.map +1 -1
- package/lib/bridge/index.js +2 -2
- package/lib/bridge/index.js.map +1 -1
- package/lib/currencies/index.d.ts +1 -1
- package/lib/currencies/index.d.ts.map +1 -1
- package/lib/currencies/index.js +1 -4
- package/lib/currencies/index.js.map +1 -1
- package/lib/dada-client/__mocks__/assets.mock.d.ts +383 -0
- package/lib/dada-client/__mocks__/assets.mock.d.ts.map +1 -0
- package/lib/dada-client/__mocks__/assets.mock.js +260 -0
- package/lib/dada-client/__mocks__/assets.mock.js.map +1 -0
- package/lib/dada-client/hooks/useAssetsData.d.ts +2 -1
- package/lib/dada-client/hooks/useAssetsData.d.ts.map +1 -1
- package/lib/dada-client/hooks/useAssetsData.js +2 -2
- package/lib/dada-client/hooks/useAssetsData.js.map +1 -1
- package/lib/dada-client/hooks/useLazyLedgerCurrency.d.ts +13 -0
- package/lib/dada-client/hooks/useLazyLedgerCurrency.d.ts.map +1 -0
- package/lib/dada-client/hooks/useLazyLedgerCurrency.js +34 -0
- package/lib/dada-client/hooks/useLazyLedgerCurrency.js.map +1 -0
- package/lib/dada-client/index.d.ts +2 -0
- package/lib/dada-client/index.d.ts.map +1 -0
- package/lib/dada-client/index.js +18 -0
- package/lib/dada-client/index.js.map +1 -0
- package/lib/dada-client/state-manager/api.js +1 -1
- package/lib/dada-client/state-manager/api.js.map +1 -1
- package/lib/dada-client/utils/currencySelection.d.ts +10 -0
- package/lib/dada-client/utils/currencySelection.d.ts.map +1 -0
- package/lib/dada-client/utils/currencySelection.js +34 -0
- package/lib/dada-client/utils/currencySelection.js.map +1 -0
- package/lib/deposit/helper.d.ts +1 -1
- package/lib/deposit/helper.d.ts.map +1 -1
- package/lib/deposit/helper.js +3 -2
- package/lib/deposit/helper.js.map +1 -1
- package/lib/e2e/data/deviceLabelsData.d.ts.map +1 -1
- package/lib/e2e/data/deviceLabelsData.js +2 -1
- package/lib/e2e/data/deviceLabelsData.js.map +1 -1
- package/lib/e2e/enum/DeviceLabels.d.ts +5 -1
- package/lib/e2e/enum/DeviceLabels.d.ts.map +1 -1
- package/lib/e2e/enum/DeviceLabels.js +4 -0
- package/lib/e2e/enum/DeviceLabels.js.map +1 -1
- package/lib/e2e/index.d.ts +4 -8
- package/lib/e2e/index.d.ts.map +1 -1
- package/lib/e2e/speculos.d.ts +1 -1
- package/lib/e2e/speculos.d.ts.map +1 -1
- package/lib/e2e/speculos.js +24 -5
- package/lib/e2e/speculos.js.map +1 -1
- package/lib/e2e/speculosAppVersion.d.ts.map +1 -1
- package/lib/e2e/speculosAppVersion.js +1 -0
- package/lib/e2e/speculosAppVersion.js.map +1 -1
- package/lib/families/cosmos/datasets/coreum.d.ts.map +1 -1
- package/lib/families/cosmos/datasets/coreum.js +2 -1
- package/lib/families/cosmos/datasets/coreum.js.map +1 -1
- package/lib/families/near/config.d.ts.map +1 -1
- package/lib/families/near/config.js +1 -0
- package/lib/families/near/config.js.map +1 -1
- package/lib/families/solana/setup.d.ts +1 -1
- package/lib/families/tron/data.mock.d.ts +4 -4
- package/lib/families/tron/data.mock.d.ts.map +1 -1
- package/lib/families/tron/data.mock.js +27 -13
- package/lib/families/tron/data.mock.js.map +1 -1
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +3 -4
- package/lib/featureFlags/defaultFeatures.js.map +1 -1
- package/lib/featureFlags/stakePrograms/index.d.ts +1 -0
- package/lib/featureFlags/stakePrograms/index.d.ts.map +1 -1
- package/lib/featureFlags/stakePrograms/index.js +13 -1
- package/lib/featureFlags/stakePrograms/index.js.map +1 -1
- package/lib/featureFlags/useFeature.d.ts +1 -1
- package/lib/featureFlags/useFeature.d.ts.map +1 -1
- package/lib/generated/cli-transaction.d.ts +1 -1
- package/lib/generated/transaction.d.ts +1 -1
- package/lib/hw/actions/implementations.d.ts.map +1 -1
- package/lib/hw/actions/implementations.js +13 -7
- package/lib/hw/actions/implementations.js.map +1 -1
- package/lib/hw/connectAppEventMapper.d.ts.map +1 -1
- package/lib/hw/connectAppEventMapper.js +2 -2
- package/lib/hw/connectAppEventMapper.js.map +1 -1
- package/lib/market/hooks/useLargeMoverCurrencies.d.ts +1 -1
- package/lib/market/hooks/useMarketDataProvider.d.ts +2 -2
- package/lib/market/hooks/useMarketDataProvider.d.ts.map +1 -1
- package/lib/market/hooks/useMarketDataProvider.js +4 -7
- package/lib/market/hooks/useMarketDataProvider.js.map +1 -1
- package/lib/market/utils/currencyFormatter.d.ts +3 -4
- package/lib/market/utils/currencyFormatter.d.ts.map +1 -1
- package/lib/market/utils/currencyFormatter.js +3 -6
- package/lib/market/utils/currencyFormatter.js.map +1 -1
- package/lib/market/utils/queryKeys.d.ts +0 -1
- package/lib/market/utils/queryKeys.d.ts.map +1 -1
- package/lib/market/utils/queryKeys.js +0 -1
- package/lib/market/utils/queryKeys.js.map +1 -1
- package/lib/market/utils/types.d.ts +6 -8
- package/lib/market/utils/types.d.ts.map +1 -1
- package/lib/market/utils/types.js.map +1 -1
- package/lib/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
- package/lib/mock/fixtures/cryptoCurrencies.js +10 -1
- package/lib/mock/fixtures/cryptoCurrencies.js.map +1 -1
- package/lib/modularDrawer/__mocks__/currencies.mock.d.ts +1 -1
- package/lib/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
- package/lib/modularDrawer/__mocks__/currencies.mock.js +1 -1
- package/lib/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
- package/lib/modularDrawer/utils/currencyUtils.d.ts +3 -3
- package/lib/modularDrawer/utils/currencyUtils.d.ts.map +1 -1
- package/lib/modularDrawer/utils/currencyUtils.js +8 -8
- package/lib/modularDrawer/utils/currencyUtils.js.map +1 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.js +13 -4
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
- package/lib/postOnboarding/mock.d.ts +1 -0
- package/lib/postOnboarding/mock.d.ts.map +1 -1
- package/lib/postOnboarding/mock.js +3 -1
- package/lib/postOnboarding/mock.js.map +1 -1
- package/lib/postOnboarding/reducer.d.ts +16 -14
- package/lib/postOnboarding/reducer.d.ts.map +1 -1
- package/lib/transaction/index.d.ts +1 -1
- package/lib/transaction/index.d.ts.map +1 -1
- package/lib/transaction/index.js +2 -2
- package/lib/transaction/index.js.map +1 -1
- package/lib/utils/addressUtils.d.ts +15 -0
- package/lib/utils/addressUtils.d.ts.map +1 -0
- package/lib/utils/addressUtils.js +39 -0
- package/lib/utils/addressUtils.js.map +1 -0
- package/lib/wallet-api/ACRE/server.d.ts.map +1 -1
- package/lib/wallet-api/ACRE/server.js +19 -15
- package/lib/wallet-api/ACRE/server.js.map +1 -1
- package/lib/wallet-api/Exchange/server.d.ts.map +1 -1
- package/lib/wallet-api/Exchange/server.js +8 -5
- package/lib/wallet-api/Exchange/server.js.map +1 -1
- package/lib/wallet-api/logic.d.ts.map +1 -1
- package/lib/wallet-api/logic.js +29 -29
- package/lib/wallet-api/logic.js.map +1 -1
- package/lib/wallet-api/react.d.ts.map +1 -1
- package/lib/wallet-api/react.js +37 -29
- package/lib/wallet-api/react.js.map +1 -1
- package/lib/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib/wallet-api/useDappLogic.js +76 -60
- package/lib/wallet-api/useDappLogic.js.map +1 -1
- package/lib-es/DataModel.d.ts +2 -2
- package/lib-es/DataModel.d.ts.map +1 -1
- package/lib-es/DataModel.js +2 -2
- package/lib-es/DataModel.js.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.js +103 -47
- package/lib-es/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib-es/__tests__/test-helpers/setup.d.ts.map +1 -1
- package/lib-es/__tests__/test-helpers/setup.js +6 -5
- package/lib-es/__tests__/test-helpers/setup.js.map +1 -1
- package/lib-es/account/serialization.d.ts +1 -1
- package/lib-es/account/serialization.d.ts.map +1 -1
- package/lib-es/account/serialization.js +2 -2
- package/lib-es/account/serialization.js.map +1 -1
- package/lib-es/api/ofacGeoBlockApi.d.ts +4 -0
- package/lib-es/api/ofacGeoBlockApi.d.ts.map +1 -0
- package/lib-es/api/ofacGeoBlockApi.js +18 -0
- package/lib-es/api/ofacGeoBlockApi.js.map +1 -0
- package/lib-es/apps/config.d.ts.map +1 -1
- package/lib-es/apps/config.js +1 -0
- package/lib-es/apps/config.js.map +1 -1
- package/lib-es/bot/engine.d.ts +5 -5
- package/lib-es/bot/engine.d.ts.map +1 -1
- package/lib-es/bot/engine.js.map +1 -1
- package/lib-es/bridge/crypto-assets/index.d.ts.map +1 -1
- package/lib-es/bridge/crypto-assets/index.js +1 -1
- package/lib-es/bridge/crypto-assets/index.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -2
- package/lib-es/bridge/generic-alpaca/createTransaction.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/createTransaction.js +6 -1
- package/lib-es/bridge/generic-alpaca/createTransaction.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/getTransactionStatus.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/getTransactionStatus.js +1 -0
- package/lib-es/bridge/generic-alpaca/getTransactionStatus.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/prepareTransaction.d.ts +2 -2
- package/lib-es/bridge/generic-alpaca/prepareTransaction.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/prepareTransaction.js +30 -26
- package/lib-es/bridge/generic-alpaca/prepareTransaction.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/signOperation.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/signOperation.js +6 -4
- package/lib-es/bridge/generic-alpaca/signOperation.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/signer/Eth.d.ts +2 -1
- package/lib-es/bridge/generic-alpaca/signer/Eth.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/signer/Eth.js +2 -1
- package/lib-es/bridge/generic-alpaca/signer/Eth.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/types.d.ts +61 -2
- package/lib-es/bridge/generic-alpaca/types.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.d.ts +1 -1
- package/lib-es/bridge/generic-alpaca/utils.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.js +121 -7
- package/lib-es/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib-es/bridge/index.d.ts +1 -1
- package/lib-es/bridge/index.d.ts.map +1 -1
- package/lib-es/bridge/index.js +2 -2
- package/lib-es/bridge/index.js.map +1 -1
- package/lib-es/currencies/index.d.ts +1 -1
- package/lib-es/currencies/index.d.ts.map +1 -1
- package/lib-es/currencies/index.js +1 -1
- package/lib-es/currencies/index.js.map +1 -1
- package/lib-es/dada-client/__mocks__/assets.mock.d.ts +383 -0
- package/lib-es/dada-client/__mocks__/assets.mock.d.ts.map +1 -0
- package/lib-es/dada-client/__mocks__/assets.mock.js +257 -0
- package/lib-es/dada-client/__mocks__/assets.mock.js.map +1 -0
- package/lib-es/dada-client/hooks/useAssetsData.d.ts +2 -1
- package/lib-es/dada-client/hooks/useAssetsData.d.ts.map +1 -1
- package/lib-es/dada-client/hooks/useAssetsData.js +2 -2
- package/lib-es/dada-client/hooks/useAssetsData.js.map +1 -1
- package/lib-es/dada-client/hooks/useLazyLedgerCurrency.d.ts +13 -0
- package/lib-es/dada-client/hooks/useLazyLedgerCurrency.d.ts.map +1 -0
- package/lib-es/dada-client/hooks/useLazyLedgerCurrency.js +27 -0
- package/lib-es/dada-client/hooks/useLazyLedgerCurrency.js.map +1 -0
- package/lib-es/dada-client/index.d.ts +2 -0
- package/lib-es/dada-client/index.d.ts.map +1 -0
- package/lib-es/dada-client/index.js +2 -0
- package/lib-es/dada-client/index.js.map +1 -0
- package/lib-es/dada-client/state-manager/api.js +1 -1
- package/lib-es/dada-client/state-manager/api.js.map +1 -1
- package/lib-es/dada-client/utils/currencySelection.d.ts +10 -0
- package/lib-es/dada-client/utils/currencySelection.d.ts.map +1 -0
- package/lib-es/dada-client/utils/currencySelection.js +30 -0
- package/lib-es/dada-client/utils/currencySelection.js.map +1 -0
- package/lib-es/deposit/helper.d.ts +1 -1
- package/lib-es/deposit/helper.d.ts.map +1 -1
- package/lib-es/deposit/helper.js +4 -3
- package/lib-es/deposit/helper.js.map +1 -1
- package/lib-es/e2e/data/deviceLabelsData.d.ts.map +1 -1
- package/lib-es/e2e/data/deviceLabelsData.js +2 -1
- package/lib-es/e2e/data/deviceLabelsData.js.map +1 -1
- package/lib-es/e2e/enum/DeviceLabels.d.ts +5 -1
- package/lib-es/e2e/enum/DeviceLabels.d.ts.map +1 -1
- package/lib-es/e2e/enum/DeviceLabels.js +4 -0
- package/lib-es/e2e/enum/DeviceLabels.js.map +1 -1
- package/lib-es/e2e/index.d.ts +4 -8
- package/lib-es/e2e/index.d.ts.map +1 -1
- package/lib-es/e2e/speculos.d.ts +1 -1
- package/lib-es/e2e/speculos.d.ts.map +1 -1
- package/lib-es/e2e/speculos.js +24 -5
- package/lib-es/e2e/speculos.js.map +1 -1
- package/lib-es/e2e/speculosAppVersion.d.ts.map +1 -1
- package/lib-es/e2e/speculosAppVersion.js +1 -0
- package/lib-es/e2e/speculosAppVersion.js.map +1 -1
- package/lib-es/families/cosmos/datasets/coreum.d.ts.map +1 -1
- package/lib-es/families/cosmos/datasets/coreum.js +2 -1
- package/lib-es/families/cosmos/datasets/coreum.js.map +1 -1
- package/lib-es/families/near/config.d.ts.map +1 -1
- package/lib-es/families/near/config.js +1 -0
- package/lib-es/families/near/config.js.map +1 -1
- package/lib-es/families/solana/setup.d.ts +1 -1
- package/lib-es/families/tron/data.mock.d.ts +4 -4
- package/lib-es/families/tron/data.mock.d.ts.map +1 -1
- package/lib-es/families/tron/data.mock.js +22 -12
- package/lib-es/families/tron/data.mock.js.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.js +3 -4
- package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
- package/lib-es/featureFlags/stakePrograms/index.d.ts +1 -0
- package/lib-es/featureFlags/stakePrograms/index.d.ts.map +1 -1
- package/lib-es/featureFlags/stakePrograms/index.js +11 -0
- package/lib-es/featureFlags/stakePrograms/index.js.map +1 -1
- package/lib-es/featureFlags/useFeature.d.ts +1 -1
- package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
- package/lib-es/generated/cli-transaction.d.ts +1 -1
- package/lib-es/generated/transaction.d.ts +1 -1
- package/lib-es/hw/actions/implementations.d.ts.map +1 -1
- package/lib-es/hw/actions/implementations.js +15 -9
- package/lib-es/hw/actions/implementations.js.map +1 -1
- package/lib-es/hw/connectAppEventMapper.d.ts.map +1 -1
- package/lib-es/hw/connectAppEventMapper.js +3 -3
- package/lib-es/hw/connectAppEventMapper.js.map +1 -1
- package/lib-es/market/hooks/useLargeMoverCurrencies.d.ts +1 -1
- package/lib-es/market/hooks/useMarketDataProvider.d.ts +2 -2
- package/lib-es/market/hooks/useMarketDataProvider.d.ts.map +1 -1
- package/lib-es/market/hooks/useMarketDataProvider.js +2 -5
- package/lib-es/market/hooks/useMarketDataProvider.js.map +1 -1
- package/lib-es/market/utils/currencyFormatter.d.ts +3 -4
- package/lib-es/market/utils/currencyFormatter.d.ts.map +1 -1
- package/lib-es/market/utils/currencyFormatter.js +3 -6
- package/lib-es/market/utils/currencyFormatter.js.map +1 -1
- package/lib-es/market/utils/queryKeys.d.ts +0 -1
- package/lib-es/market/utils/queryKeys.d.ts.map +1 -1
- package/lib-es/market/utils/queryKeys.js +0 -1
- package/lib-es/market/utils/queryKeys.js.map +1 -1
- package/lib-es/market/utils/types.d.ts +6 -8
- package/lib-es/market/utils/types.d.ts.map +1 -1
- package/lib-es/market/utils/types.js.map +1 -1
- package/lib-es/mock/fixtures/cryptoCurrencies.d.ts.map +1 -1
- package/lib-es/mock/fixtures/cryptoCurrencies.js +11 -2
- package/lib-es/mock/fixtures/cryptoCurrencies.js.map +1 -1
- package/lib-es/modularDrawer/__mocks__/currencies.mock.d.ts +1 -1
- package/lib-es/modularDrawer/__mocks__/currencies.mock.d.ts.map +1 -1
- package/lib-es/modularDrawer/__mocks__/currencies.mock.js +1 -1
- package/lib-es/modularDrawer/__mocks__/currencies.mock.js.map +1 -1
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts +3 -3
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts.map +1 -1
- package/lib-es/modularDrawer/utils/currencyUtils.js +8 -8
- package/lib-es/modularDrawer/utils/currencyUtils.js.map +1 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js +13 -4
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
- package/lib-es/postOnboarding/mock.d.ts +1 -0
- package/lib-es/postOnboarding/mock.d.ts.map +1 -1
- package/lib-es/postOnboarding/mock.js +2 -0
- package/lib-es/postOnboarding/mock.js.map +1 -1
- package/lib-es/postOnboarding/reducer.d.ts +16 -14
- package/lib-es/postOnboarding/reducer.d.ts.map +1 -1
- package/lib-es/transaction/index.d.ts +1 -1
- package/lib-es/transaction/index.d.ts.map +1 -1
- package/lib-es/transaction/index.js +2 -2
- package/lib-es/transaction/index.js.map +1 -1
- package/lib-es/utils/addressUtils.d.ts +15 -0
- package/lib-es/utils/addressUtils.d.ts.map +1 -0
- package/lib-es/utils/addressUtils.js +35 -0
- package/lib-es/utils/addressUtils.js.map +1 -0
- package/lib-es/wallet-api/ACRE/server.d.ts.map +1 -1
- package/lib-es/wallet-api/ACRE/server.js +19 -15
- package/lib-es/wallet-api/ACRE/server.js.map +1 -1
- package/lib-es/wallet-api/Exchange/server.d.ts.map +1 -1
- package/lib-es/wallet-api/Exchange/server.js +9 -6
- package/lib-es/wallet-api/Exchange/server.js.map +1 -1
- package/lib-es/wallet-api/logic.d.ts.map +1 -1
- package/lib-es/wallet-api/logic.js +26 -26
- package/lib-es/wallet-api/logic.js.map +1 -1
- package/lib-es/wallet-api/react.d.ts.map +1 -1
- package/lib-es/wallet-api/react.js +38 -30
- package/lib-es/wallet-api/react.js.map +1 -1
- package/lib-es/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib-es/wallet-api/useDappLogic.js +74 -58
- package/lib-es/wallet-api/useDappLogic.js.map +1 -1
- package/package.json +56 -52
- package/src/DataModel.test.ts +74 -24
- package/src/DataModel.ts +4 -4
- package/src/__tests__/accounts/groupPerDay.ts +182 -177
- package/src/__tests__/csvExport.ts +3 -0
- package/src/__tests__/migration/account-migration.ts +2 -2
- package/src/__tests__/test-helpers/bridge.ts +426 -358
- package/src/__tests__/test-helpers/setup.ts +7 -6
- package/src/account/serialization.test.ts +6 -6
- package/src/account/serialization.ts +2 -2
- package/src/api/ofacGeoBlockApi.ts +19 -0
- package/src/apps/config.ts +1 -0
- package/src/bot/engine.ts +5 -5
- package/src/bridge/cache.test.ts +2 -0
- package/src/bridge/crypto-assets/index.test.ts +3 -9
- package/src/bridge/crypto-assets/index.ts +1 -1
- package/src/bridge/generic-alpaca/alpaca/network/network-alpaca.ts +3 -3
- package/src/bridge/generic-alpaca/createTransaction.ts +6 -1
- package/src/bridge/generic-alpaca/getTransactionStatus.ts +1 -0
- package/src/bridge/generic-alpaca/prepareTransaction.ts +36 -41
- package/src/bridge/generic-alpaca/signOperation.ts +10 -4
- package/src/bridge/generic-alpaca/signer/Eth.ts +4 -2
- package/src/bridge/generic-alpaca/tests/prepareTransaction.test.ts +29 -76
- package/src/bridge/generic-alpaca/tests/signOperation.test.ts +10 -2
- package/src/bridge/generic-alpaca/types.ts +80 -2
- package/src/bridge/generic-alpaca/utils.test.ts +58 -2
- package/src/bridge/generic-alpaca/utils.ts +151 -10
- package/src/bridge/index.ts +2 -2
- package/src/bridge/useBridgeTransaction.test.ts +9 -6
- package/src/currencies/cryptoIcons.test.ts +10 -5
- package/src/currencies/index.ts +0 -3
- package/src/currencies/sortByMarketcap.test.ts +4 -1
- package/src/dada-client/README.md +38 -0
- package/src/dada-client/__mocks__/assets.mock.ts +264 -0
- package/src/dada-client/hooks/__tests__/useLazyLedgerCurrency.test.ts +155 -0
- package/src/dada-client/hooks/useAssetsData.ts +14 -9
- package/src/dada-client/hooks/useLazyLedgerCurrency.ts +46 -0
- package/src/dada-client/index.ts +1 -0
- package/src/dada-client/state-manager/api.ts +1 -1
- package/src/dada-client/utils/__test__/currencySelection.test.ts +16 -0
- package/src/dada-client/utils/currencySelection.ts +33 -0
- package/src/deposit/deposit.integration.test.ts +15 -0
- package/src/deposit/deposit.test.ts +60 -40
- package/src/deposit/helper.ts +4 -8
- package/src/domain/getTokensWithFunds.test.ts +4 -0
- package/src/e2e/data/deviceLabelsData.ts +2 -1
- package/src/e2e/enum/DeviceLabels.ts +4 -0
- package/src/e2e/speculos.ts +26 -6
- package/src/e2e/speculosAppVersion.ts +1 -0
- package/src/families/aptos/__snapshots__/bridge.integration.test.ts.snap +12 -12
- package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +1482 -843
- package/src/families/bitcoin/satstack.test.ts +33 -20
- package/src/families/cosmos/datasets/__snapshots__/babylon.integration.test.ts.snap +1 -1
- package/src/families/cosmos/datasets/__snapshots__/coreum.integration.test.ts.snap +4 -4
- package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +251 -209
- package/src/families/cosmos/datasets/coreum.ts +2 -1
- package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +675 -37
- package/src/families/multiversx/__snapshots__/bridge.integration.test.ts.snap +3 -3
- package/src/families/near/config.ts +1 -0
- package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +34 -34
- package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +3 -3
- package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +10 -10
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +1183 -625
- package/src/families/sui/__snapshots__/bridge.integration.test.ts.snap +428 -0
- package/src/families/tron/data.mock.ts +32 -16
- package/src/families/tron/react.test.ts +16 -4
- package/src/featureFlags/defaultFeatures.ts +3 -4
- package/src/featureFlags/stakePrograms/index.ts +14 -0
- package/src/hw/actions/implementations.ts +22 -11
- package/src/hw/connectAppEventMapper.ts +2 -4
- package/src/market/hooks/useMarketDataProvider.ts +4 -8
- package/src/market/utils/currencyFormatter.ts +4 -18
- package/src/market/utils/queryKeys.ts +0 -1
- package/src/market/utils/types.ts +6 -8
- package/src/mock/fixtures/cryptoCurrencies.ts +11 -2
- package/src/modularDrawer/__mocks__/currencies.mock.ts +1 -1
- package/src/modularDrawer/utils/__tests__/currencyUtils.test.ts +10 -10
- package/src/modularDrawer/utils/currencyUtils.ts +11 -10
- package/src/platform/serializers.test.ts +2 -2
- package/src/postOnboarding/hooks/usePostOnboardingHubState.test.ts +30 -3
- package/src/postOnboarding/hooks/usePostOnboardingHubState.ts +20 -6
- package/src/postOnboarding/mock.ts +2 -0
- package/src/transaction/index.ts +2 -2
- package/src/utils/__tests__/addressUtils.test.ts +229 -0
- package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +15 -4
- package/src/utils/addressUtils.ts +40 -0
- package/src/wallet-api/ACRE/server.test.ts +11 -8
- package/src/wallet-api/ACRE/server.ts +25 -22
- package/src/wallet-api/Exchange/server.ts +11 -8
- package/src/wallet-api/logic.test.ts +4 -0
- package/src/wallet-api/logic.ts +28 -32
- package/src/wallet-api/react.ts +37 -34
- package/src/wallet-api/useDappLogic.ts +103 -82
- package/lib/hooks/useOFACGeoBlockCheck.d.ts +0 -8
- package/lib/hooks/useOFACGeoBlockCheck.d.ts.map +0 -1
- package/lib/hooks/useOFACGeoBlockCheck.js +0 -32
- package/lib/hooks/useOFACGeoBlockCheck.js.map +0 -1
- package/lib-es/hooks/useOFACGeoBlockCheck.d.ts +0 -8
- package/lib-es/hooks/useOFACGeoBlockCheck.d.ts.map +0 -1
- package/lib-es/hooks/useOFACGeoBlockCheck.js +0 -28
- package/lib-es/hooks/useOFACGeoBlockCheck.js.map +0 -1
- 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": "
|
|
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":
|
|
17
|
+
"operationsCount": 46,
|
|
18
18
|
"pendingOperations": [],
|
|
19
19
|
"seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
|
|
20
|
-
"spendableBalance": "
|
|
20
|
+
"spendableBalance": "31516347222",
|
|
21
21
|
"subAccounts": [],
|
|
22
22
|
"swapHistory": [],
|
|
23
|
-
"syncHash": "
|
|
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":
|
|
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":
|
|
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":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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":
|
|
134
|
+
"operationsCount": 31,
|
|
135
135
|
"pendingOperations": [],
|
|
136
136
|
"seedIdentifier": "9e92a312233d5fd6b5a723875aeea2cea81a8e48ffc00341cff6dffcfd3ab7f2",
|
|
137
137
|
"spendableBalance": "771245057",
|
|
138
138
|
"subAccounts": [],
|
|
139
139
|
"swapHistory": [],
|
|
140
|
-
"syncHash": "
|
|
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":
|
|
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
|
`;
|