@ledgerhq/live-common 34.53.0 → 34.54.0-nightly.20251126023856
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/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib/__tests__/test-helpers/bridge.js +0 -4
- package/lib/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib/__tests__/test-helpers/environment.js +3 -0
- package/lib/__tests__/test-helpers/environment.js.map +1 -1
- package/lib/__tests__/test-helpers/setup.integration.d.ts +2 -0
- package/lib/__tests__/test-helpers/setup.integration.d.ts.map +1 -0
- package/lib/__tests__/test-helpers/{setup.js → setup.integration.js} +4 -8
- package/lib/__tests__/test-helpers/setup.integration.js.map +1 -0
- package/lib/account/helpers.d.ts.map +1 -1
- package/lib/account/helpers.js +21 -17
- package/lib/account/helpers.js.map +1 -1
- package/lib/bridge/generic-alpaca/getAccountShape.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/getAccountShape.js +12 -10
- package/lib/bridge/generic-alpaca/getAccountShape.js.map +1 -1
- package/lib/bridge/generic-alpaca/utils.js +1 -1
- package/lib/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib/bridge/impl.d.ts +0 -2
- package/lib/bridge/impl.d.ts.map +1 -1
- package/lib/bridge/impl.js +4 -8
- package/lib/bridge/impl.js.map +1 -1
- package/lib/currencies/helpers.d.ts +1 -3
- package/lib/currencies/helpers.d.ts.map +1 -1
- package/lib/currencies/helpers.js +1 -27
- package/lib/currencies/helpers.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/hooks/useAssetsData.d.ts +1 -0
- package/lib/dada-client/hooks/useAssetsData.d.ts.map +1 -1
- package/lib/dada-client/hooks/useAssetsData.js +1 -0
- package/lib/dada-client/hooks/useAssetsData.js.map +1 -1
- package/lib/deposit/type.d.ts +0 -17
- package/lib/deposit/type.d.ts.map +1 -1
- package/lib/deposit/type.js.map +1 -1
- package/lib/device/use-cases/getDeviceHasBattery.d.ts +2 -0
- package/lib/device/use-cases/getDeviceHasBattery.d.ts.map +1 -0
- package/lib/device/use-cases/getDeviceHasBattery.js +6 -0
- package/lib/device/use-cases/getDeviceHasBattery.js.map +1 -0
- package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.js +4 -2
- package/lib/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
- package/lib/deviceSDK/tasks/core.d.ts +1 -1
- package/lib/deviceSDK/tasks/core.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/core.js +1 -1
- package/lib/deviceSDK/tasks/core.js.map +1 -1
- package/lib/deviceSDK/tasks/getDeviceInfo.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/getDeviceInfo.js +2 -0
- package/lib/deviceSDK/tasks/getDeviceInfo.js.map +1 -1
- package/lib/deviceSDK/tasks/getLatestFirmware.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/getLatestFirmware.js +2 -2
- package/lib/deviceSDK/tasks/getLatestFirmware.js.map +1 -1
- package/lib/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/updateFirmware.js +1 -0
- package/lib/deviceSDK/tasks/updateFirmware.js.map +1 -1
- package/lib/e2e/data/assetsDrawer.d.ts +9 -0
- package/lib/e2e/data/assetsDrawer.d.ts.map +1 -0
- package/lib/e2e/data/assetsDrawer.js +12 -0
- package/lib/e2e/data/assetsDrawer.js.map +1 -0
- package/lib/e2e/deviceInteraction/DeviceController.d.ts +41 -0
- package/lib/e2e/deviceInteraction/DeviceController.d.ts.map +1 -0
- package/lib/e2e/deviceInteraction/DeviceController.js +68 -0
- package/lib/e2e/deviceInteraction/DeviceController.js.map +1 -0
- package/lib/e2e/enum/Account.d.ts +0 -1
- package/lib/e2e/enum/Account.d.ts.map +1 -1
- package/lib/e2e/enum/Account.js +0 -1
- package/lib/e2e/enum/Account.js.map +1 -1
- package/lib/e2e/enum/Currency.d.ts +0 -1
- package/lib/e2e/enum/Currency.d.ts.map +1 -1
- package/lib/e2e/enum/Currency.js +2 -6
- package/lib/e2e/enum/Currency.js.map +1 -1
- package/lib/e2e/enum/ReceiveFundsOptions.d.ts +6 -0
- package/lib/e2e/enum/ReceiveFundsOptions.d.ts.map +1 -0
- package/lib/e2e/enum/ReceiveFundsOptions.js +8 -0
- package/lib/e2e/enum/ReceiveFundsOptions.js.map +1 -0
- package/lib/e2e/families/algorand.d.ts +1 -1
- package/lib/e2e/families/algorand.d.ts.map +1 -1
- package/lib/e2e/families/algorand.js +5 -5
- package/lib/e2e/families/algorand.js.map +1 -1
- package/lib/e2e/families/aptos.d.ts +2 -2
- package/lib/e2e/families/aptos.d.ts.map +1 -1
- package/lib/e2e/families/aptos.js +9 -9
- package/lib/e2e/families/aptos.js.map +1 -1
- package/lib/e2e/families/bitcoin.d.ts +2 -2
- package/lib/e2e/families/bitcoin.d.ts.map +1 -1
- package/lib/e2e/families/bitcoin.js +11 -11
- package/lib/e2e/families/bitcoin.js.map +1 -1
- package/lib/e2e/families/cardano.d.ts +6 -0
- package/lib/e2e/families/cardano.d.ts.map +1 -1
- package/lib/e2e/families/cardano.js +28 -26
- package/lib/e2e/families/cardano.js.map +1 -1
- package/lib/e2e/families/celo.d.ts +1 -1
- package/lib/e2e/families/celo.d.ts.map +1 -1
- package/lib/e2e/families/celo.js +5 -5
- package/lib/e2e/families/celo.js.map +1 -1
- package/lib/e2e/families/cosmos.d.ts +2 -2
- package/lib/e2e/families/cosmos.d.ts.map +1 -1
- package/lib/e2e/families/cosmos.js +9 -9
- package/lib/e2e/families/cosmos.js.map +1 -1
- package/lib/e2e/families/evm.d.ts +2 -0
- package/lib/e2e/families/evm.d.ts.map +1 -1
- package/lib/e2e/families/evm.js +13 -12
- package/lib/e2e/families/evm.js.map +1 -1
- package/lib/e2e/families/hedera.d.ts +1 -1
- package/lib/e2e/families/hedera.d.ts.map +1 -1
- package/lib/e2e/families/hedera.js +5 -5
- package/lib/e2e/families/hedera.js.map +1 -1
- package/lib/e2e/families/kaspa.d.ts +2 -2
- package/lib/e2e/families/kaspa.d.ts.map +1 -1
- package/lib/e2e/families/kaspa.js +9 -9
- package/lib/e2e/families/kaspa.js.map +1 -1
- package/lib/e2e/families/multiversX.d.ts +1 -1
- package/lib/e2e/families/multiversX.d.ts.map +1 -1
- package/lib/e2e/families/multiversX.js +5 -5
- package/lib/e2e/families/multiversX.js.map +1 -1
- package/lib/e2e/families/near.d.ts +1 -1
- package/lib/e2e/families/near.d.ts.map +1 -1
- package/lib/e2e/families/near.js +6 -6
- package/lib/e2e/families/near.js.map +1 -1
- package/lib/e2e/families/osmosis.d.ts +1 -1
- package/lib/e2e/families/osmosis.d.ts.map +1 -1
- package/lib/e2e/families/osmosis.js +5 -5
- package/lib/e2e/families/osmosis.js.map +1 -1
- package/lib/e2e/families/polkadot.d.ts +1 -1
- package/lib/e2e/families/polkadot.d.ts.map +1 -1
- package/lib/e2e/families/polkadot.js +5 -5
- package/lib/e2e/families/polkadot.js.map +1 -1
- package/lib/e2e/families/solana.d.ts +2 -2
- package/lib/e2e/families/solana.d.ts.map +1 -1
- package/lib/e2e/families/solana.js +9 -9
- package/lib/e2e/families/solana.js.map +1 -1
- package/lib/e2e/families/stellar.d.ts +1 -1
- package/lib/e2e/families/stellar.d.ts.map +1 -1
- package/lib/e2e/families/stellar.js +5 -5
- package/lib/e2e/families/stellar.js.map +1 -1
- package/lib/e2e/families/sui.d.ts +1 -1
- package/lib/e2e/families/sui.d.ts.map +1 -1
- package/lib/e2e/families/sui.js +5 -5
- package/lib/e2e/families/sui.js.map +1 -1
- package/lib/e2e/families/tezos.d.ts +1 -1
- package/lib/e2e/families/tezos.d.ts.map +1 -1
- package/lib/e2e/families/tezos.js +7 -8
- package/lib/e2e/families/tezos.js.map +1 -1
- package/lib/e2e/families/tron.d.ts +1 -1
- package/lib/e2e/families/tron.d.ts.map +1 -1
- package/lib/e2e/families/tron.js +5 -5
- package/lib/e2e/families/tron.js.map +1 -1
- package/lib/e2e/families/xrp.d.ts +1 -1
- package/lib/e2e/families/xrp.d.ts.map +1 -1
- package/lib/e2e/families/xrp.js +5 -5
- package/lib/e2e/families/xrp.js.map +1 -1
- package/lib/e2e/index.d.ts +22 -0
- package/lib/e2e/index.d.ts.map +1 -1
- package/lib/e2e/speculos.d.ts +11 -11
- package/lib/e2e/speculos.d.ts.map +1 -1
- package/lib/e2e/speculos.js +87 -80
- package/lib/e2e/speculos.js.map +1 -1
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/exchange/providers/swap.d.ts +1 -0
- package/lib/exchange/providers/swap.d.ts.map +1 -1
- package/lib/exchange/providers/swap.js +5 -1
- package/lib/exchange/providers/swap.js.map +1 -1
- package/lib/exchange/swap/getCompleteSwapHistory.js +2 -2
- package/lib/exchange/swap/getCompleteSwapHistory.js.map +1 -1
- package/lib/exchange/swap/hooks/useSelectableCurrencies.js +2 -2
- package/lib/exchange/swap/hooks/useSelectableCurrencies.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js +2 -3
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.js +15 -10
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.js.map +1 -1
- package/lib/families/canton/bridge/mock.d.ts.map +1 -1
- package/lib/families/canton/bridge/mock.js +1 -0
- package/lib/families/canton/bridge/mock.js.map +1 -1
- package/lib/families/canton/react.d.ts +15 -0
- package/lib/families/canton/react.d.ts.map +1 -0
- package/lib/families/canton/react.js +14 -0
- package/lib/families/canton/react.js.map +1 -0
- package/lib/families/cosmos/datasets/dydx.integration.FIXME.d.ts +1 -1
- package/lib/families/cosmos/datasets/dydx.integration.FIXME.d.ts.map +1 -1
- package/lib/families/cosmos/datasets/dydx.integration.FIXME.js +1 -1
- package/lib/families/cosmos/datasets/dydx.integration.FIXME.js.map +1 -1
- package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts +1 -1
- package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts.map +1 -1
- package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.js +1 -1
- package/lib/families/cosmos/datasets/secretNetwork.integration.FIXME.js.map +1 -1
- package/lib/families/evm/config.d.ts.map +1 -1
- package/lib/families/evm/config.js +49 -0
- package/lib/families/evm/config.js.map +1 -1
- package/lib/families/evm/setup.d.ts.map +1 -1
- package/lib/families/evm/setup.js +1 -11
- package/lib/families/evm/setup.js.map +1 -1
- package/lib/families/solana/bridge/mock.d.ts.map +1 -1
- package/lib/families/solana/bridge/mock.js +10 -8
- package/lib/families/solana/bridge/mock.js.map +1 -1
- package/lib/families/solana/config.d.ts.map +1 -1
- package/lib/families/solana/config.js +0 -1
- package/lib/families/solana/config.js.map +1 -1
- package/lib/families/solana/setup.d.ts +8 -0
- package/lib/families/solana/setup.d.ts.map +1 -1
- package/lib/families/solana/setup.js +29 -16
- package/lib/families/solana/setup.js.map +1 -1
- package/lib/families/tron/data.mock.d.ts.map +1 -1
- package/lib/families/tron/data.mock.js +3 -6
- package/lib/families/tron/data.mock.js.map +1 -1
- package/lib/featureFlags/defaultFeatures.d.ts +3 -0
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +10 -0
- 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 +16 -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/market/hooks/useMarketDataProvider.js +1 -0
- package/lib/market/hooks/useMarketDataProvider.js.map +1 -1
- package/lib/market/utils/types.d.ts +1 -0
- package/lib/market/utils/types.d.ts.map +1 -1
- package/lib/market/utils/types.js.map +1 -1
- package/lib/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.js +11 -0
- package/lib/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.js.map +1 -1
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.d.ts +1 -5
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.d.ts.map +1 -1
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.js +2 -2
- package/lib/modularDrawer/hooks/useNetworkAccountCounts.js.map +1 -1
- package/lib/modularDrawer/modules/createNetworkConfiguration.d.ts +1 -1
- package/lib/modularDrawer/modules/createNetworkConfiguration.d.ts.map +1 -1
- package/lib/modularDrawer/modules/createNetworkConfiguration.js +1 -2
- package/lib/modularDrawer/modules/createNetworkConfiguration.js.map +1 -1
- package/lib/modularDrawer/utils/{groupCurrenciesByProvider.d.ts → groupCurrenciesByAsset.d.ts} +2 -2
- package/lib/modularDrawer/utils/groupCurrenciesByAsset.d.ts.map +1 -0
- package/lib/modularDrawer/utils/groupCurrenciesByAsset.js +21 -0
- package/lib/modularDrawer/utils/groupCurrenciesByAsset.js.map +1 -0
- package/lib/modularDrawer/utils/index.d.ts +1 -1
- package/lib/modularDrawer/utils/index.d.ts.map +1 -1
- package/lib/modularDrawer/utils/index.js +3 -3
- package/lib/modularDrawer/utils/index.js.map +1 -1
- package/lib/modularDrawer/utils/type.d.ts +0 -5
- package/lib/modularDrawer/utils/type.d.ts.map +1 -1
- package/lib/platform/filters.d.ts +1 -2
- package/lib/platform/filters.d.ts.map +1 -1
- package/lib/platform/filters.js +1 -17
- package/lib/platform/filters.js.map +1 -1
- package/lib/platform/helpers.d.ts +1 -5
- package/lib/platform/helpers.d.ts.map +1 -1
- package/lib/platform/helpers.js +1 -33
- package/lib/platform/helpers.js.map +1 -1
- package/lib/platform/react.d.ts +2 -3
- package/lib/platform/react.d.ts.map +1 -1
- package/lib/platform/react.js +66 -16
- package/lib/platform/react.js.map +1 -1
- package/lib/platform/types.d.ts +3 -3
- package/lib/platform/types.d.ts.map +1 -1
- package/lib/postOnboarding/reducer.d.ts +2 -0
- package/lib/postOnboarding/reducer.d.ts.map +1 -1
- package/lib/test-helpers/cryptoAssetsStore.d.ts +2 -0
- package/lib/test-helpers/cryptoAssetsStore.d.ts.map +1 -0
- package/lib/test-helpers/cryptoAssetsStore.js +8 -0
- package/lib/test-helpers/cryptoAssetsStore.js.map +1 -0
- package/lib/utils/getAccountTuplesForCurrency.d.ts +1 -1
- package/lib/utils/getAccountTuplesForCurrency.d.ts.map +1 -1
- package/lib/utils/getAccountTuplesForCurrency.js +2 -3
- package/lib/utils/getAccountTuplesForCurrency.js.map +1 -1
- package/lib/wallet-api/ACRE/server.js +5 -5
- 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 -7
- package/lib/wallet-api/Exchange/server.js.map +1 -1
- package/lib/wallet-api/converters.d.ts +1 -0
- package/lib/wallet-api/converters.d.ts.map +1 -1
- package/lib/wallet-api/converters.js +7 -2
- package/lib/wallet-api/converters.js.map +1 -1
- package/lib/wallet-api/logic.js +8 -8
- package/lib/wallet-api/logic.js.map +1 -1
- package/lib/wallet-api/react.d.ts +6 -11
- package/lib/wallet-api/react.d.ts.map +1 -1
- package/lib/wallet-api/react.js +293 -135
- package/lib/wallet-api/react.js.map +1 -1
- package/lib/wallet-api/tracking.d.ts +6 -0
- package/lib/wallet-api/tracking.d.ts.map +1 -1
- package/lib/wallet-api/tracking.js +20 -0
- package/lib/wallet-api/tracking.js.map +1 -1
- package/lib/wallet-api/types.d.ts +3 -0
- package/lib/wallet-api/types.d.ts.map +1 -1
- package/lib/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib/wallet-api/useDappLogic.js +65 -80
- package/lib/wallet-api/useDappLogic.js.map +1 -1
- package/lib/wallet-api/utils/deriveAccountIdForManifest.d.ts +6 -0
- package/lib/wallet-api/utils/deriveAccountIdForManifest.d.ts.map +1 -1
- package/lib/wallet-api/utils/deriveAccountIdForManifest.js +13 -3
- package/lib/wallet-api/utils/deriveAccountIdForManifest.js.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.js +0 -4
- package/lib-es/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib-es/__tests__/test-helpers/environment.js +3 -0
- package/lib-es/__tests__/test-helpers/environment.js.map +1 -1
- package/lib-es/__tests__/test-helpers/setup.integration.d.ts +2 -0
- package/lib-es/__tests__/test-helpers/setup.integration.d.ts.map +1 -0
- package/lib-es/__tests__/test-helpers/setup.integration.js +14 -0
- package/lib-es/__tests__/test-helpers/setup.integration.js.map +1 -0
- package/lib-es/account/helpers.d.ts.map +1 -1
- package/lib-es/account/helpers.js +5 -1
- package/lib-es/account/helpers.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/getAccountShape.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/getAccountShape.js +13 -11
- package/lib-es/bridge/generic-alpaca/getAccountShape.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.js +1 -1
- package/lib-es/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib-es/bridge/impl.d.ts +0 -2
- package/lib-es/bridge/impl.d.ts.map +1 -1
- package/lib-es/bridge/impl.js +3 -6
- package/lib-es/bridge/impl.js.map +1 -1
- package/lib-es/currencies/helpers.d.ts +1 -3
- package/lib-es/currencies/helpers.d.ts.map +1 -1
- package/lib-es/currencies/helpers.js +0 -24
- package/lib-es/currencies/helpers.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/hooks/useAssetsData.d.ts +1 -0
- package/lib-es/dada-client/hooks/useAssetsData.d.ts.map +1 -1
- package/lib-es/dada-client/hooks/useAssetsData.js +1 -0
- package/lib-es/dada-client/hooks/useAssetsData.js.map +1 -1
- package/lib-es/deposit/type.d.ts +0 -17
- package/lib-es/deposit/type.d.ts.map +1 -1
- package/lib-es/deposit/type.js.map +1 -1
- package/lib-es/device/use-cases/getDeviceHasBattery.d.ts +2 -0
- package/lib-es/device/use-cases/getDeviceHasBattery.d.ts.map +1 -0
- package/lib-es/device/use-cases/getDeviceHasBattery.js +2 -0
- package/lib-es/device/use-cases/getDeviceHasBattery.js.map +1 -0
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.js +4 -2
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
- package/lib-es/deviceSDK/tasks/core.d.ts +1 -1
- package/lib-es/deviceSDK/tasks/core.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/core.js +1 -1
- package/lib-es/deviceSDK/tasks/core.js.map +1 -1
- package/lib-es/deviceSDK/tasks/getDeviceInfo.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/getDeviceInfo.js +2 -0
- package/lib-es/deviceSDK/tasks/getDeviceInfo.js.map +1 -1
- package/lib-es/deviceSDK/tasks/getLatestFirmware.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/getLatestFirmware.js +2 -2
- package/lib-es/deviceSDK/tasks/getLatestFirmware.js.map +1 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.js +2 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.js.map +1 -1
- package/lib-es/e2e/data/assetsDrawer.d.ts +9 -0
- package/lib-es/e2e/data/assetsDrawer.d.ts.map +1 -0
- package/lib-es/e2e/data/assetsDrawer.js +9 -0
- package/lib-es/e2e/data/assetsDrawer.js.map +1 -0
- package/lib-es/e2e/deviceInteraction/DeviceController.d.ts +41 -0
- package/lib-es/e2e/deviceInteraction/DeviceController.d.ts.map +1 -0
- package/lib-es/e2e/deviceInteraction/DeviceController.js +63 -0
- package/lib-es/e2e/deviceInteraction/DeviceController.js.map +1 -0
- package/lib-es/e2e/enum/Account.d.ts +0 -1
- package/lib-es/e2e/enum/Account.d.ts.map +1 -1
- package/lib-es/e2e/enum/Account.js +0 -1
- package/lib-es/e2e/enum/Account.js.map +1 -1
- package/lib-es/e2e/enum/Currency.d.ts +0 -1
- package/lib-es/e2e/enum/Currency.d.ts.map +1 -1
- package/lib-es/e2e/enum/Currency.js +2 -6
- package/lib-es/e2e/enum/Currency.js.map +1 -1
- package/lib-es/e2e/enum/ReceiveFundsOptions.d.ts +6 -0
- package/lib-es/e2e/enum/ReceiveFundsOptions.d.ts.map +1 -0
- package/lib-es/e2e/enum/ReceiveFundsOptions.js +5 -0
- package/lib-es/e2e/enum/ReceiveFundsOptions.js.map +1 -0
- package/lib-es/e2e/families/algorand.d.ts +1 -1
- package/lib-es/e2e/families/algorand.d.ts.map +1 -1
- package/lib-es/e2e/families/algorand.js +5 -4
- package/lib-es/e2e/families/algorand.js.map +1 -1
- package/lib-es/e2e/families/aptos.d.ts +2 -2
- package/lib-es/e2e/families/aptos.d.ts.map +1 -1
- package/lib-es/e2e/families/aptos.js +9 -7
- package/lib-es/e2e/families/aptos.js.map +1 -1
- package/lib-es/e2e/families/bitcoin.d.ts +2 -2
- package/lib-es/e2e/families/bitcoin.d.ts.map +1 -1
- package/lib-es/e2e/families/bitcoin.js +11 -9
- package/lib-es/e2e/families/bitcoin.js.map +1 -1
- package/lib-es/e2e/families/cardano.d.ts +6 -0
- package/lib-es/e2e/families/cardano.d.ts.map +1 -1
- package/lib-es/e2e/families/cardano.js +23 -21
- package/lib-es/e2e/families/cardano.js.map +1 -1
- package/lib-es/e2e/families/celo.d.ts +1 -1
- package/lib-es/e2e/families/celo.d.ts.map +1 -1
- package/lib-es/e2e/families/celo.js +5 -4
- package/lib-es/e2e/families/celo.js.map +1 -1
- package/lib-es/e2e/families/cosmos.d.ts +2 -2
- package/lib-es/e2e/families/cosmos.d.ts.map +1 -1
- package/lib-es/e2e/families/cosmos.js +9 -7
- package/lib-es/e2e/families/cosmos.js.map +1 -1
- package/lib-es/e2e/families/evm.d.ts +2 -0
- package/lib-es/e2e/families/evm.d.ts.map +1 -1
- package/lib-es/e2e/families/evm.js +10 -9
- package/lib-es/e2e/families/evm.js.map +1 -1
- package/lib-es/e2e/families/hedera.d.ts +1 -1
- package/lib-es/e2e/families/hedera.d.ts.map +1 -1
- package/lib-es/e2e/families/hedera.js +5 -4
- package/lib-es/e2e/families/hedera.js.map +1 -1
- package/lib-es/e2e/families/kaspa.d.ts +2 -2
- package/lib-es/e2e/families/kaspa.d.ts.map +1 -1
- package/lib-es/e2e/families/kaspa.js +9 -7
- package/lib-es/e2e/families/kaspa.js.map +1 -1
- package/lib-es/e2e/families/multiversX.d.ts +1 -1
- package/lib-es/e2e/families/multiversX.d.ts.map +1 -1
- package/lib-es/e2e/families/multiversX.js +5 -4
- package/lib-es/e2e/families/multiversX.js.map +1 -1
- package/lib-es/e2e/families/near.d.ts +1 -1
- package/lib-es/e2e/families/near.d.ts.map +1 -1
- package/lib-es/e2e/families/near.js +6 -5
- package/lib-es/e2e/families/near.js.map +1 -1
- package/lib-es/e2e/families/osmosis.d.ts +1 -1
- package/lib-es/e2e/families/osmosis.d.ts.map +1 -1
- package/lib-es/e2e/families/osmosis.js +5 -4
- package/lib-es/e2e/families/osmosis.js.map +1 -1
- package/lib-es/e2e/families/polkadot.d.ts +1 -1
- package/lib-es/e2e/families/polkadot.d.ts.map +1 -1
- package/lib-es/e2e/families/polkadot.js +5 -4
- package/lib-es/e2e/families/polkadot.js.map +1 -1
- package/lib-es/e2e/families/solana.d.ts +2 -2
- package/lib-es/e2e/families/solana.d.ts.map +1 -1
- package/lib-es/e2e/families/solana.js +9 -7
- package/lib-es/e2e/families/solana.js.map +1 -1
- package/lib-es/e2e/families/stellar.d.ts +1 -1
- package/lib-es/e2e/families/stellar.d.ts.map +1 -1
- package/lib-es/e2e/families/stellar.js +5 -4
- package/lib-es/e2e/families/stellar.js.map +1 -1
- package/lib-es/e2e/families/sui.d.ts +1 -1
- package/lib-es/e2e/families/sui.d.ts.map +1 -1
- package/lib-es/e2e/families/sui.js +5 -4
- package/lib-es/e2e/families/sui.js.map +1 -1
- package/lib-es/e2e/families/tezos.d.ts +1 -1
- package/lib-es/e2e/families/tezos.d.ts.map +1 -1
- package/lib-es/e2e/families/tezos.js +8 -8
- package/lib-es/e2e/families/tezos.js.map +1 -1
- package/lib-es/e2e/families/tron.d.ts +1 -1
- package/lib-es/e2e/families/tron.d.ts.map +1 -1
- package/lib-es/e2e/families/tron.js +5 -4
- package/lib-es/e2e/families/tron.js.map +1 -1
- package/lib-es/e2e/families/xrp.d.ts +1 -1
- package/lib-es/e2e/families/xrp.d.ts.map +1 -1
- package/lib-es/e2e/families/xrp.js +5 -4
- package/lib-es/e2e/families/xrp.js.map +1 -1
- package/lib-es/e2e/index.d.ts +22 -0
- package/lib-es/e2e/index.d.ts.map +1 -1
- package/lib-es/e2e/speculos.d.ts +11 -11
- package/lib-es/e2e/speculos.d.ts.map +1 -1
- package/lib-es/e2e/speculos.js +63 -45
- package/lib-es/e2e/speculos.js.map +1 -1
- package/lib-es/env.react.d.ts +1 -1
- package/lib-es/env.react.d.ts.map +1 -1
- package/lib-es/exchange/providers/swap.d.ts +1 -0
- package/lib-es/exchange/providers/swap.d.ts.map +1 -1
- package/lib-es/exchange/providers/swap.js +3 -0
- package/lib-es/exchange/providers/swap.js.map +1 -1
- package/lib-es/exchange/swap/getCompleteSwapHistory.js +1 -1
- package/lib-es/exchange/swap/getCompleteSwapHistory.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.js +1 -1
- package/lib-es/exchange/swap/hooks/useSelectableCurrencies.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js +2 -3
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.js +17 -12
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.js.map +1 -1
- package/lib-es/families/canton/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/canton/bridge/mock.js +1 -0
- package/lib-es/families/canton/bridge/mock.js.map +1 -1
- package/lib-es/families/canton/react.d.ts +15 -0
- package/lib-es/families/canton/react.d.ts.map +1 -0
- package/lib-es/families/canton/react.js +10 -0
- package/lib-es/families/canton/react.js.map +1 -0
- package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.d.ts +1 -1
- package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.d.ts.map +1 -1
- package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.js +1 -1
- package/lib-es/families/cosmos/datasets/dydx.integration.FIXME.js.map +1 -1
- package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts +1 -1
- package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.d.ts.map +1 -1
- package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.js +1 -1
- package/lib-es/families/cosmos/datasets/secretNetwork.integration.FIXME.js.map +1 -1
- package/lib-es/families/evm/config.d.ts.map +1 -1
- package/lib-es/families/evm/config.js +49 -0
- package/lib-es/families/evm/config.js.map +1 -1
- package/lib-es/families/evm/setup.d.ts.map +1 -1
- package/lib-es/families/evm/setup.js +1 -11
- package/lib-es/families/evm/setup.js.map +1 -1
- package/lib-es/families/solana/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/solana/bridge/mock.js +11 -9
- package/lib-es/families/solana/bridge/mock.js.map +1 -1
- package/lib-es/families/solana/config.d.ts.map +1 -1
- package/lib-es/families/solana/config.js +0 -1
- package/lib-es/families/solana/config.js.map +1 -1
- package/lib-es/families/solana/setup.d.ts +8 -0
- package/lib-es/families/solana/setup.d.ts.map +1 -1
- package/lib-es/families/solana/setup.js +28 -17
- package/lib-es/families/solana/setup.js.map +1 -1
- package/lib-es/families/tron/data.mock.d.ts.map +1 -1
- package/lib-es/families/tron/data.mock.js +3 -6
- package/lib-es/families/tron/data.mock.js.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts +3 -0
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.js +10 -0
- 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 +14 -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/market/hooks/useMarketDataProvider.js +1 -0
- package/lib-es/market/hooks/useMarketDataProvider.js.map +1 -1
- package/lib-es/market/utils/types.d.ts +1 -0
- package/lib-es/market/utils/types.d.ts.map +1 -1
- package/lib-es/market/utils/types.js.map +1 -1
- package/lib-es/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.js +11 -0
- package/lib-es/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.js.map +1 -1
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.d.ts +1 -5
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.d.ts.map +1 -1
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.js +2 -2
- package/lib-es/modularDrawer/hooks/useNetworkAccountCounts.js.map +1 -1
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.d.ts +1 -1
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.d.ts.map +1 -1
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.js +1 -2
- package/lib-es/modularDrawer/modules/createNetworkConfiguration.js.map +1 -1
- package/lib-es/modularDrawer/utils/{groupCurrenciesByProvider.d.ts → groupCurrenciesByAsset.d.ts} +2 -2
- package/lib-es/modularDrawer/utils/groupCurrenciesByAsset.d.ts.map +1 -0
- package/lib-es/modularDrawer/utils/{groupCurrenciesByProvider.js → groupCurrenciesByAsset.js} +6 -6
- package/lib-es/modularDrawer/utils/groupCurrenciesByAsset.js.map +1 -0
- package/lib-es/modularDrawer/utils/index.d.ts +1 -1
- package/lib-es/modularDrawer/utils/index.d.ts.map +1 -1
- package/lib-es/modularDrawer/utils/index.js +1 -1
- package/lib-es/modularDrawer/utils/index.js.map +1 -1
- package/lib-es/modularDrawer/utils/type.d.ts +0 -5
- package/lib-es/modularDrawer/utils/type.d.ts.map +1 -1
- package/lib-es/platform/filters.d.ts +1 -2
- package/lib-es/platform/filters.d.ts.map +1 -1
- package/lib-es/platform/filters.js +0 -15
- package/lib-es/platform/filters.js.map +1 -1
- package/lib-es/platform/helpers.d.ts +1 -5
- package/lib-es/platform/helpers.d.ts.map +1 -1
- package/lib-es/platform/helpers.js +1 -30
- package/lib-es/platform/helpers.js.map +1 -1
- package/lib-es/platform/react.d.ts +2 -3
- package/lib-es/platform/react.d.ts.map +1 -1
- package/lib-es/platform/react.js +67 -16
- package/lib-es/platform/react.js.map +1 -1
- package/lib-es/platform/types.d.ts +3 -3
- package/lib-es/platform/types.d.ts.map +1 -1
- package/lib-es/postOnboarding/reducer.d.ts +2 -0
- package/lib-es/postOnboarding/reducer.d.ts.map +1 -1
- package/lib-es/test-helpers/cryptoAssetsStore.d.ts +2 -0
- package/lib-es/test-helpers/cryptoAssetsStore.d.ts.map +1 -0
- package/lib-es/test-helpers/cryptoAssetsStore.js +2 -0
- package/lib-es/test-helpers/cryptoAssetsStore.js.map +1 -0
- package/lib-es/utils/getAccountTuplesForCurrency.d.ts +1 -1
- package/lib-es/utils/getAccountTuplesForCurrency.d.ts.map +1 -1
- package/lib-es/utils/getAccountTuplesForCurrency.js +2 -3
- package/lib-es/utils/getAccountTuplesForCurrency.js.map +1 -1
- package/lib-es/wallet-api/ACRE/server.js +1 -1
- 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 +6 -5
- package/lib-es/wallet-api/Exchange/server.js.map +1 -1
- package/lib-es/wallet-api/converters.d.ts +1 -0
- package/lib-es/wallet-api/converters.d.ts.map +1 -1
- package/lib-es/wallet-api/converters.js +5 -1
- package/lib-es/wallet-api/converters.js.map +1 -1
- package/lib-es/wallet-api/logic.js +1 -1
- package/lib-es/wallet-api/logic.js.map +1 -1
- package/lib-es/wallet-api/react.d.ts +6 -11
- package/lib-es/wallet-api/react.d.ts.map +1 -1
- package/lib-es/wallet-api/react.js +291 -131
- package/lib-es/wallet-api/react.js.map +1 -1
- package/lib-es/wallet-api/tracking.d.ts +6 -0
- package/lib-es/wallet-api/tracking.d.ts.map +1 -1
- package/lib-es/wallet-api/tracking.js +20 -0
- package/lib-es/wallet-api/tracking.js.map +1 -1
- package/lib-es/wallet-api/types.d.ts +3 -0
- package/lib-es/wallet-api/types.d.ts.map +1 -1
- package/lib-es/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib-es/wallet-api/useDappLogic.js +62 -77
- package/lib-es/wallet-api/useDappLogic.js.map +1 -1
- package/lib-es/wallet-api/utils/deriveAccountIdForManifest.d.ts +6 -0
- package/lib-es/wallet-api/utils/deriveAccountIdForManifest.d.ts.map +1 -1
- package/lib-es/wallet-api/utils/deriveAccountIdForManifest.js +11 -2
- package/lib-es/wallet-api/utils/deriveAccountIdForManifest.js.map +1 -1
- package/package.json +74 -60
- package/src/DataModel.test.ts +2 -8
- package/src/__tests__/__snapshots__/csvExport.ts.snap +0 -718
- package/src/__tests__/accounts/groupPerDay.ts +2 -4
- package/src/__tests__/csvExport.ts +3 -3
- package/src/__tests__/currencies.ts +5 -38
- package/src/__tests__/migration/account-migration.ts +3 -0
- package/src/__tests__/test-helpers/bridge.ts +0 -2
- package/src/__tests__/test-helpers/environment.ts +3 -0
- package/src/__tests__/test-helpers/setup.integration.ts +17 -0
- package/src/__tests__/test-helpers/setup.ts +3 -8
- package/src/account/helpers.test.ts +2 -2
- package/src/account/helpers.ts +5 -1
- package/src/account/serialization.test.ts +2 -2
- package/src/bridge/crypto-assets/index.test.ts +15 -44
- package/src/bridge/generic-alpaca/getAccountShape.ts +15 -12
- package/src/bridge/generic-alpaca/tests/getAccountShape.test.ts +142 -101
- package/src/bridge/generic-alpaca/utils.test.ts +1 -2
- package/src/bridge/generic-alpaca/utils.ts +1 -1
- package/src/bridge/impl.ts +3 -7
- package/src/currencies/cryptoIcons.test.ts +23 -4
- package/src/currencies/helpers.test.ts +4 -11
- package/src/currencies/helpers.ts +1 -42
- package/src/currencies/index.ts +0 -3
- package/src/currencies/sortByMarketcap.test.ts +0 -26
- package/src/dada-client/hooks/useAssetsData.ts +1 -0
- package/src/deposit/type.ts +0 -21
- package/src/device/use-cases/getDeviceHasBattery.ts +1 -0
- package/src/deviceSDK/hooks/useBatteryStatuses.test.ts +3 -1
- package/src/deviceSDK/hooks/useBatteryStatuses.ts +4 -1
- package/src/deviceSDK/tasks/core.test.ts +20 -0
- package/src/deviceSDK/tasks/core.ts +2 -1
- package/src/deviceSDK/tasks/getDeviceInfo.ts +2 -0
- package/src/deviceSDK/tasks/getLatestFirmware.ts +4 -4
- package/src/deviceSDK/tasks/updateFirmware.ts +2 -0
- package/src/domain/getTokensWithFunds.test.ts +32 -3
- package/src/e2e/data/assetsDrawer.ts +8 -0
- package/src/e2e/deviceInteraction/DeviceController.ts +85 -0
- package/src/e2e/enum/Account.ts +0 -6
- package/src/e2e/enum/Currency.ts +2 -6
- package/src/e2e/enum/ReceiveFundsOptions.ts +7 -0
- package/src/e2e/families/algorand.ts +20 -13
- package/src/e2e/families/aptos.ts +28 -16
- package/src/e2e/families/bitcoin.ts +53 -39
- package/src/e2e/families/cardano.ts +47 -36
- package/src/e2e/families/celo.ts +18 -12
- package/src/e2e/families/cosmos.ts +35 -23
- package/src/e2e/families/evm.ts +24 -13
- package/src/e2e/families/hedera.ts +6 -4
- package/src/e2e/families/kaspa.ts +28 -16
- package/src/e2e/families/multiversX.ts +16 -10
- package/src/e2e/families/near.ts +23 -17
- package/src/e2e/families/osmosis.ts +19 -13
- package/src/e2e/families/polkadot.ts +19 -13
- package/src/e2e/families/solana.ts +35 -23
- package/src/e2e/families/stellar.ts +18 -13
- package/src/e2e/families/sui.ts +15 -9
- package/src/e2e/families/tezos.ts +25 -18
- package/src/e2e/families/tron.ts +19 -13
- package/src/e2e/families/xrp.ts +19 -13
- package/src/e2e/speculos.ts +174 -139
- package/src/exchange/providers/swap.ts +4 -0
- package/src/exchange/swap/getCompleteSwapHistory.ts +1 -1
- package/src/exchange/swap/hooks/useSelectableCurrencies.test.ts +4 -0
- package/src/exchange/swap/hooks/useSelectableCurrencies.ts +1 -1
- package/src/exchange/swap/hooks/v5/useFetchCurrencyAll.ts +2 -3
- package/src/exchange/swap/hooks/v5/useFilteredProviders.ts +37 -12
- package/src/families/algorand/bridge.integration.test.ts +1 -1
- package/src/families/aptos/__snapshots__/bridge.integration.test.ts.snap +111 -1
- package/src/families/aptos/bridge.integration.test.ts +1 -1
- package/src/families/bitcoin/bridge.integration.test.ts +1 -1
- package/src/families/bitcoin/satstack.test.ts +5 -8
- package/src/families/canton/bridge/mock.ts +1 -0
- package/src/families/canton/react.ts +50 -0
- package/src/families/cardano/__snapshots__/bridge.integration.test.ts.snap +2 -2
- package/src/families/cardano/bridge.integration.test.ts +1 -1
- package/src/families/casper/bridge.integration.test.ts +1 -1
- package/src/families/celo/bridge.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +1 -1
- package/src/families/cosmos/datasets/axelar.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/babylon.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/coreum.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/cosmos.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/cryptoOrg.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/desmos.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/dydx.integration.FIXME.ts +1 -1
- package/src/families/cosmos/datasets/injective.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/mantra.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/onomy.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/osmosis.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/persistence.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/quicksilver.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/secretNetwork.integration.FIXME.ts +1 -1
- package/src/families/cosmos/datasets/seiNetwork.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/stargaze.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/umee.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/xion.integration.test.ts +1 -1
- package/src/families/cosmos/datasets/zenrock.integration.test.ts +1 -1
- package/src/families/evm/bridge.integration.test.ts +1 -1
- package/src/families/evm/config.ts +49 -0
- package/src/families/evm/setup.ts +0 -12
- package/src/families/filecoin/bridge.integration.test.ts +1 -1
- package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +191 -596
- package/src/families/hedera/bridge.integration.test.ts +1 -1
- package/src/families/icon/bridge.integration.test.ts +1 -1
- package/src/families/internet_computer/bridge.integration.test.ts +1 -1
- package/src/families/kaspa/bridge.integration.test.ts +1 -1
- package/src/families/mina/bridge.integration.test.ts +1 -1
- package/src/families/multiversx/bridge.integration.test.ts +1 -1
- package/src/families/multiversx/synchronisation.integration.test.ts +1 -1
- package/src/families/near/bridge.integration.test.ts +1 -1
- package/src/families/polkadot/bridge.integration.test.ts +1 -1
- package/src/families/solana/bridge/mock.ts +13 -23
- package/src/families/solana/bridge.integration.test.ts +1 -1
- package/src/families/solana/config.ts +0 -1
- package/src/families/solana/setup.ts +37 -24
- package/src/families/stacks/__tests__/sync.integration.test.ts +1 -1
- package/src/families/stacks/bridge.integration.test.ts +1 -1
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +279 -15
- package/src/families/stellar/bridge.integration.test.ts +1 -1
- package/src/families/sui/bridge.integration.test.ts +1 -1
- package/src/families/tezos/bridge.integration.test.ts +1 -1
- package/src/families/ton/bridge.integration.test.ts +1 -1
- package/src/families/tron/bridge.integration.test.ts +1 -1
- package/src/families/tron/data.mock.ts +4 -8
- package/src/families/vechain/bridge.integration.test.ts +1 -1
- package/src/families/xrp/bridge.integration.test.ts +1 -1
- package/src/featureFlags/defaultFeatures.ts +11 -0
- package/src/featureFlags/stakePrograms/index.ts +18 -0
- package/src/market/hooks/useMarketDataProvider.ts +1 -0
- package/src/market/utils/types.ts +1 -0
- package/src/modularDrawer/hooks/__test__/useAssetAccountCounts.test.ts +0 -5
- package/src/modularDrawer/hooks/useCurrenciesUnderFeatureFlag.ts +11 -0
- package/src/modularDrawer/hooks/useNetworkAccountCounts.tsx +1 -6
- package/src/modularDrawer/modules/__test__/createAssetConfiguration.test.tsx +2 -2
- package/src/modularDrawer/modules/createNetworkConfiguration.ts +1 -2
- package/src/modularDrawer/utils/__tests__/groupCurrenciesByAsset.test.ts +88 -0
- package/src/modularDrawer/utils/{groupCurrenciesByProvider.ts → groupCurrenciesByAsset.ts} +5 -5
- package/src/modularDrawer/utils/index.ts +1 -1
- package/src/modularDrawer/utils/type.ts +0 -5
- package/src/platform/filters.ts +1 -23
- package/src/platform/helpers.ts +2 -49
- package/src/platform/react.ts +86 -22
- package/src/platform/types.ts +1 -1
- package/src/test-helpers/cryptoAssetsStore.ts +5 -0
- package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +3 -33
- package/src/utils/getAccountTuplesForCurrency.ts +1 -6
- package/src/wallet-api/ACRE/server.test.ts +3 -4
- package/src/wallet-api/ACRE/server.ts +1 -1
- package/src/wallet-api/Exchange/server.test.ts +0 -5
- package/src/wallet-api/Exchange/server.ts +8 -7
- package/src/wallet-api/converters.ts +6 -1
- package/src/wallet-api/logic.test.ts +3 -3
- package/src/wallet-api/logic.ts +1 -1
- package/src/wallet-api/react.ts +312 -137
- package/src/wallet-api/tracking.ts +22 -0
- package/src/wallet-api/types.ts +5 -0
- package/src/wallet-api/useDappLogic.ts +91 -106
- package/src/wallet-api/utils/deriveAccountIdForManifest.ts +14 -2
- package/lib/__tests__/test-helpers/setup.d.ts +0 -2
- package/lib/__tests__/test-helpers/setup.d.ts.map +0 -1
- package/lib/__tests__/test-helpers/setup.js.map +0 -1
- package/lib/bridge/crypto-assets/index.d.ts +0 -4
- package/lib/bridge/crypto-assets/index.d.ts.map +0 -1
- package/lib/bridge/crypto-assets/index.js +0 -22
- package/lib/bridge/crypto-assets/index.js.map +0 -1
- package/lib/deposit/helper.d.ts +0 -8
- package/lib/deposit/helper.d.ts.map +0 -1
- package/lib/deposit/helper.js +0 -125
- package/lib/deposit/helper.js.map +0 -1
- package/lib/deposit/index.d.ts +0 -3
- package/lib/deposit/index.d.ts.map +0 -1
- package/lib/deposit/index.js +0 -6
- package/lib/deposit/index.js.map +0 -1
- package/lib/deposit/mock.d.ts +0 -75
- package/lib/deposit/mock.d.ts.map +0 -1
- package/lib/deposit/mock.js +0 -15111
- package/lib/deposit/mock.js.map +0 -1
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.d.ts +0 -3
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.d.ts.map +0 -1
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.js +0 -40
- package/lib/deposit/useGroupedCurrenciesByProvider.hook.js.map +0 -1
- package/lib/e2e/deviceInteraction/ButtonDeviceSimulator.d.ts +0 -3
- package/lib/e2e/deviceInteraction/ButtonDeviceSimulator.d.ts.map +0 -1
- package/lib/e2e/deviceInteraction/ButtonDeviceSimulator.js +0 -26
- package/lib/e2e/deviceInteraction/ButtonDeviceSimulator.js.map +0 -1
- package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.d.ts +0 -22
- package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.d.ts.map +0 -1
- package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js +0 -41
- package/lib/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js.map +0 -1
- package/lib/modularDrawer/utils/currencyUtils.d.ts +0 -10
- package/lib/modularDrawer/utils/currencyUtils.d.ts.map +0 -1
- package/lib/modularDrawer/utils/currencyUtils.js +0 -74
- package/lib/modularDrawer/utils/currencyUtils.js.map +0 -1
- package/lib/modularDrawer/utils/groupCurrenciesByProvider.d.ts.map +0 -1
- package/lib/modularDrawer/utils/groupCurrenciesByProvider.js +0 -21
- package/lib/modularDrawer/utils/groupCurrenciesByProvider.js.map +0 -1
- package/lib-es/__tests__/test-helpers/setup.d.ts +0 -2
- package/lib-es/__tests__/test-helpers/setup.d.ts.map +0 -1
- package/lib-es/__tests__/test-helpers/setup.js +0 -18
- package/lib-es/__tests__/test-helpers/setup.js.map +0 -1
- package/lib-es/bridge/crypto-assets/index.d.ts +0 -4
- package/lib-es/bridge/crypto-assets/index.d.ts.map +0 -1
- package/lib-es/bridge/crypto-assets/index.js +0 -17
- package/lib-es/bridge/crypto-assets/index.js.map +0 -1
- package/lib-es/deposit/helper.d.ts +0 -8
- package/lib-es/deposit/helper.d.ts.map +0 -1
- package/lib-es/deposit/helper.js +0 -117
- package/lib-es/deposit/helper.js.map +0 -1
- package/lib-es/deposit/index.d.ts +0 -3
- package/lib-es/deposit/index.d.ts.map +0 -1
- package/lib-es/deposit/index.js +0 -3
- package/lib-es/deposit/index.js.map +0 -1
- package/lib-es/deposit/mock.d.ts +0 -75
- package/lib-es/deposit/mock.d.ts.map +0 -1
- package/lib-es/deposit/mock.js +0 -15108
- package/lib-es/deposit/mock.js.map +0 -1
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.d.ts +0 -3
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.d.ts.map +0 -1
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.js +0 -36
- package/lib-es/deposit/useGroupedCurrenciesByProvider.hook.js.map +0 -1
- package/lib-es/e2e/deviceInteraction/ButtonDeviceSimulator.d.ts +0 -3
- package/lib-es/e2e/deviceInteraction/ButtonDeviceSimulator.d.ts.map +0 -1
- package/lib-es/e2e/deviceInteraction/ButtonDeviceSimulator.js +0 -18
- package/lib-es/e2e/deviceInteraction/ButtonDeviceSimulator.js.map +0 -1
- package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.d.ts +0 -22
- package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.d.ts.map +0 -1
- package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js +0 -38
- package/lib-es/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.js.map +0 -1
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts +0 -10
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/currencyUtils.js +0 -65
- package/lib-es/modularDrawer/utils/currencyUtils.js.map +0 -1
- package/lib-es/modularDrawer/utils/groupCurrenciesByProvider.d.ts.map +0 -1
- package/lib-es/modularDrawer/utils/groupCurrenciesByProvider.js.map +0 -1
- package/src/bridge/crypto-assets/index.ts +0 -23
- package/src/deposit/deposit.integration.test.ts +0 -88
- package/src/deposit/deposit.test.ts +0 -684
- package/src/deposit/helper.ts +0 -143
- package/src/deposit/index.ts +0 -3
- package/src/deposit/mock.ts +0 -15112
- package/src/deposit/useGroupedCurrenciesByProvider.hook.ts +0 -46
- package/src/e2e/deviceInteraction/ButtonDeviceSimulator.ts +0 -23
- package/src/modularDrawer/__mocks__/useGroupedCurrenciesByProvider.mock.ts +0 -49
- package/src/modularDrawer/modules/__test__/createNetworkConfiguration.test.ts +0 -342
- package/src/modularDrawer/utils/__tests__/currencyUtils.test.ts +0 -126
- package/src/modularDrawer/utils/currencyUtils.ts +0 -95
|
@@ -20,42 +20,9 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
|
|
|
20
20
|
"spendableBalance": "31516347222",
|
|
21
21
|
"subAccounts": [],
|
|
22
22
|
"swapHistory": [],
|
|
23
|
-
"syncHash": "
|
|
23
|
+
"syncHash": "0xda095fbe",
|
|
24
24
|
"used": true,
|
|
25
25
|
},
|
|
26
|
-
{
|
|
27
|
-
"balance": "20000000",
|
|
28
|
-
"id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
|
|
29
|
-
"operationsCount": 2,
|
|
30
|
-
"parentId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
31
|
-
"pendingOperations": [],
|
|
32
|
-
"spendableBalance": "20000000",
|
|
33
|
-
"swapHistory": [],
|
|
34
|
-
"tokenId": "hedera/hts/tune_fm_0.0.127877",
|
|
35
|
-
"type": "TokenAccountRaw",
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"balance": "10000",
|
|
39
|
-
"id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2Fusd~!underscore!~coin~!underscore!~0.0.456858",
|
|
40
|
-
"operationsCount": 1,
|
|
41
|
-
"parentId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
42
|
-
"pendingOperations": [],
|
|
43
|
-
"spendableBalance": "10000",
|
|
44
|
-
"swapHistory": [],
|
|
45
|
-
"tokenId": "hedera/hts/usd_coin_0.0.456858",
|
|
46
|
-
"type": "TokenAccountRaw",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"balance": "20000000",
|
|
50
|
-
"id": "js:2:hedera:0.0.1040977:hederaBip44+hedera%2Fhts%2F~!underscore!~0.0.7893707",
|
|
51
|
-
"operationsCount": 1,
|
|
52
|
-
"parentId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
53
|
-
"pendingOperations": [],
|
|
54
|
-
"spendableBalance": "20000000",
|
|
55
|
-
"swapHistory": [],
|
|
56
|
-
"tokenId": "hedera/hts/_0.0.7893707",
|
|
57
|
-
"type": "TokenAccountRaw",
|
|
58
|
-
},
|
|
59
26
|
{
|
|
60
27
|
"balance": "226095",
|
|
61
28
|
"currencyId": "hedera",
|
|
@@ -74,7 +41,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
|
|
|
74
41
|
"spendableBalance": "226095",
|
|
75
42
|
"subAccounts": [],
|
|
76
43
|
"swapHistory": [],
|
|
77
|
-
"syncHash": "
|
|
44
|
+
"syncHash": "0xda095fbe",
|
|
78
45
|
"used": true,
|
|
79
46
|
},
|
|
80
47
|
{
|
|
@@ -95,7 +62,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
|
|
|
95
62
|
"spendableBalance": "80189",
|
|
96
63
|
"subAccounts": [],
|
|
97
64
|
"swapHistory": [],
|
|
98
|
-
"syncHash": "
|
|
65
|
+
"syncHash": "0xda095fbe",
|
|
99
66
|
"used": true,
|
|
100
67
|
},
|
|
101
68
|
{
|
|
@@ -116,7 +83,7 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
|
|
|
116
83
|
"spendableBalance": "99836954",
|
|
117
84
|
"subAccounts": [],
|
|
118
85
|
"swapHistory": [],
|
|
119
|
-
"syncHash": "
|
|
86
|
+
"syncHash": "0xda095fbe",
|
|
120
87
|
"used": true,
|
|
121
88
|
},
|
|
122
89
|
{
|
|
@@ -137,20 +104,9 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 1`] = `
|
|
|
137
104
|
"spendableBalance": "771245057",
|
|
138
105
|
"subAccounts": [],
|
|
139
106
|
"swapHistory": [],
|
|
140
|
-
"syncHash": "
|
|
107
|
+
"syncHash": "0xda095fbe",
|
|
141
108
|
"used": true,
|
|
142
109
|
},
|
|
143
|
-
{
|
|
144
|
-
"balance": "241000000",
|
|
145
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44+hedera%2Fhts%2Ftune~!underscore!~fm~!underscore!~0.0.127877",
|
|
146
|
-
"operationsCount": 15,
|
|
147
|
-
"parentId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
148
|
-
"pendingOperations": [],
|
|
149
|
-
"spendableBalance": "241000000",
|
|
150
|
-
"swapHistory": [],
|
|
151
|
-
"tokenId": "hedera/hts/tune_fm_0.0.127877",
|
|
152
|
-
"type": "TokenAccountRaw",
|
|
153
|
-
},
|
|
154
110
|
]
|
|
155
111
|
`;
|
|
156
112
|
|
|
@@ -427,16 +383,23 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
427
383
|
"value": "209068",
|
|
428
384
|
},
|
|
429
385
|
{
|
|
430
|
-
"accountId": "",
|
|
386
|
+
"accountId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
431
387
|
"blockHash": null,
|
|
432
388
|
"blockHeight": 10,
|
|
433
|
-
"extra": {
|
|
434
|
-
|
|
389
|
+
"extra": {
|
|
390
|
+
"consensusTimestamp": "1753699233.640576809",
|
|
391
|
+
"pagingToken": "1753699233.640576809",
|
|
392
|
+
},
|
|
393
|
+
"fee": "349789",
|
|
394
|
+
"hasFailed": false,
|
|
435
395
|
"hash": "f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ",
|
|
436
396
|
"id": "js:2:hedera:0.0.1040977:hederaBip44-f-VthZHgsuaIypYFqjMKud0_xf5AcbOzgvpVuNI965hsiuzf4aPOdr2Kq7Dl3gqQ-NONE",
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
397
|
+
"recipients": [
|
|
398
|
+
"0.0.27",
|
|
399
|
+
],
|
|
400
|
+
"senders": [
|
|
401
|
+
"0.0.8313635",
|
|
402
|
+
],
|
|
440
403
|
"type": "NONE",
|
|
441
404
|
"value": "0",
|
|
442
405
|
},
|
|
@@ -661,30 +624,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
661
624
|
"value": "99870000",
|
|
662
625
|
},
|
|
663
626
|
{
|
|
664
|
-
"accountId": "",
|
|
627
|
+
"accountId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
665
628
|
"blockHash": null,
|
|
666
629
|
"blockHeight": 10,
|
|
667
|
-
"extra": {
|
|
668
|
-
|
|
630
|
+
"extra": {
|
|
631
|
+
"consensusTimestamp": "1755785525.693277000",
|
|
632
|
+
"memo": "toto",
|
|
633
|
+
"pagingToken": "1755785525.693277000",
|
|
634
|
+
},
|
|
635
|
+
"fee": "424851",
|
|
636
|
+
"hasFailed": false,
|
|
669
637
|
"hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
|
|
670
638
|
"id": "js:2:hedera:0.0.1040977:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-NONE",
|
|
671
|
-
"
|
|
672
|
-
|
|
673
|
-
|
|
639
|
+
"recipients": [
|
|
640
|
+
"0.0.3",
|
|
641
|
+
],
|
|
642
|
+
"senders": [
|
|
643
|
+
"0.0.8313485",
|
|
644
|
+
],
|
|
674
645
|
"type": "NONE",
|
|
675
646
|
"value": "0",
|
|
676
647
|
},
|
|
677
648
|
{
|
|
678
|
-
"accountId": "",
|
|
649
|
+
"accountId": "js:2:hedera:0.0.1040977:hederaBip44",
|
|
679
650
|
"blockHash": null,
|
|
680
651
|
"blockHeight": 10,
|
|
681
|
-
"extra": {
|
|
682
|
-
|
|
652
|
+
"extra": {
|
|
653
|
+
"consensusTimestamp": "1753690711.015332718",
|
|
654
|
+
"pagingToken": "1753690711.015332718",
|
|
655
|
+
},
|
|
656
|
+
"fee": "347389",
|
|
657
|
+
"hasFailed": false,
|
|
683
658
|
"hash": "Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI",
|
|
684
659
|
"id": "js:2:hedera:0.0.1040977:hederaBip44-Mh1szXUTxW8ea886ty7LHOqqbR_mSWlynKHuCxvwnC6BF5ieHDhhujEfTI8il1uI-NONE",
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
|
|
660
|
+
"recipients": [
|
|
661
|
+
"0.0.18",
|
|
662
|
+
],
|
|
663
|
+
"senders": [
|
|
664
|
+
"0.0.8313635",
|
|
665
|
+
],
|
|
688
666
|
"type": "NONE",
|
|
689
667
|
"value": "0",
|
|
690
668
|
},
|
|
@@ -856,14 +834,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
856
834
|
"fee": "452531",
|
|
857
835
|
"hasFailed": false,
|
|
858
836
|
"hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
|
|
859
|
-
"id": "js:2:hedera:0.0.1040977:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-
|
|
837
|
+
"id": "js:2:hedera:0.0.1040977:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-OUT",
|
|
860
838
|
"recipients": [
|
|
861
|
-
"0.0.
|
|
839
|
+
"0.0.3",
|
|
862
840
|
],
|
|
863
841
|
"senders": [
|
|
864
842
|
"0.0.1040977",
|
|
865
843
|
],
|
|
866
|
-
"type": "
|
|
844
|
+
"type": "OUT",
|
|
867
845
|
"value": "452531",
|
|
868
846
|
},
|
|
869
847
|
{
|
|
@@ -1161,106 +1139,6 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
1161
1139
|
"value": "10148487",
|
|
1162
1140
|
},
|
|
1163
1141
|
],
|
|
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
|
-
],
|
|
1264
1142
|
[
|
|
1265
1143
|
{
|
|
1266
1144
|
"accountId": "js:2:hedera:0.0.7305122:hederaBip44",
|
|
@@ -1809,14 +1687,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
1809
1687
|
"fee": "26836467",
|
|
1810
1688
|
"hasFailed": false,
|
|
1811
1689
|
"hash": "_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r",
|
|
1812
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-
|
|
1690
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-_ewGHkI-6ZCZPXq2ltcB7XHFw9RtCj20Qtdevtzm9SytscIFUL44i-VoSyFgvF1r-OUT",
|
|
1813
1691
|
"recipients": [
|
|
1814
|
-
"0.0.
|
|
1692
|
+
"0.0.6",
|
|
1815
1693
|
],
|
|
1816
1694
|
"senders": [
|
|
1817
1695
|
"0.0.8313485",
|
|
1818
1696
|
],
|
|
1819
|
-
"type": "
|
|
1697
|
+
"type": "OUT",
|
|
1820
1698
|
"value": "26836467",
|
|
1821
1699
|
},
|
|
1822
1700
|
{
|
|
@@ -1852,27 +1730,35 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
1852
1730
|
"fee": "526632",
|
|
1853
1731
|
"hasFailed": false,
|
|
1854
1732
|
"hash": "05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn",
|
|
1855
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-
|
|
1733
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-05C7rBKw99WX0z1p1xCgXJohDc2441_c-aLX3g6UAnspz1Lppu1M-duYfs_dVuJn-OUT",
|
|
1856
1734
|
"recipients": [
|
|
1857
|
-
"0.0.
|
|
1735
|
+
"0.0.12",
|
|
1858
1736
|
],
|
|
1859
1737
|
"senders": [
|
|
1860
1738
|
"0.0.8313485",
|
|
1861
1739
|
],
|
|
1862
|
-
"type": "
|
|
1740
|
+
"type": "OUT",
|
|
1863
1741
|
"value": "526632",
|
|
1864
1742
|
},
|
|
1865
1743
|
{
|
|
1866
|
-
"accountId": "",
|
|
1744
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
1867
1745
|
"blockHash": null,
|
|
1868
1746
|
"blockHeight": 10,
|
|
1869
|
-
"extra": {
|
|
1870
|
-
|
|
1747
|
+
"extra": {
|
|
1748
|
+
"consensusTimestamp": "1740739638.887363715",
|
|
1749
|
+
"memo": "fromLeVtoLeL",
|
|
1750
|
+
"pagingToken": "1740739638.887363715",
|
|
1751
|
+
},
|
|
1752
|
+
"fee": "544516",
|
|
1753
|
+
"hasFailed": false,
|
|
1871
1754
|
"hash": "1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ",
|
|
1872
1755
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-1Q3HZHH__yXIyTrDJ1QQvAQtcVBYgC1A-1dRhcMtfSeOwDijXGwXsWAW9kWQREsZ-NONE",
|
|
1873
|
-
"
|
|
1874
|
-
|
|
1875
|
-
|
|
1756
|
+
"recipients": [
|
|
1757
|
+
"0.0.22",
|
|
1758
|
+
],
|
|
1759
|
+
"senders": [
|
|
1760
|
+
"0.0.507737",
|
|
1761
|
+
],
|
|
1876
1762
|
"type": "NONE",
|
|
1877
1763
|
"value": "0",
|
|
1878
1764
|
},
|
|
@@ -1952,30 +1838,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
1952
1838
|
"value": "25696084",
|
|
1953
1839
|
},
|
|
1954
1840
|
{
|
|
1955
|
-
"accountId": "",
|
|
1841
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
1956
1842
|
"blockHash": null,
|
|
1957
1843
|
"blockHeight": 10,
|
|
1958
|
-
"extra": {
|
|
1959
|
-
|
|
1844
|
+
"extra": {
|
|
1845
|
+
"consensusTimestamp": "1755857525.720819000",
|
|
1846
|
+
"pagingToken": "1755857525.720819000",
|
|
1847
|
+
},
|
|
1848
|
+
"fee": "421965",
|
|
1849
|
+
"hasFailed": false,
|
|
1960
1850
|
"hash": "4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx",
|
|
1961
1851
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-4wtpbHiq8VYjlgMBvaQjTM9ShybbfqhTW8dW2cvIg2S0-yVaK3cSSOT2mAdks9Yx-NONE",
|
|
1962
|
-
"
|
|
1963
|
-
|
|
1964
|
-
|
|
1852
|
+
"recipients": [
|
|
1853
|
+
"0.0.3",
|
|
1854
|
+
],
|
|
1855
|
+
"senders": [
|
|
1856
|
+
"0.0.507737",
|
|
1857
|
+
"0.0.800",
|
|
1858
|
+
],
|
|
1965
1859
|
"type": "NONE",
|
|
1966
1860
|
"value": "0",
|
|
1967
1861
|
},
|
|
1968
1862
|
{
|
|
1969
|
-
"accountId": "",
|
|
1863
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
1970
1864
|
"blockHash": null,
|
|
1971
1865
|
"blockHeight": 10,
|
|
1972
|
-
"extra": {
|
|
1973
|
-
|
|
1866
|
+
"extra": {
|
|
1867
|
+
"consensusTimestamp": "1760441684.201301000",
|
|
1868
|
+
"pagingToken": "1760441684.201301000",
|
|
1869
|
+
},
|
|
1870
|
+
"fee": "553055",
|
|
1871
|
+
"hasFailed": false,
|
|
1974
1872
|
"hash": "7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ",
|
|
1975
1873
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-7at5ja0NCURajPyi5FAGRNqNcphLFI_RNQWBSDCIGnQ6tlrm93EyZUfrIQk69ceJ-NONE",
|
|
1976
|
-
"
|
|
1977
|
-
|
|
1978
|
-
|
|
1874
|
+
"recipients": [
|
|
1875
|
+
"0.0.3",
|
|
1876
|
+
],
|
|
1877
|
+
"senders": [
|
|
1878
|
+
"0.0.10006055",
|
|
1879
|
+
],
|
|
1979
1880
|
"type": "NONE",
|
|
1980
1881
|
"value": "0",
|
|
1981
1882
|
},
|
|
@@ -2055,16 +1956,23 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2055
1956
|
"value": "10000",
|
|
2056
1957
|
},
|
|
2057
1958
|
{
|
|
2058
|
-
"accountId": "",
|
|
1959
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2059
1960
|
"blockHash": null,
|
|
2060
1961
|
"blockHeight": 10,
|
|
2061
|
-
"extra": {
|
|
2062
|
-
|
|
1962
|
+
"extra": {
|
|
1963
|
+
"consensusTimestamp": "1747132022.307489000",
|
|
1964
|
+
"pagingToken": "1747132022.307489000",
|
|
1965
|
+
},
|
|
1966
|
+
"fee": "482779",
|
|
1967
|
+
"hasFailed": false,
|
|
2063
1968
|
"hash": "g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z",
|
|
2064
1969
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-g2A7D2SNH4HunX7aIYzdlBCVt5z45LZX6dtOdUENh32a5e6cjPb8BF0QJWEs-W8Z-NONE",
|
|
2065
|
-
"
|
|
2066
|
-
|
|
2067
|
-
|
|
1970
|
+
"recipients": [
|
|
1971
|
+
"0.0.8",
|
|
1972
|
+
],
|
|
1973
|
+
"senders": [
|
|
1974
|
+
"0.0.507737",
|
|
1975
|
+
],
|
|
2068
1976
|
"type": "NONE",
|
|
2069
1977
|
"value": "0",
|
|
2070
1978
|
},
|
|
@@ -2131,30 +2039,44 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2131
2039
|
"value": "10000",
|
|
2132
2040
|
},
|
|
2133
2041
|
{
|
|
2134
|
-
"accountId": "",
|
|
2042
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2135
2043
|
"blockHash": null,
|
|
2136
2044
|
"blockHeight": 10,
|
|
2137
|
-
"extra": {
|
|
2138
|
-
|
|
2045
|
+
"extra": {
|
|
2046
|
+
"consensusTimestamp": "1755865083.033236000",
|
|
2047
|
+
"pagingToken": "1755865083.033236000",
|
|
2048
|
+
},
|
|
2049
|
+
"fee": "426904",
|
|
2050
|
+
"hasFailed": false,
|
|
2139
2051
|
"hash": "juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk",
|
|
2140
2052
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-juIscpG-Iij32H97o5zLZM4cWOMMmpRBRAAOi65ElK7H6OhVzL40ny67HxheMyWk-NONE",
|
|
2141
|
-
"
|
|
2142
|
-
|
|
2143
|
-
|
|
2053
|
+
"recipients": [
|
|
2054
|
+
"0.0.3",
|
|
2055
|
+
],
|
|
2056
|
+
"senders": [
|
|
2057
|
+
"0.0.507737",
|
|
2058
|
+
],
|
|
2144
2059
|
"type": "NONE",
|
|
2145
2060
|
"value": "0",
|
|
2146
2061
|
},
|
|
2147
2062
|
{
|
|
2148
|
-
"accountId": "",
|
|
2063
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2149
2064
|
"blockHash": null,
|
|
2150
2065
|
"blockHeight": 10,
|
|
2151
|
-
"extra": {
|
|
2152
|
-
|
|
2066
|
+
"extra": {
|
|
2067
|
+
"consensusTimestamp": "1757929653.557852000",
|
|
2068
|
+
"pagingToken": "1757929653.557852000",
|
|
2069
|
+
},
|
|
2070
|
+
"fee": "421543",
|
|
2071
|
+
"hasFailed": false,
|
|
2153
2072
|
"hash": "JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM",
|
|
2154
2073
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-JUKWXT7-WsKIRRHyV2ODKGmRZ8M1ATfsVO6qQ6c_97oN_2cSSSZc_Om9rkRjesLM-NONE",
|
|
2155
|
-
"
|
|
2156
|
-
|
|
2157
|
-
|
|
2074
|
+
"recipients": [
|
|
2075
|
+
"0.0.3",
|
|
2076
|
+
],
|
|
2077
|
+
"senders": [
|
|
2078
|
+
"0.0.507737",
|
|
2079
|
+
],
|
|
2158
2080
|
"type": "NONE",
|
|
2159
2081
|
"value": "0",
|
|
2160
2082
|
},
|
|
@@ -2170,14 +2092,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2170
2092
|
"fee": "424851",
|
|
2171
2093
|
"hasFailed": false,
|
|
2172
2094
|
"hash": "kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI",
|
|
2173
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-
|
|
2095
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-kPQrVav4moSwtzRn6jm5LOs_PCxv03Ka8WOZ_sLPuIqpnHxJDX9OC4_Lo1v0ktTI-OUT",
|
|
2174
2096
|
"recipients": [
|
|
2175
|
-
"0.0.
|
|
2097
|
+
"0.0.3",
|
|
2176
2098
|
],
|
|
2177
2099
|
"senders": [
|
|
2178
2100
|
"0.0.8313485",
|
|
2179
2101
|
],
|
|
2180
|
-
"type": "
|
|
2102
|
+
"type": "OUT",
|
|
2181
2103
|
"value": "424851",
|
|
2182
2104
|
},
|
|
2183
2105
|
{
|
|
@@ -2191,14 +2113,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2191
2113
|
"fee": "602274",
|
|
2192
2114
|
"hasFailed": false,
|
|
2193
2115
|
"hash": "la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG",
|
|
2194
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-
|
|
2116
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-la4OImgYRurAR8W3FACQKeCUWXZw8_ew77p4vdKyNavWzNjRhYzWDIAzeEeqPTkG-OUT",
|
|
2195
2117
|
"recipients": [
|
|
2196
|
-
"0.0.
|
|
2118
|
+
"0.0.29",
|
|
2197
2119
|
],
|
|
2198
2120
|
"senders": [
|
|
2199
2121
|
"0.0.8313485",
|
|
2200
2122
|
],
|
|
2201
|
-
"type": "
|
|
2123
|
+
"type": "OUT",
|
|
2202
2124
|
"value": "602274",
|
|
2203
2125
|
},
|
|
2204
2126
|
{
|
|
@@ -2255,16 +2177,24 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2255
2177
|
"value": "10000",
|
|
2256
2178
|
},
|
|
2257
2179
|
{
|
|
2258
|
-
"accountId": "",
|
|
2180
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2259
2181
|
"blockHash": null,
|
|
2260
2182
|
"blockHeight": 10,
|
|
2261
|
-
"extra": {
|
|
2262
|
-
|
|
2183
|
+
"extra": {
|
|
2184
|
+
"consensusTimestamp": "1757929013.916417000",
|
|
2185
|
+
"pagingToken": "1757929013.916417000",
|
|
2186
|
+
},
|
|
2187
|
+
"fee": "421543",
|
|
2188
|
+
"hasFailed": false,
|
|
2263
2189
|
"hash": "pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s",
|
|
2264
2190
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-pEG44ZyFCqOEHsJhomyu64gwuvF1q2ssgjbO0jG8kNjb-6TmNtcp_PY8TBzhWs-s-NONE",
|
|
2265
|
-
"
|
|
2266
|
-
|
|
2267
|
-
|
|
2191
|
+
"recipients": [
|
|
2192
|
+
"0.0.3",
|
|
2193
|
+
],
|
|
2194
|
+
"senders": [
|
|
2195
|
+
"0.0.507737",
|
|
2196
|
+
"0.0.800",
|
|
2197
|
+
],
|
|
2268
2198
|
"type": "NONE",
|
|
2269
2199
|
"value": "0",
|
|
2270
2200
|
},
|
|
@@ -2300,30 +2230,45 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2300
2230
|
"value": "10000",
|
|
2301
2231
|
},
|
|
2302
2232
|
{
|
|
2303
|
-
"accountId": "",
|
|
2233
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2304
2234
|
"blockHash": null,
|
|
2305
2235
|
"blockHeight": 10,
|
|
2306
|
-
"extra": {
|
|
2307
|
-
|
|
2236
|
+
"extra": {
|
|
2237
|
+
"consensusTimestamp": "1755008519.962485000",
|
|
2238
|
+
"pagingToken": "1755008519.962485000",
|
|
2239
|
+
},
|
|
2240
|
+
"fee": "397764",
|
|
2241
|
+
"hasFailed": false,
|
|
2308
2242
|
"hash": "Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B",
|
|
2309
2243
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-Q-L4mmsKI8ssDoI1KlOsGFYuVMpVxJW5uZDOdU9Q9ClU5uxewOAoeFUevLcrcL0B-NONE",
|
|
2310
|
-
"
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
"
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
"
|
|
2244
|
+
"recipients": [
|
|
2245
|
+
"0.0.31",
|
|
2246
|
+
],
|
|
2247
|
+
"senders": [
|
|
2248
|
+
"0.0.507737",
|
|
2249
|
+
],
|
|
2250
|
+
"type": "NONE",
|
|
2251
|
+
"value": "0",
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"accountId": "js:2:hedera:0.0.8313485:hederaBip44",
|
|
2318
2255
|
"blockHash": null,
|
|
2319
2256
|
"blockHeight": 10,
|
|
2320
|
-
"extra": {
|
|
2321
|
-
|
|
2257
|
+
"extra": {
|
|
2258
|
+
"consensusTimestamp": "1756718310.549818000",
|
|
2259
|
+
"memo": "TOTO",
|
|
2260
|
+
"pagingToken": "1756718310.549818000",
|
|
2261
|
+
},
|
|
2262
|
+
"fee": "452531",
|
|
2263
|
+
"hasFailed": false,
|
|
2322
2264
|
"hash": "QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c",
|
|
2323
2265
|
"id": "js:2:hedera:0.0.8313485:hederaBip44-QDUwQqgrOgB4aPkMprRe3yiux277A7_PJVfpbv-P4GBMT33ahyXp8NQXbblLDA0c-NONE",
|
|
2324
|
-
"
|
|
2325
|
-
|
|
2326
|
-
|
|
2266
|
+
"recipients": [
|
|
2267
|
+
"0.0.3",
|
|
2268
|
+
],
|
|
2269
|
+
"senders": [
|
|
2270
|
+
"0.0.1040977",
|
|
2271
|
+
],
|
|
2327
2272
|
"type": "NONE",
|
|
2328
2273
|
"value": "0",
|
|
2329
2274
|
},
|
|
@@ -2361,14 +2306,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2361
2306
|
"fee": "26918289",
|
|
2362
2307
|
"hasFailed": false,
|
|
2363
2308
|
"hash": "qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_",
|
|
2364
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-
|
|
2309
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-qWJVsguWV08ZhHLfnakvnsDcS-O2tVtE6r_QlBbtFkLj7r-PWHgwIVKNh1a70-S_-OUT",
|
|
2365
2310
|
"recipients": [
|
|
2366
|
-
"0.0.
|
|
2311
|
+
"0.0.19",
|
|
2367
2312
|
],
|
|
2368
2313
|
"senders": [
|
|
2369
2314
|
"0.0.8313485",
|
|
2370
2315
|
],
|
|
2371
|
-
"type": "
|
|
2316
|
+
"type": "OUT",
|
|
2372
2317
|
"value": "26918289",
|
|
2373
2318
|
},
|
|
2374
2319
|
{
|
|
@@ -2382,14 +2327,14 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2382
2327
|
"fee": "557852",
|
|
2383
2328
|
"hasFailed": false,
|
|
2384
2329
|
"hash": "shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM",
|
|
2385
|
-
"id": "js:2:hedera:0.0.8313485:hederaBip44-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-
|
|
2330
|
+
"id": "js:2:hedera:0.0.8313485:hederaBip44-shGaR01gNESn4WAfLYVOycTQ-lJoWNlWYY15u8SADLZiXbv08ozatmW7DfZDceoM-OUT",
|
|
2386
2331
|
"recipients": [
|
|
2387
|
-
"0.0.
|
|
2332
|
+
"0.0.3",
|
|
2388
2333
|
],
|
|
2389
2334
|
"senders": [
|
|
2390
2335
|
"0.0.8313485",
|
|
2391
2336
|
],
|
|
2392
|
-
"type": "
|
|
2337
|
+
"type": "OUT",
|
|
2393
2338
|
"value": "557852",
|
|
2394
2339
|
},
|
|
2395
2340
|
{
|
|
@@ -2459,355 +2404,5 @@ exports[`hedera currency bridge scanAccounts hedera seed 1 2`] = `
|
|
|
2459
2404
|
"value": "10000000",
|
|
2460
2405
|
},
|
|
2461
2406
|
],
|
|
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
|
-
],
|
|
2812
2407
|
]
|
|
2813
2408
|
`;
|