@ledgerhq/live-common 34.43.0 → 34.44.0-nightly.1
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.test.js +6 -0
- package/lib/DataModel.test.js.map +1 -1
- package/lib/__fixtures__/solana-spl-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.json +53 -0
- package/lib/__tests__/accounts/groupPerDay.js +10 -0
- package/lib/__tests__/accounts/groupPerDay.js.map +1 -1
- package/lib/__tests__/test-helpers/environment.js +1 -0
- package/lib/__tests__/test-helpers/environment.js.map +1 -1
- package/lib/__tests__/test-helpers/setup.d.ts.map +1 -1
- package/lib/__tests__/test-helpers/setup.js +6 -0
- package/lib/__tests__/test-helpers/setup.js.map +1 -1
- package/lib/account/serialization.test.js +17 -1
- package/lib/account/serialization.test.js.map +1 -1
- package/lib/appSupportsQuitApp.d.ts +1 -0
- package/lib/appSupportsQuitApp.d.ts.map +1 -1
- package/lib/appSupportsQuitApp.js +1 -0
- package/lib/appSupportsQuitApp.js.map +1 -1
- package/lib/appSupportsQuitApp.test.js +28 -3
- package/lib/appSupportsQuitApp.test.js.map +1 -1
- package/lib/bridge/crypto-assets/index.d.ts.map +1 -1
- package/lib/bridge/crypto-assets/index.js +5 -5
- package/lib/bridge/crypto-assets/index.js.map +1 -1
- package/lib/bridge/generic-alpaca/alpaca/index.d.ts +1 -1
- package/lib/bridge/generic-alpaca/alpaca/index.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/alpaca/index.js.map +1 -1
- package/lib/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -6
- package/lib/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/alpaca/network/network-alpaca.js.map +1 -1
- package/lib/bridge/generic-alpaca/getAccountShape.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/getAccountShape.js +5 -6
- package/lib/bridge/generic-alpaca/getAccountShape.js.map +1 -1
- package/lib/bridge/generic-alpaca/signOperation.js.map +1 -1
- package/lib/bridge/generic-alpaca/utils.d.ts +3 -2
- package/lib/bridge/generic-alpaca/utils.d.ts.map +1 -1
- package/lib/bridge/generic-alpaca/utils.js +6 -2
- package/lib/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib/bridge/generic-alpaca/utils.test.d.ts +2 -0
- package/lib/bridge/generic-alpaca/utils.test.d.ts.map +1 -0
- package/lib/bridge/generic-alpaca/utils.test.js +20 -0
- package/lib/bridge/generic-alpaca/utils.test.js.map +1 -0
- package/lib/currencies/sortByMarketcap.test.js +5 -0
- package/lib/currencies/sortByMarketcap.test.js.map +1 -1
- package/lib/e2e/enum/Currency.js +1 -1
- package/lib/e2e/enum/Currency.js.map +1 -1
- package/lib/e2e/enum/Provider.d.ts +1 -0
- package/lib/e2e/enum/Provider.d.ts.map +1 -1
- package/lib/e2e/enum/Provider.js +1 -0
- package/lib/e2e/enum/Provider.js.map +1 -1
- package/lib/e2e/index.d.ts +3 -0
- package/lib/e2e/index.d.ts.map +1 -1
- package/lib/e2e/speculos.d.ts.map +1 -1
- package/lib/e2e/speculos.js +45 -15
- package/lib/e2e/speculos.js.map +1 -1
- package/lib/e2e/speculosCI.d.ts.map +1 -1
- package/lib/e2e/speculosCI.js +22 -4
- package/lib/e2e/speculosCI.js.map +1 -1
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/families/bitcoin/satstack.test.js +6 -0
- package/lib/families/bitcoin/satstack.test.js.map +1 -1
- package/lib/families/canton/bridge.integration.test.d.ts +2 -0
- package/lib/families/canton/bridge.integration.test.d.ts.map +1 -0
- package/lib/families/canton/bridge.integration.test.js +7 -0
- package/lib/families/canton/bridge.integration.test.js.map +1 -0
- package/lib/families/canton/config.d.ts +3 -0
- package/lib/families/canton/config.d.ts.map +1 -0
- package/lib/families/canton/config.js +14 -0
- package/lib/families/canton/config.js.map +1 -0
- package/lib/families/canton/logic.d.ts +2 -0
- package/lib/families/canton/logic.d.ts.map +1 -0
- package/lib/families/canton/logic.js +19 -0
- package/lib/families/canton/logic.js.map +1 -0
- package/lib/families/canton/setup.d.ts +27 -0
- package/lib/families/canton/setup.d.ts.map +1 -0
- package/lib/families/canton/setup.js +27 -0
- package/lib/families/canton/setup.js.map +1 -0
- package/lib/families/canton/types.d.ts +2 -0
- package/lib/families/canton/types.d.ts.map +1 -0
- package/lib/families/canton/types.js +19 -0
- package/lib/families/canton/types.js.map +1 -0
- package/lib/families/solana/bridge/mock-data.d.ts.map +1 -1
- package/lib/families/solana/bridge/mock-data.js +46 -316
- package/lib/families/solana/bridge/mock-data.js.map +1 -1
- package/lib/families/solana/bridge/mock.js +2 -2
- package/lib/families/solana/bridge/mock.js.map +1 -1
- package/lib/families/stellar/ui.d.ts +6 -0
- package/lib/families/stellar/ui.d.ts.map +1 -0
- package/lib/families/stellar/ui.js +18 -0
- package/lib/families/stellar/ui.js.map +1 -0
- package/lib/families/tron/data.mock.d.ts.map +1 -1
- package/lib/families/tron/data.mock.js +6 -0
- package/lib/families/tron/data.mock.js.map +1 -1
- package/lib/featureFlags/defaultFeatures.d.ts +1 -0
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +1 -0
- package/lib/featureFlags/defaultFeatures.js.map +1 -1
- package/lib/generated/bridge/js.d.ts +1 -0
- package/lib/generated/bridge/js.d.ts.map +1 -1
- package/lib/generated/bridge/js.js +40 -38
- package/lib/generated/bridge/js.js.map +1 -1
- package/lib/generated/cli-transaction.d.ts +20 -0
- package/lib/generated/cli-transaction.d.ts.map +1 -1
- package/lib/generated/cli-transaction.js +42 -40
- package/lib/generated/cli-transaction.js.map +1 -1
- package/lib/generated/deviceTransactionConfig.d.ts +2 -0
- package/lib/generated/deviceTransactionConfig.d.ts.map +1 -1
- package/lib/generated/deviceTransactionConfig.js +38 -36
- package/lib/generated/deviceTransactionConfig.js.map +1 -1
- package/lib/generated/hw-getAddress.d.ts +1 -0
- package/lib/generated/hw-getAddress.d.ts.map +1 -1
- package/lib/generated/hw-getAddress.js +42 -40
- package/lib/generated/hw-getAddress.js.map +1 -1
- package/lib/generated/specs.d.ts +2 -0
- package/lib/generated/specs.d.ts.map +1 -1
- package/lib/generated/specs.js +40 -38
- package/lib/generated/specs.js.map +1 -1
- package/lib/generated/transaction.d.ts +8 -0
- package/lib/generated/transaction.d.ts.map +1 -1
- package/lib/generated/transaction.js +42 -40
- package/lib/generated/transaction.js.map +1 -1
- package/lib/generated/types.d.ts +5 -4
- package/lib/generated/types.d.ts.map +1 -1
- package/lib/modularDrawer/__mocks__/accounts.mock.d.ts +18 -0
- package/lib/modularDrawer/__mocks__/accounts.mock.d.ts.map +1 -0
- package/lib/modularDrawer/__mocks__/accounts.mock.js +48 -0
- package/lib/modularDrawer/__mocks__/accounts.mock.js.map +1 -0
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.d.ts +2 -0
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.d.ts.map +1 -0
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js +100 -0
- package/lib/modularDrawer/utils/__tests__/currencyUtils.test.js.map +1 -0
- package/lib/modularDrawer/utils/currencyUtils.d.ts +10 -0
- package/lib/modularDrawer/utils/currencyUtils.d.ts.map +1 -0
- package/lib/modularDrawer/utils/currencyUtils.js +74 -0
- package/lib/modularDrawer/utils/currencyUtils.js.map +1 -0
- package/lib/modularDrawer/utils/haveOneCommonProvider.d.ts +1 -1
- package/lib/modularDrawer/utils/haveOneCommonProvider.d.ts.map +1 -1
- package/lib/utils/__tests__/composeHooks.test.d.ts +2 -0
- package/lib/utils/__tests__/composeHooks.test.d.ts.map +1 -0
- package/lib/utils/__tests__/composeHooks.test.js +35 -0
- package/lib/utils/__tests__/composeHooks.test.js.map +1 -0
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.d.ts +2 -0
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.d.ts.map +1 -0
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js +104 -0
- package/lib/utils/__tests__/getAccountTuplesForCurrency.test.js.map +1 -0
- package/lib/utils/composeHooks.d.ts +11 -0
- package/lib/utils/composeHooks.d.ts.map +1 -0
- package/lib/utils/composeHooks.js +25 -0
- package/lib/utils/composeHooks.js.map +1 -0
- package/lib/utils/getAccountTuplesForCurrency.d.ts +8 -0
- package/lib/utils/getAccountTuplesForCurrency.d.ts.map +1 -0
- package/lib/utils/getAccountTuplesForCurrency.js +19 -0
- package/lib/utils/getAccountTuplesForCurrency.js.map +1 -0
- package/lib/wallet-api/helpers.d.ts +1 -0
- package/lib/wallet-api/helpers.d.ts.map +1 -1
- package/lib/wallet-api/helpers.js +16 -1
- package/lib/wallet-api/helpers.js.map +1 -1
- package/lib-es/DataModel.test.js +6 -0
- package/lib-es/DataModel.test.js.map +1 -1
- package/lib-es/__fixtures__/solana-spl-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.json +53 -0
- package/lib-es/__tests__/accounts/groupPerDay.js +10 -0
- package/lib-es/__tests__/accounts/groupPerDay.js.map +1 -1
- package/lib-es/__tests__/test-helpers/environment.js +1 -0
- package/lib-es/__tests__/test-helpers/environment.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 -0
- package/lib-es/__tests__/test-helpers/setup.js.map +1 -1
- package/lib-es/account/serialization.test.js +15 -2
- package/lib-es/account/serialization.test.js.map +1 -1
- package/lib-es/appSupportsQuitApp.d.ts +1 -0
- package/lib-es/appSupportsQuitApp.d.ts.map +1 -1
- package/lib-es/appSupportsQuitApp.js +1 -0
- package/lib-es/appSupportsQuitApp.js.map +1 -1
- package/lib-es/appSupportsQuitApp.test.js +6 -1
- package/lib-es/appSupportsQuitApp.test.js.map +1 -1
- package/lib-es/bridge/crypto-assets/index.d.ts.map +1 -1
- package/lib-es/bridge/crypto-assets/index.js +4 -4
- package/lib-es/bridge/crypto-assets/index.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/index.d.ts +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/index.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/index.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts +2 -6
- package/lib-es/bridge/generic-alpaca/alpaca/network/network-alpaca.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/alpaca/network/network-alpaca.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/getAccountShape.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/getAccountShape.js +6 -7
- package/lib-es/bridge/generic-alpaca/getAccountShape.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/signOperation.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.d.ts +3 -2
- package/lib-es/bridge/generic-alpaca/utils.d.ts.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.js +4 -1
- package/lib-es/bridge/generic-alpaca/utils.js.map +1 -1
- package/lib-es/bridge/generic-alpaca/utils.test.d.ts +2 -0
- package/lib-es/bridge/generic-alpaca/utils.test.d.ts.map +1 -0
- package/lib-es/bridge/generic-alpaca/utils.test.js +18 -0
- package/lib-es/bridge/generic-alpaca/utils.test.js.map +1 -0
- package/lib-es/currencies/sortByMarketcap.test.js +5 -0
- package/lib-es/currencies/sortByMarketcap.test.js.map +1 -1
- package/lib-es/e2e/enum/Currency.js +1 -1
- package/lib-es/e2e/enum/Currency.js.map +1 -1
- package/lib-es/e2e/enum/Provider.d.ts +1 -0
- package/lib-es/e2e/enum/Provider.d.ts.map +1 -1
- package/lib-es/e2e/enum/Provider.js +1 -0
- package/lib-es/e2e/enum/Provider.js.map +1 -1
- package/lib-es/e2e/index.d.ts +3 -0
- package/lib-es/e2e/index.d.ts.map +1 -1
- package/lib-es/e2e/speculos.d.ts.map +1 -1
- package/lib-es/e2e/speculos.js +45 -15
- package/lib-es/e2e/speculos.js.map +1 -1
- package/lib-es/e2e/speculosCI.d.ts.map +1 -1
- package/lib-es/e2e/speculosCI.js +22 -4
- package/lib-es/e2e/speculosCI.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/families/bitcoin/satstack.test.js +6 -0
- package/lib-es/families/bitcoin/satstack.test.js.map +1 -1
- package/lib-es/families/canton/bridge.integration.test.d.ts +2 -0
- package/lib-es/families/canton/bridge.integration.test.d.ts.map +1 -0
- package/lib-es/families/canton/bridge.integration.test.js +5 -0
- package/lib-es/families/canton/bridge.integration.test.js.map +1 -0
- package/lib-es/families/canton/config.d.ts +3 -0
- package/lib-es/families/canton/config.d.ts.map +1 -0
- package/lib-es/families/canton/config.js +11 -0
- package/lib-es/families/canton/config.js.map +1 -0
- package/lib-es/families/canton/logic.d.ts +2 -0
- package/lib-es/families/canton/logic.d.ts.map +1 -0
- package/lib-es/families/canton/logic.js +3 -0
- package/lib-es/families/canton/logic.js.map +1 -0
- package/lib-es/families/canton/setup.d.ts +27 -0
- package/lib-es/families/canton/setup.d.ts.map +1 -0
- package/lib-es/families/canton/setup.js +19 -0
- package/lib-es/families/canton/setup.js.map +1 -0
- package/lib-es/families/canton/types.d.ts +2 -0
- package/lib-es/families/canton/types.d.ts.map +1 -0
- package/lib-es/families/canton/types.js +3 -0
- package/lib-es/families/canton/types.js.map +1 -0
- package/lib-es/families/solana/bridge/mock-data.d.ts.map +1 -1
- package/lib-es/families/solana/bridge/mock-data.js +46 -316
- package/lib-es/families/solana/bridge/mock-data.js.map +1 -1
- package/lib-es/families/solana/bridge/mock.js +3 -3
- package/lib-es/families/solana/bridge/mock.js.map +1 -1
- package/lib-es/families/stellar/ui.d.ts +6 -0
- package/lib-es/families/stellar/ui.d.ts.map +1 -0
- package/lib-es/families/stellar/ui.js +14 -0
- package/lib-es/families/stellar/ui.js.map +1 -0
- package/lib-es/families/tron/data.mock.d.ts.map +1 -1
- package/lib-es/families/tron/data.mock.js +6 -0
- package/lib-es/families/tron/data.mock.js.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts +1 -0
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.js +1 -0
- package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
- package/lib-es/generated/bridge/js.d.ts +1 -0
- package/lib-es/generated/bridge/js.d.ts.map +1 -1
- package/lib-es/generated/bridge/js.js +2 -0
- package/lib-es/generated/bridge/js.js.map +1 -1
- package/lib-es/generated/cli-transaction.d.ts +20 -0
- package/lib-es/generated/cli-transaction.d.ts.map +1 -1
- package/lib-es/generated/cli-transaction.js +2 -0
- package/lib-es/generated/cli-transaction.js.map +1 -1
- package/lib-es/generated/deviceTransactionConfig.d.ts +2 -0
- package/lib-es/generated/deviceTransactionConfig.d.ts.map +1 -1
- package/lib-es/generated/deviceTransactionConfig.js +2 -0
- package/lib-es/generated/deviceTransactionConfig.js.map +1 -1
- package/lib-es/generated/hw-getAddress.d.ts +1 -0
- package/lib-es/generated/hw-getAddress.d.ts.map +1 -1
- package/lib-es/generated/hw-getAddress.js +2 -0
- package/lib-es/generated/hw-getAddress.js.map +1 -1
- package/lib-es/generated/specs.d.ts +2 -0
- package/lib-es/generated/specs.d.ts.map +1 -1
- package/lib-es/generated/specs.js +2 -0
- package/lib-es/generated/specs.js.map +1 -1
- package/lib-es/generated/transaction.d.ts +8 -0
- package/lib-es/generated/transaction.d.ts.map +1 -1
- package/lib-es/generated/transaction.js +2 -0
- package/lib-es/generated/transaction.js.map +1 -1
- package/lib-es/generated/types.d.ts +5 -4
- package/lib-es/generated/types.d.ts.map +1 -1
- package/lib-es/modularDrawer/__mocks__/accounts.mock.d.ts +18 -0
- package/lib-es/modularDrawer/__mocks__/accounts.mock.d.ts.map +1 -0
- package/lib-es/modularDrawer/__mocks__/accounts.mock.js +42 -0
- package/lib-es/modularDrawer/__mocks__/accounts.mock.js.map +1 -0
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.d.ts +2 -0
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.d.ts.map +1 -0
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js +98 -0
- package/lib-es/modularDrawer/utils/__tests__/currencyUtils.test.js.map +1 -0
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts +10 -0
- package/lib-es/modularDrawer/utils/currencyUtils.d.ts.map +1 -0
- package/lib-es/modularDrawer/utils/currencyUtils.js +65 -0
- package/lib-es/modularDrawer/utils/currencyUtils.js.map +1 -0
- package/lib-es/modularDrawer/utils/haveOneCommonProvider.d.ts +1 -1
- package/lib-es/modularDrawer/utils/haveOneCommonProvider.d.ts.map +1 -1
- package/lib-es/utils/__tests__/composeHooks.test.d.ts +2 -0
- package/lib-es/utils/__tests__/composeHooks.test.d.ts.map +1 -0
- package/lib-es/utils/__tests__/composeHooks.test.js +33 -0
- package/lib-es/utils/__tests__/composeHooks.test.js.map +1 -0
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.d.ts +2 -0
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.d.ts.map +1 -0
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js +102 -0
- package/lib-es/utils/__tests__/getAccountTuplesForCurrency.test.js.map +1 -0
- package/lib-es/utils/composeHooks.d.ts +11 -0
- package/lib-es/utils/composeHooks.d.ts.map +1 -0
- package/lib-es/utils/composeHooks.js +21 -0
- package/lib-es/utils/composeHooks.js.map +1 -0
- package/lib-es/utils/getAccountTuplesForCurrency.d.ts +8 -0
- package/lib-es/utils/getAccountTuplesForCurrency.d.ts.map +1 -0
- package/lib-es/utils/getAccountTuplesForCurrency.js +15 -0
- package/lib-es/utils/getAccountTuplesForCurrency.js.map +1 -0
- package/lib-es/wallet-api/helpers.d.ts +1 -0
- package/lib-es/wallet-api/helpers.d.ts.map +1 -1
- package/lib-es/wallet-api/helpers.js +14 -0
- package/lib-es/wallet-api/helpers.js.map +1 -1
- package/package.json +40 -38
- package/src/DataModel.test.ts +8 -0
- package/src/__fixtures__/solana-spl-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.json +53 -0
- package/src/__tests__/accounts/groupPerDay.ts +13 -0
- package/src/__tests__/test-helpers/environment.ts +1 -0
- package/src/__tests__/test-helpers/setup.ts +8 -0
- package/src/account/serialization.test.ts +20 -2
- package/src/appSupportsQuitApp.test.ts +7 -1
- package/src/appSupportsQuitApp.ts +1 -0
- package/src/bridge/crypto-assets/index.ts +6 -6
- package/src/bridge/generic-alpaca/alpaca/index.ts +3 -3
- package/src/bridge/generic-alpaca/alpaca/network/network-alpaca.ts +3 -8
- package/src/bridge/generic-alpaca/getAccountShape.ts +6 -7
- package/src/bridge/generic-alpaca/signOperation.ts +1 -1
- package/src/bridge/generic-alpaca/utils.test.ts +19 -0
- package/src/bridge/generic-alpaca/utils.ts +7 -6
- package/src/currencies/sortByMarketcap.test.ts +7 -0
- package/src/e2e/enum/Currency.ts +1 -1
- package/src/e2e/enum/Provider.ts +1 -0
- package/src/e2e/speculos.ts +77 -21
- package/src/e2e/speculosCI.ts +32 -10
- package/src/families/bitcoin/satstack.test.ts +7 -0
- package/src/families/canton/bridge.integration.test.ts +6 -0
- package/src/families/canton/config.ts +12 -0
- package/src/families/canton/logic.ts +2 -0
- package/src/families/canton/setup.ts +34 -0
- package/src/families/canton/types.ts +2 -0
- package/src/families/solana/bridge/mock-data.ts +52 -316
- package/src/families/solana/bridge/mock.ts +3 -3
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +1930 -94
- package/src/families/stellar/ui.ts +15 -0
- package/src/families/tron/data.mock.ts +8 -0
- package/src/featureFlags/defaultFeatures.ts +1 -0
- package/src/generated/bridge/js.ts +2 -0
- package/src/generated/cli-transaction.ts +2 -0
- package/src/generated/deviceTransactionConfig.ts +2 -0
- package/src/generated/hw-getAddress.ts +2 -0
- package/src/generated/specs.ts +2 -0
- package/src/generated/transaction.ts +2 -0
- package/src/generated/types.ts +10 -0
- package/src/modularDrawer/__mocks__/accounts.mock.ts +43 -0
- package/src/modularDrawer/utils/__tests__/currencyUtils.test.ts +126 -0
- package/src/modularDrawer/utils/currencyUtils.ts +95 -0
- package/src/modularDrawer/utils/haveOneCommonProvider.ts +1 -1
- package/src/utils/__tests__/composeHooks.test.ts +46 -0
- package/src/utils/__tests__/getAccountTuplesForCurrency.test.ts +138 -0
- package/src/utils/composeHooks.ts +26 -0
- package/src/utils/getAccountTuplesForCurrency.ts +34 -0
- package/src/wallet-api/helpers.ts +16 -0
@@ -5,51 +5,53 @@ const setup_2 = require("../families/aptos/setup");
|
|
5
5
|
const setup_3 = require("../families/bitcoin/setup");
|
6
6
|
const setup_4 = require("../families/cardano/setup");
|
7
7
|
const setup_5 = require("../families/casper/setup");
|
8
|
-
const setup_6 = require("../families/
|
9
|
-
const setup_7 = require("../families/
|
10
|
-
const setup_8 = require("../families/
|
11
|
-
const setup_9 = require("../families/
|
12
|
-
const setup_10 = require("../families/
|
13
|
-
const setup_11 = require("../families/
|
14
|
-
const setup_12 = require("../families/
|
15
|
-
const setup_13 = require("../families/
|
16
|
-
const setup_14 = require("../families/
|
17
|
-
const setup_15 = require("../families/
|
18
|
-
const setup_16 = require("../families/
|
19
|
-
const setup_17 = require("../families/
|
20
|
-
const setup_18 = require("../families/
|
21
|
-
const setup_19 = require("../families/
|
22
|
-
const setup_20 = require("../families/
|
23
|
-
const setup_21 = require("../families/
|
24
|
-
const setup_22 = require("../families/
|
25
|
-
const setup_23 = require("../families/
|
26
|
-
const setup_24 = require("../families/
|
27
|
-
const setup_25 = require("../families/
|
8
|
+
const setup_6 = require("../families/canton/setup");
|
9
|
+
const setup_7 = require("../families/celo/setup");
|
10
|
+
const setup_8 = require("../families/cosmos/setup");
|
11
|
+
const setup_9 = require("../families/evm/setup");
|
12
|
+
const setup_10 = require("../families/hedera/setup");
|
13
|
+
const setup_11 = require("../families/filecoin/setup");
|
14
|
+
const setup_12 = require("../families/internet_computer/setup");
|
15
|
+
const setup_13 = require("../families/icon/setup");
|
16
|
+
const setup_14 = require("../families/multiversx/setup");
|
17
|
+
const setup_15 = require("../families/near/setup");
|
18
|
+
const setup_16 = require("../families/polkadot/setup");
|
19
|
+
const setup_17 = require("../families/solana/setup");
|
20
|
+
const setup_18 = require("../families/stacks/setup");
|
21
|
+
const setup_19 = require("../families/stellar/setup");
|
22
|
+
const setup_20 = require("../families/tezos/setup");
|
23
|
+
const setup_21 = require("../families/ton/setup");
|
24
|
+
const setup_22 = require("../families/tron/setup");
|
25
|
+
const setup_23 = require("../families/vechain/setup");
|
26
|
+
const setup_24 = require("../families/xrp/setup");
|
27
|
+
const setup_25 = require("../families/sui/setup");
|
28
|
+
const setup_26 = require("../families/mina/setup");
|
28
29
|
exports.default = {
|
29
30
|
algorand: setup_1.cliTools,
|
30
31
|
aptos: setup_2.cliTools,
|
31
32
|
bitcoin: setup_3.cliTools,
|
32
33
|
cardano: setup_4.cliTools,
|
33
34
|
casper: setup_5.cliTools,
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
35
|
+
canton: setup_6.cliTools,
|
36
|
+
celo: setup_7.cliTools,
|
37
|
+
cosmos: setup_8.cliTools,
|
38
|
+
evm: setup_9.cliTools,
|
39
|
+
hedera: setup_10.cliTools,
|
40
|
+
filecoin: setup_11.cliTools,
|
41
|
+
internet_computer: setup_12.cliTools,
|
42
|
+
icon: setup_13.cliTools,
|
43
|
+
multiversx: setup_14.cliTools,
|
44
|
+
near: setup_15.cliTools,
|
45
|
+
polkadot: setup_16.cliTools,
|
46
|
+
solana: setup_17.cliTools,
|
47
|
+
stacks: setup_18.cliTools,
|
48
|
+
stellar: setup_19.cliTools,
|
49
|
+
tezos: setup_20.cliTools,
|
50
|
+
ton: setup_21.cliTools,
|
51
|
+
tron: setup_22.cliTools,
|
52
|
+
vechain: setup_23.cliTools,
|
53
|
+
xrp: setup_24.cliTools,
|
54
|
+
sui: setup_25.cliTools,
|
55
|
+
mina: setup_26.cliTools,
|
54
56
|
};
|
55
57
|
//# sourceMappingURL=cli-transaction.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cli-transaction.js","sourceRoot":"","sources":["../../src/generated/cli-transaction.ts"],"names":[],"mappings":";;AAAA,sDAAkE;AAClE,mDAA4D;AAC5D,qDAAgE;AAChE,qDAAgE;AAChE,oDAA8D;AAC9D,kDAA0D;AAC1D,oDAA8D;AAC9D,iDAAwD;AACxD,
|
1
|
+
{"version":3,"file":"cli-transaction.js","sourceRoot":"","sources":["../../src/generated/cli-transaction.ts"],"names":[],"mappings":";;AAAA,sDAAkE;AAClE,mDAA4D;AAC5D,qDAAgE;AAChE,qDAAgE;AAChE,oDAA8D;AAC9D,oDAA8D;AAC9D,kDAA0D;AAC1D,oDAA8D;AAC9D,iDAAwD;AACxD,qDAA8D;AAC9D,uDAAkE;AAClE,gEAAoF;AACpF,mDAA0D;AAC1D,yDAAsE;AACtE,mDAA0D;AAC1D,uDAAkE;AAClE,qDAA8D;AAC9D,qDAA8D;AAC9D,sDAAgE;AAChE,oDAA4D;AAC5D,kDAAwD;AACxD,mDAA0D;AAC1D,sDAAgE;AAChE,kDAAwD;AACxD,kDAAwD;AACxD,mDAA0D;AAE1D,kBAAe;IACb,QAAQ,EAAR,gBAAQ;IACR,KAAK,EAAL,gBAAK;IACL,OAAO,EAAP,gBAAO;IACP,OAAO,EAAP,gBAAO;IACP,MAAM,EAAN,gBAAM;IACN,MAAM,EAAN,gBAAM;IACN,IAAI,EAAJ,gBAAI;IACJ,MAAM,EAAN,gBAAM;IACN,GAAG,EAAH,gBAAG;IACH,MAAM,EAAN,iBAAM;IACN,QAAQ,EAAR,iBAAQ;IACR,iBAAiB,EAAjB,iBAAiB;IACjB,IAAI,EAAJ,iBAAI;IACJ,UAAU,EAAV,iBAAU;IACV,IAAI,EAAJ,iBAAI;IACJ,QAAQ,EAAR,iBAAQ;IACR,MAAM,EAAN,iBAAM;IACN,MAAM,EAAN,iBAAM;IACN,OAAO,EAAP,iBAAO;IACP,KAAK,EAAL,iBAAK;IACL,GAAG,EAAH,iBAAG;IACH,IAAI,EAAJ,iBAAI;IACJ,OAAO,EAAP,iBAAO;IACP,GAAG,EAAH,iBAAG;IACH,GAAG,EAAH,iBAAG;IACH,IAAI,EAAJ,iBAAI;CACL,CAAC"}
|
@@ -3,6 +3,7 @@ import aptos from "@ledgerhq/coin-aptos/deviceTransactionConfig";
|
|
3
3
|
import bitcoin from "@ledgerhq/coin-bitcoin/deviceTransactionConfig";
|
4
4
|
import cardano from "@ledgerhq/coin-cardano/deviceTransactionConfig";
|
5
5
|
import casper from "@ledgerhq/coin-casper/deviceTransactionConfig";
|
6
|
+
import canton from "@ledgerhq/coin-canton/deviceTransactionConfig";
|
6
7
|
import celo from "@ledgerhq/coin-celo/deviceTransactionConfig";
|
7
8
|
import cosmos from "@ledgerhq/coin-cosmos/deviceTransactionConfig";
|
8
9
|
import hedera from "@ledgerhq/coin-hedera/deviceTransactionConfig";
|
@@ -26,6 +27,7 @@ declare const _default: {
|
|
26
27
|
bitcoin: typeof bitcoin;
|
27
28
|
cardano: typeof cardano;
|
28
29
|
casper: typeof casper;
|
30
|
+
canton: typeof canton;
|
29
31
|
celo: typeof celo;
|
30
32
|
cosmos: typeof cosmos;
|
31
33
|
evm: ({ account, parentAccount, transaction, }: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"deviceTransactionConfig.d.ts","sourceRoot":"","sources":["../../src/generated/deviceTransactionConfig.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,KAAK,MAAM,8CAA8C,CAAC;AACjE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,MAAM,MAAM,+CAA+C,CAAC;AAEnE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,iBAAiB,MAAM,0DAA0D,CAAC;AACzF,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,UAAU,MAAM,mDAAmD,CAAC;AAC3E,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,KAAK,MAAM,8CAA8C,CAAC;AACjE,OAAO,GAAG,MAAM,4CAA4C,CAAC;AAC7D,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,GAAG,MAAM,4CAA4C,CAAC;AAC7D,OAAO,IAAI,MAAM,6CAA6C,CAAC
|
1
|
+
{"version":3,"file":"deviceTransactionConfig.d.ts","sourceRoot":"","sources":["../../src/generated/deviceTransactionConfig.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,KAAK,MAAM,8CAA8C,CAAC;AACjE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,MAAM,MAAM,+CAA+C,CAAC;AAEnE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,iBAAiB,MAAM,0DAA0D,CAAC;AACzF,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,UAAU,MAAM,mDAAmD,CAAC;AAC3E,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,QAAQ,MAAM,iDAAiD,CAAC;AACvE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,MAAM,MAAM,+CAA+C,CAAC;AACnE,OAAO,OAAO,MAAM,gDAAgD,CAAC;AACrE,OAAO,KAAK,MAAM,8CAA8C,CAAC;AACjE,OAAO,GAAG,MAAM,4CAA4C,CAAC;AAC7D,OAAO,IAAI,MAAM,6CAA6C,CAAC;AAC/D,OAAO,GAAG,MAAM,4CAA4C,CAAC;AAC7D,OAAO,IAAI,MAAM,6CAA6C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE/D,wBAyBE;AACF,OAAO,EAAE,2BAA2B,IAAI,kCAAkC,EAAE,MAAM,sDAAsD,CAAC;AACzI,OAAO,EAAE,2BAA2B,IAAI,oCAAoC,EAAE,MAAM,wDAAwD,CAAC;AAC7I,OAAO,EAAE,2BAA2B,IAAI,kCAAkC,EAAE,MAAM,sDAAsD,CAAC;AACzI,OAAO,EAAE,2BAA2B,IAAI,oCAAoC,EAAE,MAAM,wDAAwD,CAAC;AAC7I,OAAO,EAAE,2BAA2B,IAAI,gCAAgC,EAAE,MAAM,oDAAoD,CAAC;AAErI,MAAM,MAAM,2BAA2B,GACnC,kCAAkC,GAClC,oCAAoC,GACpC,kCAAkC,GAClC,oCAAoC,GACpC,gCAAgC,CAAC"}
|
@@ -8,47 +8,49 @@ const deviceTransactionConfig_2 = __importDefault(require("@ledgerhq/coin-aptos/
|
|
8
8
|
const deviceTransactionConfig_3 = __importDefault(require("@ledgerhq/coin-bitcoin/deviceTransactionConfig"));
|
9
9
|
const deviceTransactionConfig_4 = __importDefault(require("@ledgerhq/coin-cardano/deviceTransactionConfig"));
|
10
10
|
const deviceTransactionConfig_5 = __importDefault(require("@ledgerhq/coin-casper/deviceTransactionConfig"));
|
11
|
-
const deviceTransactionConfig_6 = __importDefault(require("@ledgerhq/coin-
|
12
|
-
const deviceTransactionConfig_7 = __importDefault(require("@ledgerhq/coin-
|
13
|
-
const deviceTransactionConfig_8 = __importDefault(require("@ledgerhq/coin-
|
14
|
-
const deviceTransactionConfig_9 = __importDefault(require("@ledgerhq/coin-
|
15
|
-
const deviceTransactionConfig_10 = __importDefault(require("@ledgerhq/coin-
|
16
|
-
const deviceTransactionConfig_11 = __importDefault(require("@ledgerhq/coin-
|
17
|
-
const deviceTransactionConfig_12 = __importDefault(require("@ledgerhq/coin-
|
18
|
-
const deviceTransactionConfig_13 = __importDefault(require("@ledgerhq/coin-
|
19
|
-
const deviceTransactionConfig_14 = __importDefault(require("@ledgerhq/coin-
|
20
|
-
const deviceTransactionConfig_15 = __importDefault(require("@ledgerhq/coin-
|
21
|
-
const deviceTransactionConfig_16 = __importDefault(require("@ledgerhq/coin-
|
22
|
-
const deviceTransactionConfig_17 = __importDefault(require("@ledgerhq/coin-
|
23
|
-
const deviceTransactionConfig_18 = __importDefault(require("@ledgerhq/coin-
|
24
|
-
const deviceTransactionConfig_19 = __importDefault(require("@ledgerhq/coin-
|
25
|
-
const deviceTransactionConfig_20 = __importDefault(require("@ledgerhq/coin-
|
26
|
-
const deviceTransactionConfig_21 = __importDefault(require("@ledgerhq/coin-
|
27
|
-
const deviceTransactionConfig_22 = __importDefault(require("@ledgerhq/coin-
|
28
|
-
const deviceTransactionConfig_23 = __importDefault(require("@ledgerhq/coin-
|
11
|
+
const deviceTransactionConfig_6 = __importDefault(require("@ledgerhq/coin-canton/deviceTransactionConfig"));
|
12
|
+
const deviceTransactionConfig_7 = __importDefault(require("@ledgerhq/coin-celo/deviceTransactionConfig"));
|
13
|
+
const deviceTransactionConfig_8 = __importDefault(require("@ledgerhq/coin-cosmos/deviceTransactionConfig"));
|
14
|
+
const deviceTransactionConfig_9 = __importDefault(require("@ledgerhq/coin-evm/deviceTransactionConfig"));
|
15
|
+
const deviceTransactionConfig_10 = __importDefault(require("@ledgerhq/coin-hedera/deviceTransactionConfig"));
|
16
|
+
const deviceTransactionConfig_11 = __importDefault(require("@ledgerhq/coin-filecoin/deviceTransactionConfig"));
|
17
|
+
const deviceTransactionConfig_12 = __importDefault(require("@ledgerhq/coin-internet_computer/deviceTransactionConfig"));
|
18
|
+
const deviceTransactionConfig_13 = __importDefault(require("@ledgerhq/coin-icon/deviceTransactionConfig"));
|
19
|
+
const deviceTransactionConfig_14 = __importDefault(require("@ledgerhq/coin-multiversx/deviceTransactionConfig"));
|
20
|
+
const deviceTransactionConfig_15 = __importDefault(require("@ledgerhq/coin-near/deviceTransactionConfig"));
|
21
|
+
const deviceTransactionConfig_16 = __importDefault(require("@ledgerhq/coin-polkadot/deviceTransactionConfig"));
|
22
|
+
const deviceTransactionConfig_17 = __importDefault(require("@ledgerhq/coin-solana/deviceTransactionConfig"));
|
23
|
+
const deviceTransactionConfig_18 = __importDefault(require("@ledgerhq/coin-stacks/deviceTransactionConfig"));
|
24
|
+
const deviceTransactionConfig_19 = __importDefault(require("@ledgerhq/coin-stellar/deviceTransactionConfig"));
|
25
|
+
const deviceTransactionConfig_20 = __importDefault(require("@ledgerhq/coin-tezos/deviceTransactionConfig"));
|
26
|
+
const deviceTransactionConfig_21 = __importDefault(require("@ledgerhq/coin-ton/deviceTransactionConfig"));
|
27
|
+
const deviceTransactionConfig_22 = __importDefault(require("@ledgerhq/coin-tron/deviceTransactionConfig"));
|
28
|
+
const deviceTransactionConfig_23 = __importDefault(require("@ledgerhq/coin-xrp/deviceTransactionConfig"));
|
29
|
+
const deviceTransactionConfig_24 = __importDefault(require("@ledgerhq/coin-mina/deviceTransactionConfig"));
|
29
30
|
exports.default = {
|
30
31
|
algorand: deviceTransactionConfig_1.default,
|
31
32
|
aptos: deviceTransactionConfig_2.default,
|
32
33
|
bitcoin: deviceTransactionConfig_3.default,
|
33
34
|
cardano: deviceTransactionConfig_4.default,
|
34
35
|
casper: deviceTransactionConfig_5.default,
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
36
|
+
canton: deviceTransactionConfig_6.default,
|
37
|
+
celo: deviceTransactionConfig_7.default,
|
38
|
+
cosmos: deviceTransactionConfig_8.default,
|
39
|
+
evm: deviceTransactionConfig_9.default,
|
40
|
+
hedera: deviceTransactionConfig_10.default,
|
41
|
+
filecoin: deviceTransactionConfig_11.default,
|
42
|
+
internet_computer: deviceTransactionConfig_12.default,
|
43
|
+
icon: deviceTransactionConfig_13.default,
|
44
|
+
multiversx: deviceTransactionConfig_14.default,
|
45
|
+
near: deviceTransactionConfig_15.default,
|
46
|
+
polkadot: deviceTransactionConfig_16.default,
|
47
|
+
solana: deviceTransactionConfig_17.default,
|
48
|
+
stacks: deviceTransactionConfig_18.default,
|
49
|
+
stellar: deviceTransactionConfig_19.default,
|
50
|
+
tezos: deviceTransactionConfig_20.default,
|
51
|
+
ton: deviceTransactionConfig_21.default,
|
52
|
+
tron: deviceTransactionConfig_22.default,
|
53
|
+
xrp: deviceTransactionConfig_23.default,
|
54
|
+
mina: deviceTransactionConfig_24.default,
|
53
55
|
};
|
54
56
|
//# sourceMappingURL=deviceTransactionConfig.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"deviceTransactionConfig.js","sourceRoot":"","sources":["../../src/generated/deviceTransactionConfig.ts"],"names":[],"mappings":";;;;;AAAA,8GAAuE;AACvE,2GAAiE;AACjE,6GAAqE;AACrE,6GAAqE;AACrE,4GAAmE;AACnE,0GAA+D;AAC/D,4GAAmE;AACnE,yGAA6D;AAC7D,
|
1
|
+
{"version":3,"file":"deviceTransactionConfig.js","sourceRoot":"","sources":["../../src/generated/deviceTransactionConfig.ts"],"names":[],"mappings":";;;;;AAAA,8GAAuE;AACvE,2GAAiE;AACjE,6GAAqE;AACrE,6GAAqE;AACrE,4GAAmE;AACnE,4GAAmE;AACnE,0GAA+D;AAC/D,4GAAmE;AACnE,yGAA6D;AAC7D,6GAAmE;AACnE,+GAAuE;AACvE,wHAAyF;AACzF,2GAA+D;AAC/D,iHAA2E;AAC3E,2GAA+D;AAC/D,+GAAuE;AACvE,6GAAmE;AACnE,6GAAmE;AACnE,8GAAqE;AACrE,4GAAiE;AACjE,0GAA6D;AAC7D,2GAA+D;AAC/D,0GAA6D;AAC7D,2GAA+D;AAE/D,kBAAe;IACb,QAAQ,EAAR,iCAAQ;IACR,KAAK,EAAL,iCAAK;IACL,OAAO,EAAP,iCAAO;IACP,OAAO,EAAP,iCAAO;IACP,MAAM,EAAN,iCAAM;IACN,MAAM,EAAN,iCAAM;IACN,IAAI,EAAJ,iCAAI;IACJ,MAAM,EAAN,iCAAM;IACN,GAAG,EAAH,iCAAG;IACH,MAAM,EAAN,kCAAM;IACN,QAAQ,EAAR,kCAAQ;IACR,iBAAiB,EAAjB,kCAAiB;IACjB,IAAI,EAAJ,kCAAI;IACJ,UAAU,EAAV,kCAAU;IACV,IAAI,EAAJ,kCAAI;IACJ,QAAQ,EAAR,kCAAQ;IACR,MAAM,EAAN,kCAAM;IACN,MAAM,EAAN,kCAAM;IACN,OAAO,EAAP,kCAAO;IACP,KAAK,EAAL,kCAAK;IACL,GAAG,EAAH,kCAAG;IACH,IAAI,EAAJ,kCAAI;IACJ,GAAG,EAAH,kCAAG;IACH,IAAI,EAAJ,kCAAI;CACL,CAAC"}
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
4
4
|
bitcoin: import("../hw/getAddress/types").Resolver;
|
5
5
|
cardano: import("../hw/getAddress/types").Resolver;
|
6
6
|
casper: import("../hw/getAddress/types").Resolver;
|
7
|
+
canton: import("../hw/getAddress/types").Resolver;
|
7
8
|
celo: import("../hw/getAddress/types").Resolver;
|
8
9
|
cosmos: import("../hw/getAddress/types").Resolver;
|
9
10
|
evm: import("../hw/getAddress/types").Resolver;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"hw-getAddress.d.ts","sourceRoot":"","sources":["../../src/generated/hw-getAddress.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"hw-getAddress.d.ts","sourceRoot":"","sources":["../../src/generated/hw-getAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,wBA2BE"}
|
@@ -5,51 +5,53 @@ const setup_2 = require("../families/aptos/setup");
|
|
5
5
|
const setup_3 = require("../families/bitcoin/setup");
|
6
6
|
const setup_4 = require("../families/cardano/setup");
|
7
7
|
const setup_5 = require("../families/casper/setup");
|
8
|
-
const setup_6 = require("../families/
|
9
|
-
const setup_7 = require("../families/
|
10
|
-
const setup_8 = require("../families/
|
11
|
-
const setup_9 = require("../families/
|
12
|
-
const setup_10 = require("../families/
|
13
|
-
const setup_11 = require("../families/
|
14
|
-
const setup_12 = require("../families/
|
15
|
-
const setup_13 = require("../families/
|
16
|
-
const setup_14 = require("../families/
|
17
|
-
const setup_15 = require("../families/
|
18
|
-
const setup_16 = require("../families/
|
19
|
-
const setup_17 = require("../families/
|
20
|
-
const setup_18 = require("../families/
|
21
|
-
const setup_19 = require("../families/
|
22
|
-
const setup_20 = require("../families/
|
23
|
-
const setup_21 = require("../families/
|
24
|
-
const setup_22 = require("../families/
|
25
|
-
const setup_23 = require("../families/
|
26
|
-
const setup_24 = require("../families/
|
27
|
-
const setup_25 = require("../families/
|
8
|
+
const setup_6 = require("../families/canton/setup");
|
9
|
+
const setup_7 = require("../families/celo/setup");
|
10
|
+
const setup_8 = require("../families/cosmos/setup");
|
11
|
+
const setup_9 = require("../families/evm/setup");
|
12
|
+
const setup_10 = require("../families/hedera/setup");
|
13
|
+
const setup_11 = require("../families/filecoin/setup");
|
14
|
+
const setup_12 = require("../families/internet_computer/setup");
|
15
|
+
const setup_13 = require("../families/icon/setup");
|
16
|
+
const setup_14 = require("../families/multiversx/setup");
|
17
|
+
const setup_15 = require("../families/near/setup");
|
18
|
+
const setup_16 = require("../families/polkadot/setup");
|
19
|
+
const setup_17 = require("../families/solana/setup");
|
20
|
+
const setup_18 = require("../families/stacks/setup");
|
21
|
+
const setup_19 = require("../families/stellar/setup");
|
22
|
+
const setup_20 = require("../families/tezos/setup");
|
23
|
+
const setup_21 = require("../families/ton/setup");
|
24
|
+
const setup_22 = require("../families/tron/setup");
|
25
|
+
const setup_23 = require("../families/vechain/setup");
|
26
|
+
const setup_24 = require("../families/xrp/setup");
|
27
|
+
const setup_25 = require("../families/sui/setup");
|
28
|
+
const setup_26 = require("../families/mina/setup");
|
28
29
|
exports.default = {
|
29
30
|
algorand: setup_1.resolver,
|
30
31
|
aptos: setup_2.resolver,
|
31
32
|
bitcoin: setup_3.resolver,
|
32
33
|
cardano: setup_4.resolver,
|
33
34
|
casper: setup_5.resolver,
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
35
|
+
canton: setup_6.resolver,
|
36
|
+
celo: setup_7.resolver,
|
37
|
+
cosmos: setup_8.resolver,
|
38
|
+
evm: setup_9.resolver,
|
39
|
+
hedera: setup_10.resolver,
|
40
|
+
filecoin: setup_11.resolver,
|
41
|
+
internet_computer: setup_12.resolver,
|
42
|
+
icon: setup_13.resolver,
|
43
|
+
multiversx: setup_14.resolver,
|
44
|
+
near: setup_15.resolver,
|
45
|
+
polkadot: setup_16.resolver,
|
46
|
+
solana: setup_17.resolver,
|
47
|
+
stacks: setup_18.resolver,
|
48
|
+
stellar: setup_19.resolver,
|
49
|
+
tezos: setup_20.resolver,
|
50
|
+
ton: setup_21.resolver,
|
51
|
+
tron: setup_22.resolver,
|
52
|
+
vechain: setup_23.resolver,
|
53
|
+
xrp: setup_24.resolver,
|
54
|
+
sui: setup_25.resolver,
|
55
|
+
mina: setup_26.resolver,
|
54
56
|
};
|
55
57
|
//# sourceMappingURL=hw-getAddress.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"hw-getAddress.js","sourceRoot":"","sources":["../../src/generated/hw-getAddress.ts"],"names":[],"mappings":";;AAAA,sDAAkE;AAClE,mDAA4D;AAC5D,qDAAgE;AAChE,qDAAgE;AAChE,oDAA8D;AAC9D,kDAA0D;AAC1D,oDAA8D;AAC9D,iDAAwD;AACxD,
|
1
|
+
{"version":3,"file":"hw-getAddress.js","sourceRoot":"","sources":["../../src/generated/hw-getAddress.ts"],"names":[],"mappings":";;AAAA,sDAAkE;AAClE,mDAA4D;AAC5D,qDAAgE;AAChE,qDAAgE;AAChE,oDAA8D;AAC9D,oDAA8D;AAC9D,kDAA0D;AAC1D,oDAA8D;AAC9D,iDAAwD;AACxD,qDAA8D;AAC9D,uDAAkE;AAClE,gEAAoF;AACpF,mDAA0D;AAC1D,yDAAsE;AACtE,mDAA0D;AAC1D,uDAAkE;AAClE,qDAA8D;AAC9D,qDAA8D;AAC9D,sDAAgE;AAChE,oDAA4D;AAC5D,kDAAwD;AACxD,mDAA0D;AAC1D,sDAAgE;AAChE,kDAAwD;AACxD,kDAAwD;AACxD,mDAA0D;AAE1D,kBAAe;IACb,QAAQ,EAAR,gBAAQ;IACR,KAAK,EAAL,gBAAK;IACL,OAAO,EAAP,gBAAO;IACP,OAAO,EAAP,gBAAO;IACP,MAAM,EAAN,gBAAM;IACN,MAAM,EAAN,gBAAM;IACN,IAAI,EAAJ,gBAAI;IACJ,MAAM,EAAN,gBAAM;IACN,GAAG,EAAH,gBAAG;IACH,MAAM,EAAN,iBAAM;IACN,QAAQ,EAAR,iBAAQ;IACR,iBAAiB,EAAjB,iBAAiB;IACjB,IAAI,EAAJ,iBAAI;IACJ,UAAU,EAAV,iBAAU;IACV,IAAI,EAAJ,iBAAI;IACJ,QAAQ,EAAR,iBAAQ;IACR,MAAM,EAAN,iBAAM;IACN,MAAM,EAAN,iBAAM;IACN,OAAO,EAAP,iBAAO;IACP,KAAK,EAAL,iBAAK;IACL,GAAG,EAAH,iBAAG;IACH,IAAI,EAAJ,iBAAI;IACJ,OAAO,EAAP,iBAAO;IACP,GAAG,EAAH,iBAAG;IACH,GAAG,EAAH,iBAAG;IACH,IAAI,EAAJ,iBAAI;CACL,CAAC"}
|
package/lib/generated/specs.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import canton from "@ledgerhq/coin-canton/specs";
|
1
2
|
declare const _default: {
|
2
3
|
algorand: {
|
3
4
|
algorand: import("@ledgerhq/coin-framework/lib/bot/types").AppSpec<import("@ledgerhq/coin-algorand/lib/types").AlgorandTransaction>;
|
@@ -26,6 +27,7 @@ declare const _default: {
|
|
26
27
|
casper: {
|
27
28
|
casperSpecs: import("@ledgerhq/coin-framework/lib/bot/types").AppSpec<import("@ledgerhq/coin-casper/lib/types/common").Transaction>;
|
28
29
|
};
|
30
|
+
canton: typeof canton;
|
29
31
|
celo: {
|
30
32
|
celo: import("@ledgerhq/coin-framework/lib/bot/types").AppSpec<import("@ledgerhq/coin-celo/lib/types/types").Transaction>;
|
31
33
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"specs.d.ts","sourceRoot":"","sources":["../../src/generated/specs.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"specs.d.ts","sourceRoot":"","sources":["../../src/generated/specs.ts"],"names":[],"mappings":"AAKA,OAAO,MAAM,MAAM,6BAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqBjD,wBA0BE"}
|
package/lib/generated/specs.js
CHANGED
@@ -8,49 +8,51 @@ const specs_2 = __importDefault(require("@ledgerhq/coin-aptos/specs"));
|
|
8
8
|
const specs_3 = __importDefault(require("@ledgerhq/coin-bitcoin/specs"));
|
9
9
|
const specs_4 = __importDefault(require("@ledgerhq/coin-cardano/specs"));
|
10
10
|
const specs_5 = __importDefault(require("@ledgerhq/coin-casper/specs"));
|
11
|
-
const specs_6 = __importDefault(require("@ledgerhq/coin-
|
12
|
-
const specs_7 = __importDefault(require("@ledgerhq/coin-
|
13
|
-
const specs_8 = __importDefault(require("@ledgerhq/coin-
|
14
|
-
const specs_9 = __importDefault(require("@ledgerhq/coin-
|
15
|
-
const specs_10 = __importDefault(require("@ledgerhq/coin-
|
16
|
-
const specs_11 = __importDefault(require("@ledgerhq/coin-
|
17
|
-
const specs_12 = __importDefault(require("@ledgerhq/coin-
|
18
|
-
const specs_13 = __importDefault(require("@ledgerhq/coin-
|
19
|
-
const specs_14 = __importDefault(require("@ledgerhq/coin-
|
20
|
-
const specs_15 = __importDefault(require("@ledgerhq/coin-
|
21
|
-
const specs_16 = __importDefault(require("@ledgerhq/coin-
|
22
|
-
const specs_17 = __importDefault(require("@ledgerhq/coin-
|
23
|
-
const specs_18 = __importDefault(require("@ledgerhq/coin-
|
24
|
-
const specs_19 = __importDefault(require("@ledgerhq/coin-
|
25
|
-
const specs_20 = __importDefault(require("@ledgerhq/coin-
|
26
|
-
const specs_21 = __importDefault(require("@ledgerhq/coin-
|
27
|
-
const specs_22 = __importDefault(require("@ledgerhq/coin-
|
28
|
-
const specs_23 = __importDefault(require("@ledgerhq/coin-
|
29
|
-
const specs_24 = __importDefault(require("@ledgerhq/coin-
|
11
|
+
const specs_6 = __importDefault(require("@ledgerhq/coin-canton/specs"));
|
12
|
+
const specs_7 = __importDefault(require("@ledgerhq/coin-celo/specs"));
|
13
|
+
const specs_8 = __importDefault(require("@ledgerhq/coin-cosmos/specs"));
|
14
|
+
const specs_9 = __importDefault(require("@ledgerhq/coin-evm/specs"));
|
15
|
+
const specs_10 = __importDefault(require("@ledgerhq/coin-hedera/specs"));
|
16
|
+
const specs_11 = __importDefault(require("@ledgerhq/coin-filecoin/specs"));
|
17
|
+
const specs_12 = __importDefault(require("@ledgerhq/coin-internet_computer/specs"));
|
18
|
+
const specs_13 = __importDefault(require("@ledgerhq/coin-icon/specs"));
|
19
|
+
const specs_14 = __importDefault(require("@ledgerhq/coin-multiversx/specs"));
|
20
|
+
const specs_15 = __importDefault(require("@ledgerhq/coin-near/specs"));
|
21
|
+
const specs_16 = __importDefault(require("@ledgerhq/coin-polkadot/specs"));
|
22
|
+
const specs_17 = __importDefault(require("@ledgerhq/coin-solana/specs"));
|
23
|
+
const specs_18 = __importDefault(require("@ledgerhq/coin-stacks/specs"));
|
24
|
+
const specs_19 = __importDefault(require("@ledgerhq/coin-stellar/specs"));
|
25
|
+
const specs_20 = __importDefault(require("@ledgerhq/coin-tezos/specs"));
|
26
|
+
const specs_21 = __importDefault(require("@ledgerhq/coin-ton/specs"));
|
27
|
+
const specs_22 = __importDefault(require("@ledgerhq/coin-tron/specs"));
|
28
|
+
const specs_23 = __importDefault(require("@ledgerhq/coin-vechain/specs"));
|
29
|
+
const specs_24 = __importDefault(require("@ledgerhq/coin-xrp/specs"));
|
30
|
+
const specs_25 = __importDefault(require("@ledgerhq/coin-mina/specs"));
|
30
31
|
exports.default = {
|
31
32
|
algorand: specs_1.default,
|
32
33
|
aptos: specs_2.default,
|
33
34
|
bitcoin: specs_3.default,
|
34
35
|
cardano: specs_4.default,
|
35
36
|
casper: specs_5.default,
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
37
|
+
canton: specs_6.default,
|
38
|
+
celo: specs_7.default,
|
39
|
+
cosmos: specs_8.default,
|
40
|
+
evm: specs_9.default,
|
41
|
+
hedera: specs_10.default,
|
42
|
+
filecoin: specs_11.default,
|
43
|
+
internet_computer: specs_12.default,
|
44
|
+
icon: specs_13.default,
|
45
|
+
multiversx: specs_14.default,
|
46
|
+
near: specs_15.default,
|
47
|
+
polkadot: specs_16.default,
|
48
|
+
solana: specs_17.default,
|
49
|
+
stacks: specs_18.default,
|
50
|
+
stellar: specs_19.default,
|
51
|
+
tezos: specs_20.default,
|
52
|
+
ton: specs_21.default,
|
53
|
+
tron: specs_22.default,
|
54
|
+
vechain: specs_23.default,
|
55
|
+
xrp: specs_24.default,
|
56
|
+
mina: specs_25.default,
|
55
57
|
};
|
56
58
|
//# sourceMappingURL=specs.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"specs.js","sourceRoot":"","sources":["../../src/generated/specs.ts"],"names":[],"mappings":";;;;;AAAA,0EAAqD;AACrD,uEAA+C;AAC/C,yEAAmD;AACnD,yEAAmD;AACnD,wEAAiD;AACjD,sEAA6C;AAC7C,wEAAiD;AACjD,qEAA2C;AAC3C,
|
1
|
+
{"version":3,"file":"specs.js","sourceRoot":"","sources":["../../src/generated/specs.ts"],"names":[],"mappings":";;;;;AAAA,0EAAqD;AACrD,uEAA+C;AAC/C,yEAAmD;AACnD,yEAAmD;AACnD,wEAAiD;AACjD,wEAAiD;AACjD,sEAA6C;AAC7C,wEAAiD;AACjD,qEAA2C;AAC3C,yEAAiD;AACjD,2EAAqD;AACrD,oFAAuE;AACvE,uEAA6C;AAC7C,6EAAyD;AACzD,uEAA6C;AAC7C,2EAAqD;AACrD,yEAAiD;AACjD,yEAAiD;AACjD,0EAAmD;AACnD,wEAA+C;AAC/C,sEAA2C;AAC3C,uEAA6C;AAC7C,0EAAmD;AACnD,sEAA2C;AAC3C,uEAA6C;AAE7C,kBAAe;IACb,QAAQ,EAAR,eAAQ;IACR,KAAK,EAAL,eAAK;IACL,OAAO,EAAP,eAAO;IACP,OAAO,EAAP,eAAO;IACP,MAAM,EAAN,eAAM;IACN,MAAM,EAAN,eAAM;IACN,IAAI,EAAJ,eAAI;IACJ,MAAM,EAAN,eAAM;IACN,GAAG,EAAH,eAAG;IACH,MAAM,EAAN,gBAAM;IACN,QAAQ,EAAR,gBAAQ;IACR,iBAAiB,EAAjB,gBAAiB;IACjB,IAAI,EAAJ,gBAAI;IACJ,UAAU,EAAV,gBAAU;IACV,IAAI,EAAJ,gBAAI;IACJ,QAAQ,EAAR,gBAAQ;IACR,MAAM,EAAN,gBAAM;IACN,MAAM,EAAN,gBAAM;IACN,OAAO,EAAP,gBAAO;IACP,KAAK,EAAL,gBAAK;IACL,GAAG,EAAH,gBAAG;IACH,IAAI,EAAJ,gBAAI;IACJ,OAAO,EAAP,gBAAO;IACP,GAAG,EAAH,gBAAG;IACH,IAAI,EAAJ,gBAAI;CACL,CAAC"}
|
@@ -39,6 +39,14 @@ declare const _default: {
|
|
39
39
|
toTransactionStatusRaw: (ts: import("@ledgerhq/types-live").TransactionStatusCommon) => import("@ledgerhq/types-live").TransactionStatusCommonRaw;
|
40
40
|
formatTransactionStatus: (t: import("@ledgerhq/types-live").TransactionCommon, { errors, warnings, estimatedFees, amount, totalSpent }: import("@ledgerhq/types-live").TransactionStatusCommon, mainAccount: import("@ledgerhq/types-live").Account) => string;
|
41
41
|
};
|
42
|
+
canton: {
|
43
|
+
formatTransaction: ({ amount, recipient, fee, useAllAmount }: import("@ledgerhq/coin-canton/lib/index").Transaction, account: import("@ledgerhq/types-live").Account) => string;
|
44
|
+
fromTransactionRaw: (tr: import("@ledgerhq/coin-canton/lib/index").TransactionRaw) => import("@ledgerhq/coin-canton/lib/index").Transaction;
|
45
|
+
toTransactionRaw: (t: import("@ledgerhq/coin-canton/lib/index").Transaction) => import("@ledgerhq/coin-canton/lib/index").TransactionRaw;
|
46
|
+
fromTransactionStatusRaw: (ts: import("@ledgerhq/types-live").TransactionStatusCommonRaw) => import("@ledgerhq/types-live").TransactionStatusCommon;
|
47
|
+
toTransactionStatusRaw: (ts: import("@ledgerhq/types-live").TransactionStatusCommon) => import("@ledgerhq/types-live").TransactionStatusCommonRaw;
|
48
|
+
formatTransactionStatus: (t: import("@ledgerhq/types-live").TransactionCommon, { errors, warnings, estimatedFees, amount, totalSpent }: import("@ledgerhq/types-live").TransactionStatusCommon, mainAccount: import("@ledgerhq/types-live").Account) => string;
|
49
|
+
};
|
42
50
|
celo: {
|
43
51
|
formatTransaction: (t: import("@ledgerhq/coin-celo/lib/types/types").Transaction, account: import("@ledgerhq/types-live").Account) => string;
|
44
52
|
fromTransactionRaw: (tr: import("@ledgerhq/coin-celo/lib/types/types").TransactionRaw) => import("@ledgerhq/coin-celo/lib/types/types").Transaction;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../src/generated/transaction.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../src/generated/transaction.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,wBA2BE"}
|
@@ -8,51 +8,53 @@ const transaction_2 = __importDefault(require("@ledgerhq/coin-aptos/transaction"
|
|
8
8
|
const transaction_3 = __importDefault(require("@ledgerhq/coin-bitcoin/transaction"));
|
9
9
|
const transaction_4 = __importDefault(require("@ledgerhq/coin-cardano/transaction"));
|
10
10
|
const transaction_5 = __importDefault(require("@ledgerhq/coin-casper/transaction"));
|
11
|
-
const transaction_6 = __importDefault(require("@ledgerhq/coin-
|
12
|
-
const transaction_7 = __importDefault(require("@ledgerhq/coin-
|
13
|
-
const transaction_8 = __importDefault(require("@ledgerhq/coin-
|
14
|
-
const transaction_9 = __importDefault(require("@ledgerhq/coin-
|
15
|
-
const transaction_10 = __importDefault(require("@ledgerhq/coin-
|
16
|
-
const transaction_11 = __importDefault(require("@ledgerhq/coin-
|
17
|
-
const transaction_12 = __importDefault(require("@ledgerhq/coin-
|
18
|
-
const transaction_13 = __importDefault(require("@ledgerhq/coin-
|
19
|
-
const transaction_14 = __importDefault(require("@ledgerhq/coin-
|
20
|
-
const transaction_15 = __importDefault(require("@ledgerhq/coin-
|
21
|
-
const transaction_16 = __importDefault(require("@ledgerhq/coin-
|
22
|
-
const transaction_17 = __importDefault(require("@ledgerhq/coin-
|
23
|
-
const transaction_18 = __importDefault(require("@ledgerhq/coin-
|
24
|
-
const transaction_19 = __importDefault(require("@ledgerhq/coin-
|
25
|
-
const transaction_20 = __importDefault(require("@ledgerhq/coin-
|
26
|
-
const transaction_21 = __importDefault(require("@ledgerhq/coin-
|
27
|
-
const transaction_22 = __importDefault(require("@ledgerhq/coin-
|
28
|
-
const transaction_23 = __importDefault(require("@ledgerhq/coin-
|
29
|
-
const transaction_24 = __importDefault(require("@ledgerhq/coin-
|
30
|
-
const transaction_25 = __importDefault(require("@ledgerhq/coin-
|
11
|
+
const transaction_6 = __importDefault(require("@ledgerhq/coin-canton/transaction"));
|
12
|
+
const transaction_7 = __importDefault(require("@ledgerhq/coin-celo/transaction"));
|
13
|
+
const transaction_8 = __importDefault(require("@ledgerhq/coin-cosmos/transaction"));
|
14
|
+
const transaction_9 = __importDefault(require("@ledgerhq/coin-evm/transaction"));
|
15
|
+
const transaction_10 = __importDefault(require("@ledgerhq/coin-hedera/transaction"));
|
16
|
+
const transaction_11 = __importDefault(require("@ledgerhq/coin-filecoin/transaction"));
|
17
|
+
const transaction_12 = __importDefault(require("@ledgerhq/coin-internet_computer/transaction"));
|
18
|
+
const transaction_13 = __importDefault(require("@ledgerhq/coin-icon/transaction"));
|
19
|
+
const transaction_14 = __importDefault(require("@ledgerhq/coin-multiversx/transaction"));
|
20
|
+
const transaction_15 = __importDefault(require("@ledgerhq/coin-near/transaction"));
|
21
|
+
const transaction_16 = __importDefault(require("@ledgerhq/coin-polkadot/transaction"));
|
22
|
+
const transaction_17 = __importDefault(require("@ledgerhq/coin-solana/transaction"));
|
23
|
+
const transaction_18 = __importDefault(require("@ledgerhq/coin-stacks/transaction"));
|
24
|
+
const transaction_19 = __importDefault(require("@ledgerhq/coin-stellar/transaction"));
|
25
|
+
const transaction_20 = __importDefault(require("@ledgerhq/coin-tezos/transaction"));
|
26
|
+
const transaction_21 = __importDefault(require("@ledgerhq/coin-ton/transaction"));
|
27
|
+
const transaction_22 = __importDefault(require("@ledgerhq/coin-tron/transaction"));
|
28
|
+
const transaction_23 = __importDefault(require("@ledgerhq/coin-vechain/transaction"));
|
29
|
+
const transaction_24 = __importDefault(require("@ledgerhq/coin-xrp/transaction"));
|
30
|
+
const transaction_25 = __importDefault(require("@ledgerhq/coin-sui/transaction"));
|
31
|
+
const transaction_26 = __importDefault(require("@ledgerhq/coin-mina/transaction"));
|
31
32
|
exports.default = {
|
32
33
|
algorand: transaction_1.default,
|
33
34
|
aptos: transaction_2.default,
|
34
35
|
bitcoin: transaction_3.default,
|
35
36
|
cardano: transaction_4.default,
|
36
37
|
casper: transaction_5.default,
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
38
|
+
canton: transaction_6.default,
|
39
|
+
celo: transaction_7.default,
|
40
|
+
cosmos: transaction_8.default,
|
41
|
+
evm: transaction_9.default,
|
42
|
+
hedera: transaction_10.default,
|
43
|
+
filecoin: transaction_11.default,
|
44
|
+
internet_computer: transaction_12.default,
|
45
|
+
icon: transaction_13.default,
|
46
|
+
multiversx: transaction_14.default,
|
47
|
+
near: transaction_15.default,
|
48
|
+
polkadot: transaction_16.default,
|
49
|
+
solana: transaction_17.default,
|
50
|
+
stacks: transaction_18.default,
|
51
|
+
stellar: transaction_19.default,
|
52
|
+
tezos: transaction_20.default,
|
53
|
+
ton: transaction_21.default,
|
54
|
+
tron: transaction_22.default,
|
55
|
+
vechain: transaction_23.default,
|
56
|
+
xrp: transaction_24.default,
|
57
|
+
sui: transaction_25.default,
|
58
|
+
mina: transaction_26.default,
|
57
59
|
};
|
58
60
|
//# sourceMappingURL=transaction.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"transaction.js","sourceRoot":"","sources":["../../src/generated/transaction.ts"],"names":[],"mappings":";;;;;AAAA,sFAA2D;AAC3D,mFAAqD;AACrD,qFAAyD;AACzD,qFAAyD;AACzD,oFAAuD;AACvD,kFAAmD;AACnD,oFAAuD;AACvD,iFAAiD;AACjD,
|
1
|
+
{"version":3,"file":"transaction.js","sourceRoot":"","sources":["../../src/generated/transaction.ts"],"names":[],"mappings":";;;;;AAAA,sFAA2D;AAC3D,mFAAqD;AACrD,qFAAyD;AACzD,qFAAyD;AACzD,oFAAuD;AACvD,oFAAuD;AACvD,kFAAmD;AACnD,oFAAuD;AACvD,iFAAiD;AACjD,qFAAuD;AACvD,uFAA2D;AAC3D,gGAA6E;AAC7E,mFAAmD;AACnD,yFAA+D;AAC/D,mFAAmD;AACnD,uFAA2D;AAC3D,qFAAuD;AACvD,qFAAuD;AACvD,sFAAyD;AACzD,oFAAqD;AACrD,kFAAiD;AACjD,mFAAmD;AACnD,sFAAyD;AACzD,kFAAiD;AACjD,kFAAiD;AACjD,mFAAmD;AAEnD,kBAAe;IACb,QAAQ,EAAR,qBAAQ;IACR,KAAK,EAAL,qBAAK;IACL,OAAO,EAAP,qBAAO;IACP,OAAO,EAAP,qBAAO;IACP,MAAM,EAAN,qBAAM;IACN,MAAM,EAAN,qBAAM;IACN,IAAI,EAAJ,qBAAI;IACJ,MAAM,EAAN,qBAAM;IACN,GAAG,EAAH,qBAAG;IACH,MAAM,EAAN,sBAAM;IACN,QAAQ,EAAR,sBAAQ;IACR,iBAAiB,EAAjB,sBAAiB;IACjB,IAAI,EAAJ,sBAAI;IACJ,UAAU,EAAV,sBAAU;IACV,IAAI,EAAJ,sBAAI;IACJ,QAAQ,EAAR,sBAAQ;IACR,MAAM,EAAN,sBAAM;IACN,MAAM,EAAN,sBAAM;IACN,OAAO,EAAP,sBAAO;IACP,KAAK,EAAL,sBAAK;IACL,GAAG,EAAH,sBAAG;IACH,IAAI,EAAJ,sBAAI;IACJ,OAAO,EAAP,sBAAO;IACP,GAAG,EAAH,sBAAG;IACH,GAAG,EAAH,sBAAG;IACH,IAAI,EAAJ,sBAAI;CACL,CAAC"}
|