@ledgerhq/live-common 34.3.0-windows-certificate.0 → 35.0.0-next.6
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 +2 -2
- package/lib/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib/__tests__/test-helpers/bridge.js +1 -3
- package/lib/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib/__tests__/test-helpers/environment.js +4 -0
- package/lib/__tests__/test-helpers/environment.js.map +1 -1
- package/lib/apps/listApps/v2.d.ts +2 -2
- package/lib/apps/listApps/v2.d.ts.map +1 -1
- package/lib/apps/listApps/v2.test.js +122 -0
- package/lib/apps/listApps/v2.test.js.map +1 -1
- package/lib/apps/mock.d.ts +2 -1
- package/lib/apps/mock.d.ts.map +1 -1
- package/lib/apps/mock.js +6 -1
- package/lib/apps/mock.js.map +1 -1
- package/lib/apps/react.test.js +1 -0
- package/lib/apps/react.test.js.map +1 -1
- package/lib/bridge/jsHelpers.d.ts +2 -2
- package/lib/bridge/jsHelpers.d.ts.map +1 -1
- package/lib/bridge/jsHelpers.js.map +1 -1
- package/lib/device/use-cases/listAppsUseCase.d.ts.map +1 -1
- package/lib/device/use-cases/listAppsUseCase.js +1 -0
- package/lib/device/use-cases/listAppsUseCase.js.map +1 -1
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js +3 -3
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
- package/lib/deviceSDK/tasks/core.js +1 -1
- package/lib/deviceSDK/tasks/core.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.map +1 -1
- package/lib/exchange/providers/swap.js +6 -1
- package/lib/exchange/providers/swap.js.map +1 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js +2 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js.map +1 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js +2 -0
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js.map +1 -1
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js +3 -0
- package/lib/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyAll.d.ts +2 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyAll.d.ts.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyAll.js +1 -2
- package/lib/exchange/swap/api/v5/fetchCurrencyAll.js.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyFrom.d.ts +2 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyFrom.d.ts.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyFrom.js +1 -2
- package/lib/exchange/swap/api/v5/fetchCurrencyFrom.js.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyTo.d.ts +2 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyTo.d.ts.map +1 -1
- package/lib/exchange/swap/api/v5/fetchCurrencyTo.js +1 -2
- package/lib/exchange/swap/api/v5/fetchCurrencyTo.js.map +1 -1
- package/lib/exchange/swap/api/v5/fetchRates.d.ts +2 -2
- package/lib/exchange/swap/api/v5/fetchRates.d.ts.map +1 -1
- package/lib/exchange/swap/api/v5/fetchRates.js +1 -5
- package/lib/exchange/swap/api/v5/fetchRates.js.map +1 -1
- package/lib/exchange/swap/completeExchange.d.ts.map +1 -1
- package/lib/exchange/swap/completeExchange.js +2 -1
- package/lib/exchange/swap/completeExchange.js.map +1 -1
- package/lib/exchange/swap/hooks/useSwapTransaction.d.ts +4 -3
- package/lib/exchange/swap/hooks/useSwapTransaction.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/useSwapTransaction.js +5 -4
- package/lib/exchange/swap/hooks/useSwapTransaction.js.map +1 -1
- package/lib/exchange/swap/hooks/useSwapableAccounts.d.ts +0 -4
- package/lib/exchange/swap/hooks/useSwapableAccounts.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js +4 -0
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +4 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js +4 -2
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchRates.d.ts +3 -2
- package/lib/exchange/swap/hooks/v5/useFetchRates.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchRates.js +12 -9
- package/lib/exchange/swap/hooks/v5/useFetchRates.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.d.ts +6 -0
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.d.ts.map +1 -0
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.js +51 -0
- package/lib/exchange/swap/hooks/v5/useFilteredProviders.js.map +1 -0
- package/lib/exchange/swap/hooks/v5/useProviderRates.d.ts +2 -1
- package/lib/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useProviderRates.js +5 -12
- package/lib/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
- package/lib/exchange/swap/initSwap.d.ts.map +1 -1
- package/lib/exchange/swap/initSwap.js +2 -1
- package/lib/exchange/swap/initSwap.js.map +1 -1
- package/lib/families/algorand/bridge/mock.d.ts +1 -1
- package/lib/families/algorand/bridge/mock.d.ts.map +1 -1
- package/lib/families/algorand/bridge/mock.js +11 -7
- package/lib/families/algorand/bridge/mock.js.map +1 -1
- package/lib/families/algorand/setup.d.ts +2 -2
- package/lib/families/algorand/setup.d.ts.map +1 -1
- package/lib/families/algorand/setup.js.map +1 -1
- package/lib/families/bitcoin/bridge/mock.d.ts +2 -2
- package/lib/families/bitcoin/bridge/mock.d.ts.map +1 -1
- package/lib/families/bitcoin/setup.d.ts +2 -2
- package/lib/families/bitcoin/setup.d.ts.map +1 -1
- package/lib/families/bitcoin/setup.js.map +1 -1
- package/lib/families/bitcoin/walletApiAdapter.js +3 -3
- package/lib/families/bitcoin/walletApiAdapter.js.map +1 -1
- package/lib/families/cardano/bridge/mock.d.ts +2 -2
- package/lib/families/cardano/bridge/mock.d.ts.map +1 -1
- package/lib/families/cardano/bridge/mock.js +2 -2
- package/lib/families/cardano/bridge/mock.js.map +1 -1
- package/lib/families/cardano/setup.d.ts +2 -2
- package/lib/families/cardano/setup.d.ts.map +1 -1
- package/lib/families/cardano/setup.js.map +1 -1
- package/lib/families/casper/bridge/account.d.ts +2 -2
- package/lib/families/casper/bridge/account.d.ts.map +1 -1
- package/lib/families/casper/bridge/account.js +17 -195
- package/lib/families/casper/bridge/account.js.map +1 -1
- package/lib/families/casper/bridge/js.d.ts +1 -1
- package/lib/families/casper/bridge/mock.d.ts +2 -2
- package/lib/families/casper/bridge/mock.d.ts.map +1 -1
- package/lib/families/casper/broadcast.d.ts +4 -0
- package/lib/families/casper/broadcast.d.ts.map +1 -0
- package/lib/families/casper/broadcast.js +27 -0
- package/lib/families/casper/broadcast.js.map +1 -0
- package/lib/families/casper/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/casper/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/casper/buildOptimisticOperation.js +27 -0
- package/lib/families/casper/buildOptimisticOperation.js.map +1 -0
- package/lib/families/casper/createTransaction.d.ts +4 -0
- package/lib/families/casper/createTransaction.d.ts.map +1 -0
- package/lib/families/casper/createTransaction.js +19 -0
- package/lib/families/casper/createTransaction.js.map +1 -0
- package/lib/families/casper/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/casper/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/casper/estimateMaxSpendable.js +33 -0
- package/lib/families/casper/estimateMaxSpendable.js.map +1 -0
- package/lib/families/casper/getTransactionStatus.d.ts +4 -0
- package/lib/families/casper/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/casper/getTransactionStatus.js +84 -0
- package/lib/families/casper/getTransactionStatus.js.map +1 -0
- package/lib/families/casper/prepareTransaction.d.ts +4 -0
- package/lib/families/casper/prepareTransaction.d.ts.map +1 -0
- package/lib/families/casper/prepareTransaction.js +25 -0
- package/lib/families/casper/prepareTransaction.js.map +1 -0
- package/lib/families/casper/signOperation.d.ts +4 -0
- package/lib/families/casper/signOperation.d.ts.map +1 -0
- package/lib/families/casper/signOperation.js +63 -0
- package/lib/families/casper/signOperation.js.map +1 -0
- package/lib/families/celo/bridge/js.d.ts +2 -2
- package/lib/families/celo/bridge/js.d.ts.map +1 -1
- package/lib/families/celo/bridge/js.js +19 -22
- package/lib/families/celo/bridge/js.js.map +1 -1
- package/lib/families/celo/broadcast.d.ts +5 -0
- package/lib/families/celo/broadcast.d.ts.map +1 -0
- package/lib/families/celo/broadcast.js +22 -0
- package/lib/families/celo/broadcast.js.map +1 -0
- package/lib/families/celo/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/celo/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/celo/buildOptimisticOperation.js +47 -0
- package/lib/families/celo/buildOptimisticOperation.js.map +1 -0
- package/lib/families/celo/buildTransaction.d.ts +4 -0
- package/lib/families/celo/buildTransaction.d.ts.map +1 -0
- package/lib/families/celo/buildTransaction.js +145 -0
- package/lib/families/celo/buildTransaction.js.map +1 -0
- package/lib/families/celo/createTransaction.d.ts +5 -0
- package/lib/families/celo/createTransaction.d.ts.map +1 -0
- package/lib/families/celo/createTransaction.js +16 -0
- package/lib/families/celo/createTransaction.js.map +1 -0
- package/lib/families/celo/estimateMaxSpendable.d.ts +5 -0
- package/lib/families/celo/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/celo/estimateMaxSpendable.js +28 -0
- package/lib/families/celo/estimateMaxSpendable.js.map +1 -0
- package/lib/families/celo/getFeesForTransaction.d.ts +8 -0
- package/lib/families/celo/getFeesForTransaction.d.ts.map +1 -0
- package/lib/families/celo/getFeesForTransaction.js +102 -0
- package/lib/families/celo/getFeesForTransaction.js.map +1 -0
- package/lib/families/celo/getTransactionStatus.d.ts +5 -0
- package/lib/families/celo/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/celo/getTransactionStatus.js +108 -0
- package/lib/families/celo/getTransactionStatus.js.map +1 -0
- package/lib/families/celo/prepareTransaction.d.ts +5 -0
- package/lib/families/celo/prepareTransaction.d.ts.map +1 -0
- package/lib/families/celo/prepareTransaction.js +37 -0
- package/lib/families/celo/prepareTransaction.js.map +1 -0
- package/lib/families/celo/signOperation.d.ts +8 -0
- package/lib/families/celo/signOperation.d.ts.map +1 -0
- package/lib/families/celo/signOperation.js +82 -0
- package/lib/families/celo/signOperation.js.map +1 -0
- package/lib/families/celo/synchronisation.d.ts +4 -0
- package/lib/families/celo/synchronisation.d.ts.map +1 -0
- package/lib/families/celo/synchronisation.js +58 -0
- package/lib/families/celo/synchronisation.js.map +1 -0
- package/lib/families/cosmos/banner.test.js +1 -1
- package/lib/families/cosmos/banner.test.js.map +1 -1
- package/lib/families/cosmos/bridge/js.d.ts +2 -2
- package/lib/families/cosmos/bridge/js.d.ts.map +1 -1
- package/lib/families/cosmos/bridge/js.js +19 -19
- package/lib/families/cosmos/bridge/js.js.map +1 -1
- package/lib/families/cosmos/bridge/mock.d.ts +2 -2
- package/lib/families/cosmos/bridge/mock.d.ts.map +1 -1
- package/lib/families/cosmos/bridge/mock.js +1 -1
- package/lib/families/cosmos/buildTransaction.d.ts +29 -0
- package/lib/families/cosmos/buildTransaction.d.ts.map +1 -0
- package/lib/families/cosmos/buildTransaction.js +256 -0
- package/lib/families/cosmos/buildTransaction.js.map +1 -0
- package/lib/families/cosmos/buildTransaction.unit.test.d.ts +2 -0
- package/lib/families/cosmos/buildTransaction.unit.test.d.ts.map +1 -0
- package/lib/families/cosmos/buildTransaction.unit.test.js +743 -0
- package/lib/families/cosmos/buildTransaction.unit.test.js.map +1 -0
- package/lib/families/cosmos/createTransaction.d.ts +10 -0
- package/lib/families/cosmos/createTransaction.d.ts.map +1 -0
- package/lib/families/cosmos/createTransaction.js +25 -0
- package/lib/families/cosmos/createTransaction.js.map +1 -0
- package/lib/families/cosmos/estimateMaxSpendable.d.ts +5 -0
- package/lib/families/cosmos/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/cosmos/estimateMaxSpendable.js +29 -0
- package/lib/families/cosmos/estimateMaxSpendable.js.map +1 -0
- package/lib/families/cosmos/getTransactionStatus.d.ts +12 -0
- package/lib/families/cosmos/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/cosmos/getTransactionStatus.js +247 -0
- package/lib/families/cosmos/getTransactionStatus.js.map +1 -0
- package/lib/families/cosmos/prepareTransaction.d.ts +18 -0
- package/lib/families/cosmos/prepareTransaction.d.ts.map +1 -0
- package/lib/families/cosmos/prepareTransaction.js +95 -0
- package/lib/families/cosmos/prepareTransaction.js.map +1 -0
- package/lib/families/cosmos/prepareTransaction.unit.test.d.ts +2 -0
- package/lib/families/cosmos/prepareTransaction.unit.test.d.ts.map +1 -0
- package/lib/families/cosmos/prepareTransaction.unit.test.js +171 -0
- package/lib/families/cosmos/prepareTransaction.unit.test.js.map +1 -0
- package/lib/families/cosmos/signOperation.d.ts +5 -0
- package/lib/families/cosmos/signOperation.d.ts.map +1 -0
- package/lib/families/cosmos/signOperation.js +150 -0
- package/lib/families/cosmos/signOperation.js.map +1 -0
- package/lib/families/cosmos/synchronisation.d.ts +6 -0
- package/lib/families/cosmos/synchronisation.d.ts.map +1 -0
- package/lib/families/cosmos/synchronisation.js +275 -0
- package/lib/families/cosmos/synchronisation.js.map +1 -0
- package/lib/families/cosmos/synchronisation.unit.test.d.ts +2 -0
- package/lib/families/cosmos/synchronisation.unit.test.d.ts.map +1 -0
- package/lib/families/cosmos/synchronisation.unit.test.js +660 -0
- package/lib/families/cosmos/synchronisation.unit.test.js.map +1 -0
- package/lib/families/cosmos/updateTransaction.d.ts +5 -0
- package/lib/families/cosmos/updateTransaction.d.ts.map +1 -0
- package/lib/families/cosmos/updateTransaction.js +15 -0
- package/lib/families/cosmos/updateTransaction.js.map +1 -0
- package/lib/families/crypto_org/bridge/js.d.ts +1 -1
- package/lib/families/crypto_org/bridge/js.d.ts.map +1 -1
- package/lib/families/crypto_org/bridge/js.js +19 -21
- package/lib/families/crypto_org/bridge/js.js.map +1 -1
- package/lib/families/crypto_org/broadcast.d.ts +8 -0
- package/lib/families/crypto_org/broadcast.d.ts.map +1 -0
- package/lib/families/crypto_org/broadcast.js +31 -0
- package/lib/families/crypto_org/broadcast.js.map +1 -0
- package/lib/families/crypto_org/buildOptimisticOperation.d.ts +5 -0
- package/lib/families/crypto_org/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/crypto_org/buildOptimisticOperation.js +31 -0
- package/lib/families/crypto_org/buildOptimisticOperation.js.map +1 -0
- package/lib/families/crypto_org/buildTransaction.d.ts +9 -0
- package/lib/families/crypto_org/buildTransaction.d.ts.map +1 -0
- package/lib/families/crypto_org/buildTransaction.js +63 -0
- package/lib/families/crypto_org/buildTransaction.js.map +1 -0
- package/lib/families/crypto_org/createTransaction.d.ts +9 -0
- package/lib/families/crypto_org/createTransaction.d.ts.map +1 -0
- package/lib/families/crypto_org/createTransaction.js +23 -0
- package/lib/families/crypto_org/createTransaction.js.map +1 -0
- package/lib/families/crypto_org/estimateMaxSpendable.d.ts +10 -0
- package/lib/families/crypto_org/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/crypto_org/estimateMaxSpendable.js +31 -0
- package/lib/families/crypto_org/estimateMaxSpendable.js.map +1 -0
- package/lib/families/crypto_org/getFeesForTransaction.d.ts +7 -0
- package/lib/families/crypto_org/getFeesForTransaction.d.ts.map +1 -0
- package/lib/families/crypto_org/getFeesForTransaction.js +23 -0
- package/lib/families/crypto_org/getFeesForTransaction.js.map +1 -0
- package/lib/families/crypto_org/getTransactionStatus.d.ts +5 -0
- package/lib/families/crypto_org/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/crypto_org/getTransactionStatus.js +57 -0
- package/lib/families/crypto_org/getTransactionStatus.js.map +1 -0
- package/lib/families/crypto_org/prepareTransaction.d.ts +10 -0
- package/lib/families/crypto_org/prepareTransaction.d.ts.map +1 -0
- package/lib/families/crypto_org/prepareTransaction.js +37 -0
- package/lib/families/crypto_org/prepareTransaction.js.map +1 -0
- package/lib/families/crypto_org/signOperation.d.ts +8 -0
- package/lib/families/crypto_org/signOperation.d.ts.map +1 -0
- package/lib/families/crypto_org/signOperation.js +114 -0
- package/lib/families/crypto_org/signOperation.js.map +1 -0
- package/lib/families/crypto_org/synchronisation.d.ts +3 -0
- package/lib/families/crypto_org/synchronisation.d.ts.map +1 -0
- package/lib/families/crypto_org/synchronisation.js +53 -0
- package/lib/families/crypto_org/synchronisation.js.map +1 -0
- package/lib/families/elrond/bridge/js.d.ts +2 -2
- package/lib/families/elrond/bridge/js.d.ts.map +1 -1
- package/lib/families/elrond/bridge/js.js +19 -21
- package/lib/families/elrond/bridge/js.js.map +1 -1
- package/lib/families/elrond/broadcast.d.ts +9 -0
- package/lib/families/elrond/broadcast.d.ts.map +1 -0
- package/lib/families/elrond/broadcast.js +25 -0
- package/lib/families/elrond/broadcast.js.map +1 -0
- package/lib/families/elrond/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/elrond/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/elrond/buildOptimisticOperation.js +98 -0
- package/lib/families/elrond/buildOptimisticOperation.js.map +1 -0
- package/lib/families/elrond/buildSubAccounts.d.ts +11 -0
- package/lib/families/elrond/buildSubAccounts.d.ts.map +1 -0
- package/lib/families/elrond/buildSubAccounts.js +132 -0
- package/lib/families/elrond/buildSubAccounts.js.map +1 -0
- package/lib/families/elrond/buildTransaction.d.ts +10 -0
- package/lib/families/elrond/buildTransaction.d.ts.map +1 -0
- package/lib/families/elrond/buildTransaction.js +37 -0
- package/lib/families/elrond/buildTransaction.js.map +1 -0
- package/lib/families/elrond/createTransaction.d.ts +9 -0
- package/lib/families/elrond/createTransaction.d.ts.map +1 -0
- package/lib/families/elrond/createTransaction.js +26 -0
- package/lib/families/elrond/createTransaction.js.map +1 -0
- package/lib/families/elrond/estimateMaxSpendable.d.ts +10 -0
- package/lib/families/elrond/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/elrond/estimateMaxSpendable.js +39 -0
- package/lib/families/elrond/estimateMaxSpendable.js.map +1 -0
- package/lib/families/elrond/getTransactionStatus.d.ts +5 -0
- package/lib/families/elrond/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/elrond/getTransactionStatus.js +117 -0
- package/lib/families/elrond/getTransactionStatus.js.map +1 -0
- package/lib/families/elrond/prepareTransaction.d.ts +10 -0
- package/lib/families/elrond/prepareTransaction.d.ts.map +1 -0
- package/lib/families/elrond/prepareTransaction.js +81 -0
- package/lib/families/elrond/prepareTransaction.js.map +1 -0
- package/lib/families/elrond/reconciliation.d.ts +3 -0
- package/lib/families/elrond/reconciliation.d.ts.map +1 -0
- package/lib/families/elrond/reconciliation.js +56 -0
- package/lib/families/elrond/reconciliation.js.map +1 -0
- package/lib/families/elrond/signOperation.d.ts +8 -0
- package/lib/families/elrond/signOperation.d.ts.map +1 -0
- package/lib/families/elrond/signOperation.js +73 -0
- package/lib/families/elrond/signOperation.js.map +1 -0
- package/lib/families/elrond/synchronisation.d.ts +4 -0
- package/lib/families/elrond/synchronisation.d.ts.map +1 -0
- package/lib/families/elrond/synchronisation.js +75 -0
- package/lib/families/elrond/synchronisation.js.map +1 -0
- package/lib/families/evm/bridge/mock.d.ts +1 -1
- package/lib/families/evm/config.d.ts.map +1 -1
- package/lib/families/evm/config.js +32 -0
- package/lib/families/evm/config.js.map +1 -1
- package/lib/families/filecoin/bridge/account.d.ts +3 -3
- package/lib/families/filecoin/bridge/account.d.ts.map +1 -1
- package/lib/families/filecoin/bridge/account.js +17 -256
- package/lib/families/filecoin/bridge/account.js.map +1 -1
- package/lib/families/filecoin/bridge/js.d.ts +1 -1
- package/lib/families/filecoin/broadcast.d.ts +4 -0
- package/lib/families/filecoin/broadcast.d.ts.map +1 -0
- package/lib/families/filecoin/broadcast.js +27 -0
- package/lib/families/filecoin/broadcast.js.map +1 -0
- package/lib/families/filecoin/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/filecoin/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/filecoin/buildOptimisticOperation.js +29 -0
- package/lib/families/filecoin/buildOptimisticOperation.js.map +1 -0
- package/lib/families/filecoin/createTransaction.d.ts +4 -0
- package/lib/families/filecoin/createTransaction.d.ts.map +1 -0
- package/lib/families/filecoin/createTransaction.js +24 -0
- package/lib/families/filecoin/createTransaction.js.map +1 -0
- package/lib/families/filecoin/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/filecoin/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/filecoin/estimateMaxSpendable.js +70 -0
- package/lib/families/filecoin/estimateMaxSpendable.js.map +1 -0
- package/lib/families/filecoin/getTransactionStatus.d.ts +4 -0
- package/lib/families/filecoin/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/filecoin/getTransactionStatus.js +64 -0
- package/lib/families/filecoin/getTransactionStatus.js.map +1 -0
- package/lib/families/filecoin/prepareTransaction.d.ts +4 -0
- package/lib/families/filecoin/prepareTransaction.d.ts.map +1 -0
- package/lib/families/filecoin/prepareTransaction.js +55 -0
- package/lib/families/filecoin/prepareTransaction.js.map +1 -0
- package/lib/families/filecoin/signOperation.d.ts +4 -0
- package/lib/families/filecoin/signOperation.d.ts.map +1 -0
- package/lib/families/filecoin/signOperation.js +81 -0
- package/lib/families/filecoin/signOperation.js.map +1 -0
- package/lib/families/filecoin/types.d.ts +1 -2
- package/lib/families/filecoin/types.d.ts.map +1 -1
- package/lib/families/hedera/bridge/js.d.ts +2 -2
- package/lib/families/hedera/bridge/js.d.ts.map +1 -1
- package/lib/families/hedera/bridge/js.js +17 -19
- package/lib/families/hedera/bridge/js.js.map +1 -1
- package/lib/families/hedera/broadcast.d.ts +4 -0
- package/lib/families/hedera/broadcast.d.ts.map +1 -0
- package/lib/families/hedera/broadcast.js +27 -0
- package/lib/families/hedera/broadcast.js.map +1 -0
- package/lib/families/hedera/buildOptimisticOperation.d.ts +7 -0
- package/lib/families/hedera/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/hedera/buildOptimisticOperation.js +33 -0
- package/lib/families/hedera/buildOptimisticOperation.js.map +1 -0
- package/lib/families/hedera/createTransaction.d.ts +9 -0
- package/lib/families/hedera/createTransaction.d.ts.map +1 -0
- package/lib/families/hedera/createTransaction.js +20 -0
- package/lib/families/hedera/createTransaction.js.map +1 -0
- package/lib/families/hedera/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/hedera/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/hedera/estimateMaxSpendable.js +32 -0
- package/lib/families/hedera/estimateMaxSpendable.js.map +1 -0
- package/lib/families/hedera/getTransactionStatus.d.ts +4 -0
- package/lib/families/hedera/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/hedera/getTransactionStatus.js +54 -0
- package/lib/families/hedera/getTransactionStatus.js.map +1 -0
- package/lib/families/hedera/prepareTransaction.d.ts +13 -0
- package/lib/families/hedera/prepareTransaction.d.ts.map +1 -0
- package/lib/families/hedera/prepareTransaction.js +31 -0
- package/lib/families/hedera/prepareTransaction.js.map +1 -0
- package/lib/families/hedera/receive.d.ts +5 -0
- package/lib/families/hedera/receive.d.ts.map +1 -0
- package/lib/families/hedera/receive.js +50 -0
- package/lib/families/hedera/receive.js.map +1 -0
- package/lib/families/hedera/signOperation.d.ts +5 -0
- package/lib/families/hedera/signOperation.d.ts.map +1 -0
- package/lib/families/hedera/signOperation.js +64 -0
- package/lib/families/hedera/signOperation.js.map +1 -0
- package/lib/families/hedera/synchronisation.d.ts +4 -0
- package/lib/families/hedera/synchronisation.d.ts.map +1 -0
- package/lib/families/hedera/synchronisation.js +80 -0
- package/lib/families/hedera/synchronisation.js.map +1 -0
- package/lib/families/hedera/tests/js-estimateMaxSpendable.integration.test.js +2 -2
- package/lib/families/hedera/tests/js-estimateMaxSpendable.integration.test.js.map +1 -1
- package/lib/families/hedera/tests/js-transaction.test.js +4 -3
- package/lib/families/hedera/tests/js-transaction.test.js.map +1 -1
- package/lib/families/hedera/utils.d.ts +1 -1
- package/lib/families/hedera/utils.d.ts.map +1 -1
- package/lib/families/hedera/utils.js +6 -6
- package/lib/families/hedera/utils.js.map +1 -1
- package/lib/families/internet_computer/bridge/account.d.ts +3 -3
- package/lib/families/internet_computer/bridge/account.d.ts.map +1 -1
- package/lib/families/internet_computer/bridge/account.js +17 -180
- package/lib/families/internet_computer/bridge/account.js.map +1 -1
- package/lib/families/internet_computer/bridge/bridgeHelpers/account.d.ts.map +1 -1
- package/lib/families/internet_computer/bridge/bridgeHelpers/account.js +40 -40
- package/lib/families/internet_computer/bridge/bridgeHelpers/account.js.map +1 -1
- package/lib/families/internet_computer/bridge/js.d.ts +1 -1
- package/lib/families/internet_computer/broadcast.d.ts +4 -0
- package/lib/families/internet_computer/broadcast.d.ts.map +1 -0
- package/lib/families/internet_computer/broadcast.js +21 -0
- package/lib/families/internet_computer/broadcast.js.map +1 -0
- package/lib/families/internet_computer/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/internet_computer/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/internet_computer/buildOptimisticOperation.js +37 -0
- package/lib/families/internet_computer/buildOptimisticOperation.js.map +1 -0
- package/lib/families/internet_computer/createTransaction.d.ts +4 -0
- package/lib/families/internet_computer/createTransaction.d.ts.map +1 -0
- package/lib/families/internet_computer/createTransaction.js +20 -0
- package/lib/families/internet_computer/createTransaction.js.map +1 -0
- package/lib/families/internet_computer/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/internet_computer/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/internet_computer/estimateMaxSpendable.js +28 -0
- package/lib/families/internet_computer/estimateMaxSpendable.js.map +1 -0
- package/lib/families/internet_computer/getTransactionStatus.d.ts +4 -0
- package/lib/families/internet_computer/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/internet_computer/getTransactionStatus.js +71 -0
- package/lib/families/internet_computer/getTransactionStatus.js.map +1 -0
- package/lib/families/internet_computer/prepareTransaction.d.ts +4 -0
- package/lib/families/internet_computer/prepareTransaction.d.ts.map +1 -0
- package/lib/families/internet_computer/prepareTransaction.js +32 -0
- package/lib/families/internet_computer/prepareTransaction.js.map +1 -0
- package/lib/families/internet_computer/signOperation.d.ts +4 -0
- package/lib/families/internet_computer/signOperation.d.ts.map +1 -0
- package/lib/families/internet_computer/signOperation.js +54 -0
- package/lib/families/internet_computer/signOperation.js.map +1 -0
- package/lib/families/near/setup.d.ts +2 -2
- package/lib/families/near/setup.d.ts.map +1 -1
- package/lib/families/near/setup.js.map +1 -1
- package/lib/families/polkadot/bridge/mock.d.ts +1 -1
- package/lib/families/polkadot/setup.d.ts +3 -3
- package/lib/families/polkadot/setup.d.ts.map +1 -1
- package/lib/families/polkadot/setup.js +2 -2
- package/lib/families/polkadot/setup.js.map +1 -1
- package/lib/families/polkadot/walletApiAdapter.js +2 -2
- package/lib/families/polkadot/walletApiAdapter.js.map +1 -1
- package/lib/families/solana/banner.js +2 -2
- package/lib/families/solana/banner.js.map +1 -1
- package/lib/families/solana/banner.test.js +1 -1
- package/lib/families/solana/banner.test.js.map +1 -1
- package/lib/families/solana/bridge/mock.d.ts +1 -1
- package/lib/families/solana/react.integration.test.js +2 -2
- package/lib/families/solana/react.integration.test.js.map +1 -1
- package/lib/families/solana/react.js +2 -2
- package/lib/families/solana/react.js.map +1 -1
- package/lib/families/solana/setup.d.ts +2 -2
- package/lib/families/solana/setup.d.ts.map +1 -1
- package/lib/families/solana/setup.js +1 -1
- package/lib/families/solana/setup.js.map +1 -1
- package/lib/families/stacks/__tests__/sync.integration.test.js +1 -1
- package/lib/families/stacks/__tests__/sync.integration.test.js.map +1 -1
- package/lib/families/stacks/bridge/account.d.ts +3 -3
- package/lib/families/stacks/bridge/account.d.ts.map +1 -1
- package/lib/families/stacks/bridge/account.js +18 -229
- package/lib/families/stacks/bridge/account.js.map +1 -1
- package/lib/families/stacks/bridge/currency.d.ts.map +1 -1
- package/lib/families/stacks/bridge/currency.js +2 -2
- package/lib/families/stacks/bridge/currency.js.map +1 -1
- package/lib/families/stacks/bridge/js.d.ts +1 -1
- package/lib/families/stacks/bridge/utils/api.d.ts.map +1 -1
- package/lib/families/stacks/bridge/utils/api.js +9 -3
- package/lib/families/stacks/bridge/utils/api.js.map +1 -1
- package/lib/families/stacks/bridge/utils/api.types.d.ts +80 -10
- package/lib/families/stacks/bridge/utils/api.types.d.ts.map +1 -1
- package/lib/families/stacks/bridge/utils/misc.d.ts +3 -4
- package/lib/families/stacks/bridge/utils/misc.d.ts.map +1 -1
- package/lib/families/stacks/bridge/utils/misc.js +32 -65
- package/lib/families/stacks/bridge/utils/misc.js.map +1 -1
- package/lib/families/stacks/bridge/utils/misc.unit.test.js +83 -69
- package/lib/families/stacks/bridge/utils/misc.unit.test.js.map +1 -1
- package/lib/families/stacks/broadcast.d.ts +4 -0
- package/lib/families/stacks/broadcast.d.ts.map +1 -0
- package/lib/families/stacks/broadcast.js +28 -0
- package/lib/families/stacks/broadcast.js.map +1 -0
- package/lib/families/stacks/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/stacks/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/stacks/buildOptimisticOperation.js +34 -0
- package/lib/families/stacks/buildOptimisticOperation.js.map +1 -0
- package/lib/families/stacks/createTransaction.d.ts +4 -0
- package/lib/families/stacks/createTransaction.d.ts.map +1 -0
- package/lib/families/stacks/createTransaction.js +18 -0
- package/lib/families/stacks/createTransaction.js.map +1 -0
- package/lib/families/stacks/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/stacks/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/stacks/estimateMaxSpendable.js +46 -0
- package/lib/families/stacks/estimateMaxSpendable.js.map +1 -0
- package/lib/families/stacks/getTransactionStatus.d.ts +4 -0
- package/lib/families/stacks/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/stacks/getTransactionStatus.js +60 -0
- package/lib/families/stacks/getTransactionStatus.js.map +1 -0
- package/lib/families/stacks/prepareTransaction.d.ts +4 -0
- package/lib/families/stacks/prepareTransaction.d.ts.map +1 -0
- package/lib/families/stacks/prepareTransaction.js +56 -0
- package/lib/families/stacks/prepareTransaction.js.map +1 -0
- package/lib/families/stacks/signOperation.d.ts +4 -0
- package/lib/families/stacks/signOperation.d.ts.map +1 -0
- package/lib/families/stacks/signOperation.js +86 -0
- package/lib/families/stacks/signOperation.js.map +1 -0
- package/lib/families/stacks/synchronization.d.ts +5 -0
- package/lib/families/stacks/synchronization.d.ts.map +1 -0
- package/lib/families/stacks/synchronization.js +61 -0
- package/lib/families/stacks/synchronization.js.map +1 -0
- package/lib/families/stacks/types.d.ts +1 -1
- package/lib/families/stacks/types.d.ts.map +1 -1
- package/lib/families/stellar/bridge/js.d.ts +2 -4
- package/lib/families/stellar/bridge/js.d.ts.map +1 -1
- package/lib/families/stellar/bridge/js.js +21 -31
- package/lib/families/stellar/bridge/js.js.map +1 -1
- package/lib/families/stellar/bridge/mock.d.ts +2 -2
- package/lib/families/stellar/bridge/mock.d.ts.map +1 -1
- package/lib/families/stellar/broadcast.d.ts +9 -0
- package/lib/families/stellar/broadcast.d.ts.map +1 -0
- package/lib/families/stellar/broadcast.js +26 -0
- package/lib/families/stellar/broadcast.js.map +1 -0
- package/lib/families/stellar/buildOptimisticOperation.d.ts +4 -0
- package/lib/families/stellar/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/stellar/buildOptimisticOperation.js +70 -0
- package/lib/families/stellar/buildOptimisticOperation.js.map +1 -0
- package/lib/families/stellar/buildTransaction.d.ts +10 -0
- package/lib/families/stellar/buildTransaction.d.ts.map +1 -0
- package/lib/families/stellar/buildTransaction.js +95 -0
- package/lib/families/stellar/buildTransaction.js.map +1 -0
- package/lib/families/stellar/createTransaction.d.ts +10 -0
- package/lib/families/stellar/createTransaction.d.ts.map +1 -0
- package/lib/families/stellar/createTransaction.js +26 -0
- package/lib/families/stellar/createTransaction.js.map +1 -0
- package/lib/families/stellar/estimateMaxSpendable.d.ts +5 -0
- package/lib/families/stellar/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/stellar/estimateMaxSpendable.js +32 -0
- package/lib/families/stellar/estimateMaxSpendable.js.map +1 -0
- package/lib/families/stellar/getTransactionStatus.d.ts +5 -0
- package/lib/families/stellar/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/stellar/getTransactionStatus.js +170 -0
- package/lib/families/stellar/getTransactionStatus.js.map +1 -0
- package/lib/families/stellar/prepareTransaction.d.ts +5 -0
- package/lib/families/stellar/prepareTransaction.d.ts.map +1 -0
- package/lib/families/stellar/prepareTransaction.js +41 -0
- package/lib/families/stellar/prepareTransaction.js.map +1 -0
- package/lib/families/stellar/signOperation.d.ts +8 -0
- package/lib/families/stellar/signOperation.d.ts.map +1 -0
- package/lib/families/stellar/signOperation.js +58 -0
- package/lib/families/stellar/signOperation.js.map +1 -0
- package/lib/families/stellar/synchronization.d.ts +3 -0
- package/lib/families/stellar/synchronization.d.ts.map +1 -0
- package/lib/families/stellar/synchronization.js +74 -0
- package/lib/families/stellar/synchronization.js.map +1 -0
- package/lib/families/tezos/bridge/mock.d.ts +2 -2
- package/lib/families/tezos/bridge/mock.d.ts.map +1 -1
- package/lib/families/tezos/setup.d.ts +2 -2
- package/lib/families/tezos/setup.d.ts.map +1 -1
- package/lib/families/tezos/setup.js.map +1 -1
- package/lib/families/tron/api/index.d.ts +11 -13
- package/lib/families/tron/api/index.d.ts.map +1 -1
- package/lib/families/tron/api/index.js +45 -64
- package/lib/families/tron/api/index.js.map +1 -1
- package/lib/families/tron/bridge/js.d.ts +2 -2
- package/lib/families/tron/bridge/js.d.ts.map +1 -1
- package/lib/families/tron/bridge/js.js +22 -641
- package/lib/families/tron/bridge/js.js.map +1 -1
- package/lib/families/tron/bridge/mock.d.ts +1 -1
- package/lib/families/tron/bridge.integration.test.js +51 -3
- package/lib/families/tron/bridge.integration.test.js.map +1 -1
- package/lib/families/tron/broadcast.d.ts +4 -0
- package/lib/families/tron/broadcast.d.ts.map +1 -0
- package/lib/families/tron/broadcast.js +27 -0
- package/lib/families/tron/broadcast.js.map +1 -0
- package/lib/families/tron/buildOptimisticOperation.d.ts +5 -0
- package/lib/families/tron/buildOptimisticOperation.d.ts.map +1 -0
- package/lib/families/tron/buildOptimisticOperation.js +101 -0
- package/lib/families/tron/buildOptimisticOperation.js.map +1 -0
- package/lib/families/tron/constants.d.ts +2 -2
- package/lib/families/tron/constants.d.ts.map +1 -1
- package/lib/families/tron/constants.js +3 -3
- package/lib/families/tron/constants.js.map +1 -1
- package/lib/families/tron/createTransaction.d.ts +4 -0
- package/lib/families/tron/createTransaction.d.ts.map +1 -0
- package/lib/families/tron/createTransaction.js +20 -0
- package/lib/families/tron/createTransaction.js.map +1 -0
- package/lib/families/tron/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/tron/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/tron/estimateMaxSpendable.js +33 -0
- package/lib/families/tron/estimateMaxSpendable.js.map +1 -0
- package/lib/families/tron/getTransactionStatus.d.ts +4 -0
- package/lib/families/tron/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/tron/getTransactionStatus.js +220 -0
- package/lib/families/tron/getTransactionStatus.js.map +1 -0
- package/lib/families/tron/logic.d.ts +5 -0
- package/lib/families/tron/logic.d.ts.map +1 -0
- package/lib/families/tron/logic.js +55 -0
- package/lib/families/tron/logic.js.map +1 -0
- package/lib/families/tron/preload.d.ts +4 -0
- package/lib/families/tron/preload.d.ts.map +1 -0
- package/lib/families/tron/preload.js +33 -0
- package/lib/families/tron/preload.js.map +1 -0
- package/lib/families/tron/prepareTransaction.d.ts +4 -0
- package/lib/families/tron/prepareTransaction.d.ts.map +1 -0
- package/lib/families/tron/prepareTransaction.js +19 -0
- package/lib/families/tron/prepareTransaction.js.map +1 -0
- package/lib/families/tron/react.d.ts.map +1 -1
- package/lib/families/tron/react.js +1 -1
- package/lib/families/tron/react.js.map +1 -1
- package/lib/families/tron/react.test.js +7 -3
- package/lib/families/tron/react.test.js.map +1 -1
- package/lib/families/tron/signOperation.d.ts +4 -0
- package/lib/families/tron/signOperation.d.ts.map +1 -0
- package/lib/families/tron/signOperation.js +90 -0
- package/lib/families/tron/signOperation.js.map +1 -0
- package/lib/families/tron/synchronisation.integration.test.js +1 -0
- package/lib/families/tron/synchronisation.integration.test.js.map +1 -1
- package/lib/families/tron/synchronization.d.ts +6 -0
- package/lib/families/tron/synchronization.d.ts.map +1 -0
- package/lib/families/tron/synchronization.js +213 -0
- package/lib/families/tron/synchronization.js.map +1 -0
- package/lib/families/tron/types.d.ts +2 -2
- package/lib/families/tron/types.d.ts.map +1 -1
- package/lib/families/tron/utils.d.ts +2 -1
- package/lib/families/tron/utils.d.ts.map +1 -1
- package/lib/families/tron/utils.js +21 -3
- package/lib/families/tron/utils.js.map +1 -1
- package/lib/families/vechain/api/index.d.ts +1 -5
- package/lib/families/vechain/api/index.d.ts.map +1 -1
- package/lib/families/vechain/api/index.js +4 -2
- package/lib/families/vechain/api/index.js.map +1 -1
- package/lib/families/vechain/bridge/js.d.ts +2 -2
- package/lib/families/vechain/bridge/js.d.ts.map +1 -1
- package/lib/families/vechain/bridge/js.js +19 -21
- package/lib/families/vechain/bridge/js.js.map +1 -1
- package/lib/families/vechain/bridge/mock.d.ts +1 -1
- package/lib/families/vechain/broadcast.d.ts +8 -0
- package/lib/families/vechain/broadcast.d.ts.map +1 -0
- package/lib/families/vechain/broadcast.js +27 -0
- package/lib/families/vechain/broadcast.js.map +1 -0
- package/lib/families/vechain/buildOptimisticOperatioin.d.ts +4 -0
- package/lib/families/vechain/buildOptimisticOperatioin.d.ts.map +1 -0
- package/lib/families/vechain/buildOptimisticOperatioin.js +56 -0
- package/lib/families/vechain/buildOptimisticOperatioin.js.map +1 -0
- package/lib/families/vechain/createTransaction.d.ts +9 -0
- package/lib/families/vechain/createTransaction.d.ts.map +1 -0
- package/lib/families/vechain/createTransaction.js +36 -0
- package/lib/families/vechain/createTransaction.js.map +1 -0
- package/lib/families/vechain/estimateMaxSpendable.d.ts +4 -0
- package/lib/families/vechain/estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/vechain/estimateMaxSpendable.js +29 -0
- package/lib/families/vechain/estimateMaxSpendable.js.map +1 -0
- package/lib/families/vechain/getTransactionStatus.d.ts +5 -0
- package/lib/families/vechain/getTransactionStatus.d.ts.map +1 -0
- package/lib/families/vechain/getTransactionStatus.js +77 -0
- package/lib/families/vechain/getTransactionStatus.js.map +1 -0
- package/lib/families/vechain/logic.d.ts +5 -0
- package/lib/families/vechain/logic.d.ts.map +1 -0
- package/lib/families/vechain/logic.js +46 -0
- package/lib/families/vechain/logic.js.map +1 -0
- package/lib/families/vechain/prepareTransaction.d.ts +10 -0
- package/lib/families/vechain/prepareTransaction.d.ts.map +1 -0
- package/lib/families/vechain/prepareTransaction.js +40 -0
- package/lib/families/vechain/prepareTransaction.js.map +1 -0
- package/lib/families/vechain/signOperation.d.ts +8 -0
- package/lib/families/vechain/signOperation.d.ts.map +1 -0
- package/lib/families/vechain/signOperation.js +50 -0
- package/lib/families/vechain/signOperation.js.map +1 -0
- package/lib/families/vechain/synchronisation.d.ts +3 -0
- package/lib/families/vechain/synchronisation.d.ts.map +1 -0
- package/lib/families/vechain/synchronisation.js +85 -0
- package/lib/families/vechain/synchronisation.js.map +1 -0
- package/lib/families/vechain/utils/transaction-utils.js +3 -3
- package/lib/families/vechain/utils/transaction-utils.js.map +1 -1
- package/lib/families/xrp/bridge/mock.d.ts +2 -2
- package/lib/families/xrp/bridge/mock.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.d.ts +5 -1
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +11 -5
- package/lib/featureFlags/defaultFeatures.js.map +1 -1
- package/lib/featureFlags/firebaseFeatureFlags.d.ts +9 -3
- package/lib/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
- package/lib/featureFlags/groupedFeatures.d.ts +2 -1
- package/lib/featureFlags/groupedFeatures.d.ts.map +1 -1
- package/lib/featureFlags/groupedFeatures.js +0 -3
- package/lib/featureFlags/groupedFeatures.js.map +1 -1
- package/lib/featureFlags/useFeature.d.ts +1 -1
- package/lib/featureFlags/useFeature.d.ts.map +1 -1
- package/lib/generated/bridge/js.d.ts +19 -19
- package/lib/generated/bridge/mock.d.ts +13 -13
- package/lib/generated/deviceTransactionConfig.d.ts +1 -1
- package/lib/generated/transaction.d.ts +4 -4
- package/lib/helpers.d.ts +1 -0
- package/lib/helpers.d.ts.map +1 -1
- package/lib/helpers.js +5 -1
- package/lib/helpers.js.map +1 -1
- package/lib/hw/getOnboardingStatePolling.js +1 -1
- package/lib/hw/getOnboardingStatePolling.js.map +1 -1
- package/lib/market/api/index.d.ts +8 -0
- package/lib/market/api/index.d.ts.map +1 -0
- package/lib/market/api/index.js +112 -0
- package/lib/market/api/index.js.map +1 -0
- package/lib/market/hooks/useMarketDataProvider.d.ts +13 -0
- package/lib/market/hooks/useMarketDataProvider.d.ts.map +1 -0
- package/lib/market/hooks/useMarketDataProvider.js +108 -0
- package/lib/market/hooks/useMarketDataProvider.js.map +1 -0
- package/lib/market/hooks/useMarketPerformers.d.ts +4 -0
- package/lib/market/hooks/useMarketPerformers.d.ts.map +1 -0
- package/lib/market/hooks/useMarketPerformers.js +17 -0
- package/lib/market/hooks/useMarketPerformers.js.map +1 -0
- package/lib/market/utils/currencyFormatter.d.ts +3 -26
- package/lib/market/utils/currencyFormatter.d.ts.map +1 -1
- package/lib/market/utils/currencyFormatter.js +35 -31
- package/lib/market/utils/currencyFormatter.js.map +1 -1
- package/lib/market/utils/index.d.ts +5 -0
- package/lib/market/utils/index.d.ts.map +1 -0
- package/lib/market/utils/index.js +37 -0
- package/lib/market/utils/index.js.map +1 -0
- package/lib/market/utils/queryKeys.d.ts.map +1 -0
- package/lib/market/utils/queryKeys.js.map +1 -0
- package/lib/market/utils/timers.d.ts.map +1 -0
- package/lib/market/utils/timers.js.map +1 -0
- package/lib/market/utils/types.d.ts +169 -0
- package/lib/market/utils/types.d.ts.map +1 -0
- package/lib/market/utils/types.js +19 -0
- package/lib/market/utils/types.js.map +1 -0
- package/lib/platform/converters.d.ts.map +1 -1
- package/lib/platform/converters.js +4 -5
- package/lib/platform/converters.js.map +1 -1
- package/lib/platform/types.d.ts +6 -1
- package/lib/platform/types.d.ts.map +1 -1
- package/lib/platform/types.js +11 -2
- package/lib/platform/types.js.map +1 -1
- package/lib/wallet-api/constants.d.ts +6 -1
- package/lib/wallet-api/constants.d.ts.map +1 -1
- package/lib/wallet-api/constants.js +8 -2
- package/lib/wallet-api/constants.js.map +1 -1
- package/lib/wallet-api/converters.d.ts +1 -1
- package/lib/wallet-api/converters.d.ts.map +1 -1
- package/lib/wallet-api/converters.js +6 -5
- package/lib/wallet-api/converters.js.map +1 -1
- package/lib/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib/wallet-api/useDappLogic.js +5 -3
- package/lib/wallet-api/useDappLogic.js.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.d.ts +2 -2
- package/lib-es/__tests__/test-helpers/bridge.d.ts.map +1 -1
- package/lib-es/__tests__/test-helpers/bridge.js +1 -3
- package/lib-es/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib-es/__tests__/test-helpers/environment.js +4 -0
- package/lib-es/__tests__/test-helpers/environment.js.map +1 -1
- package/lib-es/apps/listApps/v2.d.ts +2 -2
- package/lib-es/apps/listApps/v2.d.ts.map +1 -1
- package/lib-es/apps/listApps/v2.test.js +122 -0
- package/lib-es/apps/listApps/v2.test.js.map +1 -1
- package/lib-es/apps/mock.d.ts +2 -1
- package/lib-es/apps/mock.d.ts.map +1 -1
- package/lib-es/apps/mock.js +4 -0
- package/lib-es/apps/mock.js.map +1 -1
- package/lib-es/apps/react.test.js +1 -0
- package/lib-es/apps/react.test.js.map +1 -1
- package/lib-es/bridge/jsHelpers.d.ts +2 -2
- package/lib-es/bridge/jsHelpers.d.ts.map +1 -1
- package/lib-es/bridge/jsHelpers.js.map +1 -1
- package/lib-es/device/use-cases/listAppsUseCase.d.ts.map +1 -1
- package/lib-es/device/use-cases/listAppsUseCase.js +1 -0
- package/lib-es/device/use-cases/listAppsUseCase.js.map +1 -1
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js +4 -4
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
- package/lib-es/deviceSDK/tasks/core.js +2 -2
- package/lib-es/deviceSDK/tasks/core.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.map +1 -1
- package/lib-es/exchange/providers/swap.js +6 -1
- package/lib-es/exchange/providers/swap.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js +2 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js +2 -0
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js +3 -0
- package/lib-es/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyAll.d.ts +2 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyAll.d.ts.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyAll.js +2 -3
- package/lib-es/exchange/swap/api/v5/fetchCurrencyAll.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyFrom.d.ts +2 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyFrom.d.ts.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyFrom.js +2 -3
- package/lib-es/exchange/swap/api/v5/fetchCurrencyFrom.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyTo.d.ts +2 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyTo.d.ts.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchCurrencyTo.js +2 -3
- package/lib-es/exchange/swap/api/v5/fetchCurrencyTo.js.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchRates.d.ts +2 -2
- package/lib-es/exchange/swap/api/v5/fetchRates.d.ts.map +1 -1
- package/lib-es/exchange/swap/api/v5/fetchRates.js +2 -6
- package/lib-es/exchange/swap/api/v5/fetchRates.js.map +1 -1
- package/lib-es/exchange/swap/completeExchange.d.ts.map +1 -1
- package/lib-es/exchange/swap/completeExchange.js +2 -1
- package/lib-es/exchange/swap/completeExchange.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useSwapTransaction.d.ts +4 -3
- package/lib-es/exchange/swap/hooks/useSwapTransaction.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/useSwapTransaction.js +5 -4
- package/lib-es/exchange/swap/hooks/useSwapTransaction.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useSwapableAccounts.d.ts +0 -4
- package/lib-es/exchange/swap/hooks/useSwapableAccounts.d.ts.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 +4 -0
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +4 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js +4 -2
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchRates.d.ts +3 -2
- package/lib-es/exchange/swap/hooks/v5/useFetchRates.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchRates.js +12 -9
- package/lib-es/exchange/swap/hooks/v5/useFetchRates.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.d.ts +6 -0
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.d.ts.map +1 -0
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.js +47 -0
- package/lib-es/exchange/swap/hooks/v5/useFilteredProviders.js.map +1 -0
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.d.ts +2 -1
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.js +6 -13
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
- package/lib-es/exchange/swap/initSwap.d.ts.map +1 -1
- package/lib-es/exchange/swap/initSwap.js +2 -1
- package/lib-es/exchange/swap/initSwap.js.map +1 -1
- package/lib-es/families/algorand/bridge/mock.d.ts +1 -1
- package/lib-es/families/algorand/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/algorand/bridge/mock.js +11 -7
- package/lib-es/families/algorand/bridge/mock.js.map +1 -1
- package/lib-es/families/algorand/setup.d.ts +2 -2
- package/lib-es/families/algorand/setup.d.ts.map +1 -1
- package/lib-es/families/algorand/setup.js.map +1 -1
- package/lib-es/families/bitcoin/bridge/mock.d.ts +2 -2
- package/lib-es/families/bitcoin/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/bitcoin/setup.d.ts +2 -2
- package/lib-es/families/bitcoin/setup.d.ts.map +1 -1
- package/lib-es/families/bitcoin/setup.js.map +1 -1
- package/lib-es/families/bitcoin/walletApiAdapter.js +3 -3
- package/lib-es/families/bitcoin/walletApiAdapter.js.map +1 -1
- package/lib-es/families/cardano/bridge/mock.d.ts +2 -2
- package/lib-es/families/cardano/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/cardano/bridge/mock.js +1 -1
- package/lib-es/families/cardano/bridge/mock.js.map +1 -1
- package/lib-es/families/cardano/setup.d.ts +2 -2
- package/lib-es/families/cardano/setup.d.ts.map +1 -1
- package/lib-es/families/cardano/setup.js.map +1 -1
- package/lib-es/families/casper/bridge/account.d.ts +2 -2
- package/lib-es/families/casper/bridge/account.d.ts.map +1 -1
- package/lib-es/families/casper/bridge/account.js +7 -182
- package/lib-es/families/casper/bridge/account.js.map +1 -1
- package/lib-es/families/casper/bridge/js.d.ts +1 -1
- package/lib-es/families/casper/bridge/mock.d.ts +2 -2
- package/lib-es/families/casper/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/casper/broadcast.d.ts +4 -0
- package/lib-es/families/casper/broadcast.d.ts.map +1 -0
- package/lib-es/families/casper/broadcast.js +23 -0
- package/lib-es/families/casper/broadcast.js.map +1 -0
- package/lib-es/families/casper/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/casper/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/casper/buildOptimisticOperation.js +23 -0
- package/lib-es/families/casper/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/casper/createTransaction.d.ts +4 -0
- package/lib-es/families/casper/createTransaction.d.ts.map +1 -0
- package/lib-es/families/casper/createTransaction.js +12 -0
- package/lib-es/families/casper/createTransaction.js.map +1 -0
- package/lib-es/families/casper/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/casper/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/casper/estimateMaxSpendable.js +26 -0
- package/lib-es/families/casper/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/casper/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/casper/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/casper/getTransactionStatus.js +77 -0
- package/lib-es/families/casper/getTransactionStatus.js.map +1 -0
- package/lib-es/families/casper/prepareTransaction.d.ts +4 -0
- package/lib-es/families/casper/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/casper/prepareTransaction.js +21 -0
- package/lib-es/families/casper/prepareTransaction.js.map +1 -0
- package/lib-es/families/casper/signOperation.d.ts +4 -0
- package/lib-es/families/casper/signOperation.d.ts.map +1 -0
- package/lib-es/families/casper/signOperation.js +56 -0
- package/lib-es/families/casper/signOperation.js.map +1 -0
- package/lib-es/families/celo/bridge/js.d.ts +2 -2
- package/lib-es/families/celo/bridge/js.d.ts.map +1 -1
- package/lib-es/families/celo/bridge/js.js +8 -8
- package/lib-es/families/celo/bridge/js.js.map +1 -1
- package/lib-es/families/celo/broadcast.d.ts +5 -0
- package/lib-es/families/celo/broadcast.d.ts.map +1 -0
- package/lib-es/families/celo/broadcast.js +18 -0
- package/lib-es/families/celo/broadcast.js.map +1 -0
- package/lib-es/families/celo/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/celo/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/celo/buildOptimisticOperation.js +40 -0
- package/lib-es/families/celo/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/celo/buildTransaction.d.ts +4 -0
- package/lib-es/families/celo/buildTransaction.d.ts.map +1 -0
- package/lib-es/families/celo/buildTransaction.js +143 -0
- package/lib-es/families/celo/buildTransaction.js.map +1 -0
- package/lib-es/families/celo/createTransaction.d.ts +5 -0
- package/lib-es/families/celo/createTransaction.d.ts.map +1 -0
- package/lib-es/families/celo/createTransaction.js +12 -0
- package/lib-es/families/celo/createTransaction.js.map +1 -0
- package/lib-es/families/celo/estimateMaxSpendable.d.ts +5 -0
- package/lib-es/families/celo/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/celo/estimateMaxSpendable.js +21 -0
- package/lib-es/families/celo/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/celo/getFeesForTransaction.d.ts +8 -0
- package/lib-es/families/celo/getFeesForTransaction.d.ts.map +1 -0
- package/lib-es/families/celo/getFeesForTransaction.js +100 -0
- package/lib-es/families/celo/getFeesForTransaction.js.map +1 -0
- package/lib-es/families/celo/getTransactionStatus.d.ts +5 -0
- package/lib-es/families/celo/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/celo/getTransactionStatus.js +104 -0
- package/lib-es/families/celo/getTransactionStatus.js.map +1 -0
- package/lib-es/families/celo/prepareTransaction.d.ts +5 -0
- package/lib-es/families/celo/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/celo/prepareTransaction.js +30 -0
- package/lib-es/families/celo/prepareTransaction.js.map +1 -0
- package/lib-es/families/celo/signOperation.d.ts +8 -0
- package/lib-es/families/celo/signOperation.d.ts.map +1 -0
- package/lib-es/families/celo/signOperation.js +75 -0
- package/lib-es/families/celo/signOperation.js.map +1 -0
- package/lib-es/families/celo/synchronisation.d.ts +4 -0
- package/lib-es/families/celo/synchronisation.d.ts.map +1 -0
- package/lib-es/families/celo/synchronisation.js +55 -0
- package/lib-es/families/celo/synchronisation.js.map +1 -0
- package/lib-es/families/cosmos/banner.test.js +1 -1
- package/lib-es/families/cosmos/banner.test.js.map +1 -1
- package/lib-es/families/cosmos/bridge/js.d.ts +2 -2
- package/lib-es/families/cosmos/bridge/js.d.ts.map +1 -1
- package/lib-es/families/cosmos/bridge/js.js +11 -11
- package/lib-es/families/cosmos/bridge/js.js.map +1 -1
- package/lib-es/families/cosmos/bridge/mock.d.ts +2 -2
- package/lib-es/families/cosmos/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/cosmos/bridge/mock.js +1 -1
- package/lib-es/families/cosmos/buildTransaction.d.ts +29 -0
- package/lib-es/families/cosmos/buildTransaction.d.ts.map +1 -0
- package/lib-es/families/cosmos/buildTransaction.js +251 -0
- package/lib-es/families/cosmos/buildTransaction.js.map +1 -0
- package/lib-es/families/cosmos/buildTransaction.unit.test.d.ts +2 -0
- package/lib-es/families/cosmos/buildTransaction.unit.test.d.ts.map +1 -0
- package/lib-es/families/cosmos/buildTransaction.unit.test.js +738 -0
- package/lib-es/families/cosmos/buildTransaction.unit.test.js.map +1 -0
- package/lib-es/families/cosmos/createTransaction.d.ts +10 -0
- package/lib-es/families/cosmos/createTransaction.d.ts.map +1 -0
- package/lib-es/families/cosmos/createTransaction.js +21 -0
- package/lib-es/families/cosmos/createTransaction.js.map +1 -0
- package/lib-es/families/cosmos/estimateMaxSpendable.d.ts +5 -0
- package/lib-es/families/cosmos/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/cosmos/estimateMaxSpendable.js +22 -0
- package/lib-es/families/cosmos/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/cosmos/getTransactionStatus.d.ts +12 -0
- package/lib-es/families/cosmos/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/cosmos/getTransactionStatus.js +217 -0
- package/lib-es/families/cosmos/getTransactionStatus.js.map +1 -0
- package/lib-es/families/cosmos/prepareTransaction.d.ts +18 -0
- package/lib-es/families/cosmos/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/cosmos/prepareTransaction.js +87 -0
- package/lib-es/families/cosmos/prepareTransaction.js.map +1 -0
- package/lib-es/families/cosmos/prepareTransaction.unit.test.d.ts +2 -0
- package/lib-es/families/cosmos/prepareTransaction.unit.test.d.ts.map +1 -0
- package/lib-es/families/cosmos/prepareTransaction.unit.test.js +143 -0
- package/lib-es/families/cosmos/prepareTransaction.unit.test.js.map +1 -0
- package/lib-es/families/cosmos/signOperation.d.ts +5 -0
- package/lib-es/families/cosmos/signOperation.d.ts.map +1 -0
- package/lib-es/families/cosmos/signOperation.js +143 -0
- package/lib-es/families/cosmos/signOperation.js.map +1 -0
- package/lib-es/families/cosmos/synchronisation.d.ts +6 -0
- package/lib-es/families/cosmos/synchronisation.d.ts.map +1 -0
- package/lib-es/families/cosmos/synchronisation.js +271 -0
- package/lib-es/families/cosmos/synchronisation.js.map +1 -0
- package/lib-es/families/cosmos/synchronisation.unit.test.d.ts +2 -0
- package/lib-es/families/cosmos/synchronisation.unit.test.d.ts.map +1 -0
- package/lib-es/families/cosmos/synchronisation.unit.test.js +632 -0
- package/lib-es/families/cosmos/synchronisation.unit.test.js.map +1 -0
- package/lib-es/families/cosmos/updateTransaction.d.ts +5 -0
- package/lib-es/families/cosmos/updateTransaction.d.ts.map +1 -0
- package/lib-es/families/cosmos/updateTransaction.js +11 -0
- package/lib-es/families/cosmos/updateTransaction.js.map +1 -0
- package/lib-es/families/crypto_org/bridge/js.d.ts +1 -1
- package/lib-es/families/crypto_org/bridge/js.d.ts.map +1 -1
- package/lib-es/families/crypto_org/bridge/js.js +9 -8
- package/lib-es/families/crypto_org/bridge/js.js.map +1 -1
- package/lib-es/families/crypto_org/broadcast.d.ts +8 -0
- package/lib-es/families/crypto_org/broadcast.d.ts.map +1 -0
- package/lib-es/families/crypto_org/broadcast.js +27 -0
- package/lib-es/families/crypto_org/broadcast.js.map +1 -0
- package/lib-es/families/crypto_org/buildOptimisticOperation.d.ts +5 -0
- package/lib-es/families/crypto_org/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/crypto_org/buildOptimisticOperation.js +24 -0
- package/lib-es/families/crypto_org/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/crypto_org/buildTransaction.d.ts +9 -0
- package/lib-es/families/crypto_org/buildTransaction.d.ts.map +1 -0
- package/lib-es/families/crypto_org/buildTransaction.js +59 -0
- package/lib-es/families/crypto_org/buildTransaction.js.map +1 -0
- package/lib-es/families/crypto_org/createTransaction.d.ts +9 -0
- package/lib-es/families/crypto_org/createTransaction.d.ts.map +1 -0
- package/lib-es/families/crypto_org/createTransaction.js +16 -0
- package/lib-es/families/crypto_org/createTransaction.js.map +1 -0
- package/lib-es/families/crypto_org/estimateMaxSpendable.d.ts +10 -0
- package/lib-es/families/crypto_org/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/crypto_org/estimateMaxSpendable.js +24 -0
- package/lib-es/families/crypto_org/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/crypto_org/getFeesForTransaction.d.ts +7 -0
- package/lib-es/families/crypto_org/getFeesForTransaction.d.ts.map +1 -0
- package/lib-es/families/crypto_org/getFeesForTransaction.js +21 -0
- package/lib-es/families/crypto_org/getFeesForTransaction.js.map +1 -0
- package/lib-es/families/crypto_org/getTransactionStatus.d.ts +5 -0
- package/lib-es/families/crypto_org/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/crypto_org/getTransactionStatus.js +53 -0
- package/lib-es/families/crypto_org/getTransactionStatus.js.map +1 -0
- package/lib-es/families/crypto_org/prepareTransaction.d.ts +10 -0
- package/lib-es/families/crypto_org/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/crypto_org/prepareTransaction.js +30 -0
- package/lib-es/families/crypto_org/prepareTransaction.js.map +1 -0
- package/lib-es/families/crypto_org/signOperation.d.ts +8 -0
- package/lib-es/families/crypto_org/signOperation.d.ts.map +1 -0
- package/lib-es/families/crypto_org/signOperation.js +107 -0
- package/lib-es/families/crypto_org/signOperation.js.map +1 -0
- package/lib-es/families/crypto_org/synchronisation.d.ts +3 -0
- package/lib-es/families/crypto_org/synchronisation.d.ts.map +1 -0
- package/lib-es/families/crypto_org/synchronisation.js +50 -0
- package/lib-es/families/crypto_org/synchronisation.js.map +1 -0
- package/lib-es/families/elrond/bridge/js.d.ts +2 -2
- package/lib-es/families/elrond/bridge/js.d.ts.map +1 -1
- package/lib-es/families/elrond/bridge/js.js +8 -7
- package/lib-es/families/elrond/bridge/js.js.map +1 -1
- package/lib-es/families/elrond/broadcast.d.ts +9 -0
- package/lib-es/families/elrond/broadcast.d.ts.map +1 -0
- package/lib-es/families/elrond/broadcast.js +21 -0
- package/lib-es/families/elrond/broadcast.js.map +1 -0
- package/lib-es/families/elrond/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/elrond/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/elrond/buildOptimisticOperation.js +91 -0
- package/lib-es/families/elrond/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/elrond/buildSubAccounts.d.ts +11 -0
- package/lib-es/families/elrond/buildSubAccounts.d.ts.map +1 -0
- package/lib-es/families/elrond/buildSubAccounts.js +127 -0
- package/lib-es/families/elrond/buildSubAccounts.js.map +1 -0
- package/lib-es/families/elrond/buildTransaction.d.ts +10 -0
- package/lib-es/families/elrond/buildTransaction.d.ts.map +1 -0
- package/lib-es/families/elrond/buildTransaction.js +33 -0
- package/lib-es/families/elrond/buildTransaction.js.map +1 -0
- package/lib-es/families/elrond/createTransaction.d.ts +9 -0
- package/lib-es/families/elrond/createTransaction.d.ts.map +1 -0
- package/lib-es/families/elrond/createTransaction.js +19 -0
- package/lib-es/families/elrond/createTransaction.js.map +1 -0
- package/lib-es/families/elrond/estimateMaxSpendable.d.ts +10 -0
- package/lib-es/families/elrond/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/elrond/estimateMaxSpendable.js +35 -0
- package/lib-es/families/elrond/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/elrond/getTransactionStatus.d.ts +5 -0
- package/lib-es/families/elrond/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/elrond/getTransactionStatus.js +110 -0
- package/lib-es/families/elrond/getTransactionStatus.js.map +1 -0
- package/lib-es/families/elrond/prepareTransaction.d.ts +10 -0
- package/lib-es/families/elrond/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/elrond/prepareTransaction.js +77 -0
- package/lib-es/families/elrond/prepareTransaction.js.map +1 -0
- package/lib-es/families/elrond/reconciliation.d.ts +3 -0
- package/lib-es/families/elrond/reconciliation.d.ts.map +1 -0
- package/lib-es/families/elrond/reconciliation.js +52 -0
- package/lib-es/families/elrond/reconciliation.js.map +1 -0
- package/lib-es/families/elrond/signOperation.d.ts +8 -0
- package/lib-es/families/elrond/signOperation.d.ts.map +1 -0
- package/lib-es/families/elrond/signOperation.js +66 -0
- package/lib-es/families/elrond/signOperation.js.map +1 -0
- package/lib-es/families/elrond/synchronisation.d.ts +4 -0
- package/lib-es/families/elrond/synchronisation.d.ts.map +1 -0
- package/lib-es/families/elrond/synchronisation.js +69 -0
- package/lib-es/families/elrond/synchronisation.js.map +1 -0
- package/lib-es/families/evm/bridge/mock.d.ts +1 -1
- package/lib-es/families/evm/config.d.ts.map +1 -1
- package/lib-es/families/evm/config.js +32 -0
- package/lib-es/families/evm/config.js.map +1 -1
- package/lib-es/families/filecoin/bridge/account.d.ts +3 -3
- package/lib-es/families/filecoin/bridge/account.d.ts.map +1 -1
- package/lib-es/families/filecoin/bridge/account.js +8 -244
- package/lib-es/families/filecoin/bridge/account.js.map +1 -1
- package/lib-es/families/filecoin/bridge/js.d.ts +1 -1
- package/lib-es/families/filecoin/broadcast.d.ts +4 -0
- package/lib-es/families/filecoin/broadcast.d.ts.map +1 -0
- package/lib-es/families/filecoin/broadcast.js +23 -0
- package/lib-es/families/filecoin/broadcast.js.map +1 -0
- package/lib-es/families/filecoin/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/filecoin/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/filecoin/buildOptimisticOperation.js +25 -0
- package/lib-es/families/filecoin/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/filecoin/createTransaction.d.ts +4 -0
- package/lib-es/families/filecoin/createTransaction.d.ts.map +1 -0
- package/lib-es/families/filecoin/createTransaction.js +17 -0
- package/lib-es/families/filecoin/createTransaction.js.map +1 -0
- package/lib-es/families/filecoin/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/filecoin/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/filecoin/estimateMaxSpendable.js +63 -0
- package/lib-es/families/filecoin/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/filecoin/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/filecoin/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/filecoin/getTransactionStatus.js +60 -0
- package/lib-es/families/filecoin/getTransactionStatus.js.map +1 -0
- package/lib-es/families/filecoin/prepareTransaction.d.ts +4 -0
- package/lib-es/families/filecoin/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/filecoin/prepareTransaction.js +48 -0
- package/lib-es/families/filecoin/prepareTransaction.js.map +1 -0
- package/lib-es/families/filecoin/signOperation.d.ts +4 -0
- package/lib-es/families/filecoin/signOperation.d.ts.map +1 -0
- package/lib-es/families/filecoin/signOperation.js +74 -0
- package/lib-es/families/filecoin/signOperation.js.map +1 -0
- package/lib-es/families/filecoin/types.d.ts +1 -2
- package/lib-es/families/filecoin/types.d.ts.map +1 -1
- package/lib-es/families/hedera/bridge/js.d.ts +2 -2
- package/lib-es/families/hedera/bridge/js.d.ts.map +1 -1
- package/lib-es/families/hedera/bridge/js.js +8 -7
- package/lib-es/families/hedera/bridge/js.js.map +1 -1
- package/lib-es/families/hedera/broadcast.d.ts +4 -0
- package/lib-es/families/hedera/broadcast.d.ts.map +1 -0
- package/lib-es/families/hedera/broadcast.js +23 -0
- package/lib-es/families/hedera/broadcast.js.map +1 -0
- package/lib-es/families/hedera/buildOptimisticOperation.d.ts +7 -0
- package/lib-es/families/hedera/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/hedera/buildOptimisticOperation.js +29 -0
- package/lib-es/families/hedera/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/hedera/createTransaction.d.ts +9 -0
- package/lib-es/families/hedera/createTransaction.d.ts.map +1 -0
- package/lib-es/families/hedera/createTransaction.js +13 -0
- package/lib-es/families/hedera/createTransaction.js.map +1 -0
- package/lib-es/families/hedera/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/hedera/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/hedera/estimateMaxSpendable.js +25 -0
- package/lib-es/families/hedera/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/hedera/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/hedera/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/hedera/getTransactionStatus.js +50 -0
- package/lib-es/families/hedera/getTransactionStatus.js.map +1 -0
- package/lib-es/families/hedera/prepareTransaction.d.ts +13 -0
- package/lib-es/families/hedera/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/hedera/prepareTransaction.js +27 -0
- package/lib-es/families/hedera/prepareTransaction.js.map +1 -0
- package/lib-es/families/hedera/receive.d.ts +5 -0
- package/lib-es/families/hedera/receive.d.ts.map +1 -0
- package/lib-es/families/hedera/receive.js +43 -0
- package/lib-es/families/hedera/receive.js.map +1 -0
- package/lib-es/families/hedera/signOperation.d.ts +5 -0
- package/lib-es/families/hedera/signOperation.d.ts.map +1 -0
- package/lib-es/families/hedera/signOperation.js +57 -0
- package/lib-es/families/hedera/signOperation.js.map +1 -0
- package/lib-es/families/hedera/synchronisation.d.ts +4 -0
- package/lib-es/families/hedera/synchronisation.d.ts.map +1 -0
- package/lib-es/families/hedera/synchronisation.js +74 -0
- package/lib-es/families/hedera/synchronisation.js.map +1 -0
- package/lib-es/families/hedera/tests/js-estimateMaxSpendable.integration.test.js +1 -1
- package/lib-es/families/hedera/tests/js-estimateMaxSpendable.integration.test.js.map +1 -1
- package/lib-es/families/hedera/tests/js-transaction.test.js +2 -1
- package/lib-es/families/hedera/tests/js-transaction.test.js.map +1 -1
- package/lib-es/families/hedera/utils.d.ts +1 -1
- package/lib-es/families/hedera/utils.d.ts.map +1 -1
- package/lib-es/families/hedera/utils.js +2 -2
- package/lib-es/families/hedera/utils.js.map +1 -1
- package/lib-es/families/internet_computer/bridge/account.d.ts +3 -3
- package/lib-es/families/internet_computer/bridge/account.d.ts.map +1 -1
- package/lib-es/families/internet_computer/bridge/account.js +7 -167
- package/lib-es/families/internet_computer/bridge/account.js.map +1 -1
- package/lib-es/families/internet_computer/bridge/bridgeHelpers/account.d.ts.map +1 -1
- package/lib-es/families/internet_computer/bridge/bridgeHelpers/account.js +39 -39
- package/lib-es/families/internet_computer/bridge/bridgeHelpers/account.js.map +1 -1
- package/lib-es/families/internet_computer/bridge/js.d.ts +1 -1
- package/lib-es/families/internet_computer/broadcast.d.ts +4 -0
- package/lib-es/families/internet_computer/broadcast.d.ts.map +1 -0
- package/lib-es/families/internet_computer/broadcast.js +17 -0
- package/lib-es/families/internet_computer/broadcast.js.map +1 -0
- package/lib-es/families/internet_computer/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/internet_computer/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/internet_computer/buildOptimisticOperation.js +33 -0
- package/lib-es/families/internet_computer/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/internet_computer/createTransaction.d.ts +4 -0
- package/lib-es/families/internet_computer/createTransaction.d.ts.map +1 -0
- package/lib-es/families/internet_computer/createTransaction.js +13 -0
- package/lib-es/families/internet_computer/createTransaction.js.map +1 -0
- package/lib-es/families/internet_computer/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/internet_computer/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/internet_computer/estimateMaxSpendable.js +21 -0
- package/lib-es/families/internet_computer/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/internet_computer/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/internet_computer/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/internet_computer/getTransactionStatus.js +67 -0
- package/lib-es/families/internet_computer/getTransactionStatus.js.map +1 -0
- package/lib-es/families/internet_computer/prepareTransaction.d.ts +4 -0
- package/lib-es/families/internet_computer/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/internet_computer/prepareTransaction.js +28 -0
- package/lib-es/families/internet_computer/prepareTransaction.js.map +1 -0
- package/lib-es/families/internet_computer/signOperation.d.ts +4 -0
- package/lib-es/families/internet_computer/signOperation.d.ts.map +1 -0
- package/lib-es/families/internet_computer/signOperation.js +50 -0
- package/lib-es/families/internet_computer/signOperation.js.map +1 -0
- package/lib-es/families/near/setup.d.ts +2 -2
- package/lib-es/families/near/setup.d.ts.map +1 -1
- package/lib-es/families/near/setup.js.map +1 -1
- package/lib-es/families/polkadot/bridge/mock.d.ts +1 -1
- package/lib-es/families/polkadot/setup.d.ts +3 -3
- package/lib-es/families/polkadot/setup.d.ts.map +1 -1
- package/lib-es/families/polkadot/setup.js +3 -3
- package/lib-es/families/polkadot/setup.js.map +1 -1
- package/lib-es/families/polkadot/walletApiAdapter.js +2 -2
- package/lib-es/families/polkadot/walletApiAdapter.js.map +1 -1
- package/lib-es/families/solana/banner.js +1 -1
- package/lib-es/families/solana/banner.js.map +1 -1
- package/lib-es/families/solana/banner.test.js +1 -1
- package/lib-es/families/solana/banner.test.js.map +1 -1
- package/lib-es/families/solana/bridge/mock.d.ts +1 -1
- package/lib-es/families/solana/react.integration.test.js +1 -1
- package/lib-es/families/solana/react.integration.test.js.map +1 -1
- package/lib-es/families/solana/react.js +1 -1
- package/lib-es/families/solana/react.js.map +1 -1
- package/lib-es/families/solana/setup.d.ts +2 -2
- package/lib-es/families/solana/setup.d.ts.map +1 -1
- package/lib-es/families/solana/setup.js +1 -1
- package/lib-es/families/solana/setup.js.map +1 -1
- package/lib-es/families/stacks/__tests__/sync.integration.test.js +1 -1
- package/lib-es/families/stacks/__tests__/sync.integration.test.js.map +1 -1
- package/lib-es/families/stacks/bridge/account.d.ts +3 -3
- package/lib-es/families/stacks/bridge/account.d.ts.map +1 -1
- package/lib-es/families/stacks/bridge/account.js +8 -216
- package/lib-es/families/stacks/bridge/account.js.map +1 -1
- package/lib-es/families/stacks/bridge/currency.d.ts.map +1 -1
- package/lib-es/families/stacks/bridge/currency.js +1 -1
- package/lib-es/families/stacks/bridge/currency.js.map +1 -1
- package/lib-es/families/stacks/bridge/js.d.ts +1 -1
- package/lib-es/families/stacks/bridge/utils/api.d.ts.map +1 -1
- package/lib-es/families/stacks/bridge/utils/api.js +9 -3
- package/lib-es/families/stacks/bridge/utils/api.js.map +1 -1
- package/lib-es/families/stacks/bridge/utils/api.types.d.ts +80 -10
- package/lib-es/families/stacks/bridge/utils/api.types.d.ts.map +1 -1
- package/lib-es/families/stacks/bridge/utils/misc.d.ts +3 -4
- package/lib-es/families/stacks/bridge/utils/misc.d.ts.map +1 -1
- package/lib-es/families/stacks/bridge/utils/misc.js +34 -64
- package/lib-es/families/stacks/bridge/utils/misc.js.map +1 -1
- package/lib-es/families/stacks/bridge/utils/misc.unit.test.js +83 -66
- package/lib-es/families/stacks/bridge/utils/misc.unit.test.js.map +1 -1
- package/lib-es/families/stacks/broadcast.d.ts +4 -0
- package/lib-es/families/stacks/broadcast.d.ts.map +1 -0
- package/lib-es/families/stacks/broadcast.js +21 -0
- package/lib-es/families/stacks/broadcast.js.map +1 -0
- package/lib-es/families/stacks/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/stacks/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/stacks/buildOptimisticOperation.js +27 -0
- package/lib-es/families/stacks/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/stacks/createTransaction.d.ts +4 -0
- package/lib-es/families/stacks/createTransaction.d.ts.map +1 -0
- package/lib-es/families/stacks/createTransaction.js +11 -0
- package/lib-es/families/stacks/createTransaction.js.map +1 -0
- package/lib-es/families/stacks/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/stacks/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/stacks/estimateMaxSpendable.js +39 -0
- package/lib-es/families/stacks/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/stacks/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/stacks/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/stacks/getTransactionStatus.js +53 -0
- package/lib-es/families/stacks/getTransactionStatus.js.map +1 -0
- package/lib-es/families/stacks/prepareTransaction.d.ts +4 -0
- package/lib-es/families/stacks/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/stacks/prepareTransaction.js +49 -0
- package/lib-es/families/stacks/prepareTransaction.js.map +1 -0
- package/lib-es/families/stacks/signOperation.d.ts +4 -0
- package/lib-es/families/stacks/signOperation.d.ts.map +1 -0
- package/lib-es/families/stacks/signOperation.js +79 -0
- package/lib-es/families/stacks/signOperation.js.map +1 -0
- package/lib-es/families/stacks/synchronization.d.ts +5 -0
- package/lib-es/families/stacks/synchronization.d.ts.map +1 -0
- package/lib-es/families/stacks/synchronization.js +54 -0
- package/lib-es/families/stacks/synchronization.js.map +1 -0
- package/lib-es/families/stacks/types.d.ts +1 -1
- package/lib-es/families/stacks/types.d.ts.map +1 -1
- package/lib-es/families/stellar/bridge/js.d.ts +2 -4
- package/lib-es/families/stellar/bridge/js.d.ts.map +1 -1
- package/lib-es/families/stellar/bridge/js.js +11 -16
- package/lib-es/families/stellar/bridge/js.js.map +1 -1
- package/lib-es/families/stellar/bridge/mock.d.ts +2 -2
- package/lib-es/families/stellar/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/stellar/broadcast.d.ts +9 -0
- package/lib-es/families/stellar/broadcast.d.ts.map +1 -0
- package/lib-es/families/stellar/broadcast.js +22 -0
- package/lib-es/families/stellar/broadcast.js.map +1 -0
- package/lib-es/families/stellar/buildOptimisticOperation.d.ts +4 -0
- package/lib-es/families/stellar/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/stellar/buildOptimisticOperation.js +63 -0
- package/lib-es/families/stellar/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/stellar/buildTransaction.d.ts +10 -0
- package/lib-es/families/stellar/buildTransaction.d.ts.map +1 -0
- package/lib-es/families/stellar/buildTransaction.js +88 -0
- package/lib-es/families/stellar/buildTransaction.js.map +1 -0
- package/lib-es/families/stellar/createTransaction.d.ts +10 -0
- package/lib-es/families/stellar/createTransaction.d.ts.map +1 -0
- package/lib-es/families/stellar/createTransaction.js +22 -0
- package/lib-es/families/stellar/createTransaction.js.map +1 -0
- package/lib-es/families/stellar/estimateMaxSpendable.d.ts +5 -0
- package/lib-es/families/stellar/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/stellar/estimateMaxSpendable.js +25 -0
- package/lib-es/families/stellar/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/stellar/getTransactionStatus.d.ts +5 -0
- package/lib-es/families/stellar/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/stellar/getTransactionStatus.js +166 -0
- package/lib-es/families/stellar/getTransactionStatus.js.map +1 -0
- package/lib-es/families/stellar/prepareTransaction.d.ts +5 -0
- package/lib-es/families/stellar/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/stellar/prepareTransaction.js +34 -0
- package/lib-es/families/stellar/prepareTransaction.js.map +1 -0
- package/lib-es/families/stellar/signOperation.d.ts +8 -0
- package/lib-es/families/stellar/signOperation.d.ts.map +1 -0
- package/lib-es/families/stellar/signOperation.js +51 -0
- package/lib-es/families/stellar/signOperation.js.map +1 -0
- package/lib-es/families/stellar/synchronization.d.ts +3 -0
- package/lib-es/families/stellar/synchronization.d.ts.map +1 -0
- package/lib-es/families/stellar/synchronization.js +71 -0
- package/lib-es/families/stellar/synchronization.js.map +1 -0
- package/lib-es/families/tezos/bridge/mock.d.ts +2 -2
- package/lib-es/families/tezos/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/tezos/setup.d.ts +2 -2
- package/lib-es/families/tezos/setup.d.ts.map +1 -1
- package/lib-es/families/tezos/setup.js.map +1 -1
- package/lib-es/families/tron/api/index.d.ts +11 -13
- package/lib-es/families/tron/api/index.d.ts.map +1 -1
- package/lib-es/families/tron/api/index.js +44 -62
- package/lib-es/families/tron/api/index.js.map +1 -1
- package/lib-es/families/tron/bridge/js.d.ts +2 -2
- package/lib-es/families/tron/bridge/js.d.ts.map +1 -1
- package/lib-es/families/tron/bridge/js.js +12 -628
- package/lib-es/families/tron/bridge/js.js.map +1 -1
- package/lib-es/families/tron/bridge/mock.d.ts +1 -1
- package/lib-es/families/tron/bridge.integration.test.js +52 -4
- package/lib-es/families/tron/bridge.integration.test.js.map +1 -1
- package/lib-es/families/tron/broadcast.d.ts +4 -0
- package/lib-es/families/tron/broadcast.d.ts.map +1 -0
- package/lib-es/families/tron/broadcast.js +23 -0
- package/lib-es/families/tron/broadcast.js.map +1 -0
- package/lib-es/families/tron/buildOptimisticOperation.d.ts +5 -0
- package/lib-es/families/tron/buildOptimisticOperation.d.ts.map +1 -0
- package/lib-es/families/tron/buildOptimisticOperation.js +94 -0
- package/lib-es/families/tron/buildOptimisticOperation.js.map +1 -0
- package/lib-es/families/tron/constants.d.ts +2 -2
- package/lib-es/families/tron/constants.d.ts.map +1 -1
- package/lib-es/families/tron/constants.js +2 -2
- package/lib-es/families/tron/constants.js.map +1 -1
- package/lib-es/families/tron/createTransaction.d.ts +4 -0
- package/lib-es/families/tron/createTransaction.d.ts.map +1 -0
- package/lib-es/families/tron/createTransaction.js +13 -0
- package/lib-es/families/tron/createTransaction.js.map +1 -0
- package/lib-es/families/tron/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/tron/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/tron/estimateMaxSpendable.js +26 -0
- package/lib-es/families/tron/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/tron/getTransactionStatus.d.ts +4 -0
- package/lib-es/families/tron/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/tron/getTransactionStatus.js +213 -0
- package/lib-es/families/tron/getTransactionStatus.js.map +1 -0
- package/lib-es/families/tron/logic.d.ts +5 -0
- package/lib-es/families/tron/logic.d.ts.map +1 -0
- package/lib-es/families/tron/logic.js +48 -0
- package/lib-es/families/tron/logic.js.map +1 -0
- package/lib-es/families/tron/preload.d.ts +4 -0
- package/lib-es/families/tron/preload.d.ts.map +1 -0
- package/lib-es/families/tron/preload.js +28 -0
- package/lib-es/families/tron/preload.js.map +1 -0
- package/lib-es/families/tron/prepareTransaction.d.ts +4 -0
- package/lib-es/families/tron/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/tron/prepareTransaction.js +15 -0
- package/lib-es/families/tron/prepareTransaction.js.map +1 -0
- package/lib-es/families/tron/react.d.ts.map +1 -1
- package/lib-es/families/tron/react.js +2 -2
- package/lib-es/families/tron/react.js.map +1 -1
- package/lib-es/families/tron/react.test.js +7 -3
- package/lib-es/families/tron/react.test.js.map +1 -1
- package/lib-es/families/tron/signOperation.d.ts +4 -0
- package/lib-es/families/tron/signOperation.d.ts.map +1 -0
- package/lib-es/families/tron/signOperation.js +83 -0
- package/lib-es/families/tron/signOperation.js.map +1 -0
- package/lib-es/families/tron/synchronisation.integration.test.js +1 -0
- package/lib-es/families/tron/synchronisation.integration.test.js.map +1 -1
- package/lib-es/families/tron/synchronization.d.ts +6 -0
- package/lib-es/families/tron/synchronization.d.ts.map +1 -0
- package/lib-es/families/tron/synchronization.js +205 -0
- package/lib-es/families/tron/synchronization.js.map +1 -0
- package/lib-es/families/tron/types.d.ts +2 -2
- package/lib-es/families/tron/types.d.ts.map +1 -1
- package/lib-es/families/tron/utils.d.ts +2 -1
- package/lib-es/families/tron/utils.d.ts.map +1 -1
- package/lib-es/families/tron/utils.js +18 -1
- package/lib-es/families/tron/utils.js.map +1 -1
- package/lib-es/families/vechain/api/index.d.ts +1 -5
- package/lib-es/families/vechain/api/index.d.ts.map +1 -1
- package/lib-es/families/vechain/api/index.js +1 -2
- package/lib-es/families/vechain/api/index.js.map +1 -1
- package/lib-es/families/vechain/bridge/js.d.ts +2 -2
- package/lib-es/families/vechain/bridge/js.d.ts.map +1 -1
- package/lib-es/families/vechain/bridge/js.js +8 -7
- package/lib-es/families/vechain/bridge/js.js.map +1 -1
- package/lib-es/families/vechain/bridge/mock.d.ts +1 -1
- package/lib-es/families/vechain/broadcast.d.ts +8 -0
- package/lib-es/families/vechain/broadcast.d.ts.map +1 -0
- package/lib-es/families/vechain/broadcast.js +23 -0
- package/lib-es/families/vechain/broadcast.js.map +1 -0
- package/lib-es/families/vechain/buildOptimisticOperatioin.d.ts +4 -0
- package/lib-es/families/vechain/buildOptimisticOperatioin.d.ts.map +1 -0
- package/lib-es/families/vechain/buildOptimisticOperatioin.js +49 -0
- package/lib-es/families/vechain/buildOptimisticOperatioin.js.map +1 -0
- package/lib-es/families/vechain/createTransaction.d.ts +9 -0
- package/lib-es/families/vechain/createTransaction.d.ts.map +1 -0
- package/lib-es/families/vechain/createTransaction.js +29 -0
- package/lib-es/families/vechain/createTransaction.js.map +1 -0
- package/lib-es/families/vechain/estimateMaxSpendable.d.ts +4 -0
- package/lib-es/families/vechain/estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/vechain/estimateMaxSpendable.js +22 -0
- package/lib-es/families/vechain/estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/vechain/getTransactionStatus.d.ts +5 -0
- package/lib-es/families/vechain/getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/vechain/getTransactionStatus.js +70 -0
- package/lib-es/families/vechain/getTransactionStatus.js.map +1 -0
- package/lib-es/families/vechain/logic.d.ts +5 -0
- package/lib-es/families/vechain/logic.d.ts.map +1 -0
- package/lib-es/families/vechain/logic.js +38 -0
- package/lib-es/families/vechain/logic.js.map +1 -0
- package/lib-es/families/vechain/prepareTransaction.d.ts +10 -0
- package/lib-es/families/vechain/prepareTransaction.d.ts.map +1 -0
- package/lib-es/families/vechain/prepareTransaction.js +36 -0
- package/lib-es/families/vechain/prepareTransaction.js.map +1 -0
- package/lib-es/families/vechain/signOperation.d.ts +8 -0
- package/lib-es/families/vechain/signOperation.d.ts.map +1 -0
- package/lib-es/families/vechain/signOperation.js +43 -0
- package/lib-es/families/vechain/signOperation.js.map +1 -0
- package/lib-es/families/vechain/synchronisation.d.ts +3 -0
- package/lib-es/families/vechain/synchronisation.d.ts.map +1 -0
- package/lib-es/families/vechain/synchronisation.js +79 -0
- package/lib-es/families/vechain/synchronisation.js.map +1 -0
- package/lib-es/families/vechain/utils/transaction-utils.js +1 -1
- package/lib-es/families/vechain/utils/transaction-utils.js.map +1 -1
- package/lib-es/families/xrp/bridge/mock.d.ts +2 -2
- package/lib-es/families/xrp/bridge/mock.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts +5 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/defaultFeatures.js +11 -5
- package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
- package/lib-es/featureFlags/firebaseFeatureFlags.d.ts +9 -3
- package/lib-es/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
- package/lib-es/featureFlags/groupedFeatures.d.ts +2 -1
- package/lib-es/featureFlags/groupedFeatures.d.ts.map +1 -1
- package/lib-es/featureFlags/groupedFeatures.js +0 -3
- package/lib-es/featureFlags/groupedFeatures.js.map +1 -1
- package/lib-es/featureFlags/useFeature.d.ts +1 -1
- package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
- package/lib-es/generated/bridge/js.d.ts +19 -19
- package/lib-es/generated/bridge/mock.d.ts +13 -13
- package/lib-es/generated/deviceTransactionConfig.d.ts +1 -1
- package/lib-es/generated/transaction.d.ts +4 -4
- package/lib-es/helpers.d.ts +1 -0
- package/lib-es/helpers.d.ts.map +1 -1
- package/lib-es/helpers.js +3 -0
- package/lib-es/helpers.js.map +1 -1
- package/lib-es/hw/getOnboardingStatePolling.js +2 -2
- package/lib-es/hw/getOnboardingStatePolling.js.map +1 -1
- package/lib-es/market/api/index.d.ts +8 -0
- package/lib-es/market/api/index.d.ts.map +1 -0
- package/lib-es/market/api/index.js +100 -0
- package/lib-es/market/api/index.js.map +1 -0
- package/lib-es/market/hooks/useMarketDataProvider.d.ts +13 -0
- package/lib-es/market/hooks/useMarketDataProvider.d.ts.map +1 -0
- package/lib-es/market/hooks/useMarketDataProvider.js +99 -0
- package/lib-es/market/hooks/useMarketDataProvider.js.map +1 -0
- package/lib-es/market/hooks/useMarketPerformers.d.ts +4 -0
- package/lib-es/market/hooks/useMarketPerformers.d.ts.map +1 -0
- package/lib-es/market/hooks/useMarketPerformers.js +13 -0
- package/lib-es/market/hooks/useMarketPerformers.js.map +1 -0
- package/lib-es/market/utils/currencyFormatter.d.ts +3 -26
- package/lib-es/market/utils/currencyFormatter.d.ts.map +1 -1
- package/lib-es/market/utils/currencyFormatter.js +35 -31
- package/lib-es/market/utils/currencyFormatter.js.map +1 -1
- package/lib-es/market/utils/index.d.ts +5 -0
- package/lib-es/market/utils/index.d.ts.map +1 -0
- package/lib-es/market/utils/index.js +32 -0
- package/lib-es/market/utils/index.js.map +1 -0
- package/lib-es/market/utils/queryKeys.d.ts.map +1 -0
- package/lib-es/market/utils/queryKeys.js.map +1 -0
- package/lib-es/market/utils/timers.d.ts.map +1 -0
- package/lib-es/market/utils/timers.js.map +1 -0
- package/lib-es/market/utils/types.d.ts +169 -0
- package/lib-es/market/utils/types.d.ts.map +1 -0
- package/lib-es/market/utils/types.js +16 -0
- package/lib-es/market/utils/types.js.map +1 -0
- package/lib-es/platform/converters.d.ts.map +1 -1
- package/lib-es/platform/converters.js +5 -6
- package/lib-es/platform/converters.js.map +1 -1
- package/lib-es/platform/types.d.ts +6 -1
- package/lib-es/platform/types.d.ts.map +1 -1
- package/lib-es/platform/types.js +10 -1
- package/lib-es/platform/types.js.map +1 -1
- package/lib-es/wallet-api/constants.d.ts +6 -1
- package/lib-es/wallet-api/constants.d.ts.map +1 -1
- package/lib-es/wallet-api/constants.js +7 -1
- package/lib-es/wallet-api/constants.js.map +1 -1
- package/lib-es/wallet-api/converters.d.ts +1 -1
- package/lib-es/wallet-api/converters.d.ts.map +1 -1
- package/lib-es/wallet-api/converters.js +6 -5
- package/lib-es/wallet-api/converters.js.map +1 -1
- package/lib-es/wallet-api/useDappLogic.d.ts.map +1 -1
- package/lib-es/wallet-api/useDappLogic.js +5 -3
- package/lib-es/wallet-api/useDappLogic.js.map +1 -1
- package/package.json +45 -45
- package/src/__tests__/test-helpers/bridge.ts +9 -7
- package/src/__tests__/test-helpers/environment.ts +4 -0
- package/src/apps/listApps/v2.test.ts +151 -0
- package/src/apps/listApps/v2.ts +2 -2
- package/src/apps/mock.ts +30 -1
- package/src/apps/react.test.ts +1 -0
- package/src/bridge/jsHelpers.ts +2 -2
- package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +358 -1
- package/src/device/use-cases/listAppsUseCase.ts +1 -0
- package/src/deviceSDK/actions/getLatestAvailableFirmware.test.ts +4 -4
- package/src/deviceSDK/tasks/core.ts +2 -2
- package/src/exchange/providers/swap.ts +9 -1
- package/src/exchange/swap/api/v5/__tests__/fetchCurrencyAll.spec.ts +2 -1
- package/src/exchange/swap/api/v5/__tests__/fetchCurrencyFrom.spec.ts +3 -0
- package/src/exchange/swap/api/v5/__tests__/fetchCurrencyTo.spec.ts +3 -1
- package/src/exchange/swap/api/v5/fetchCurrencyAll.ts +3 -3
- package/src/exchange/swap/api/v5/fetchCurrencyFrom.ts +7 -3
- package/src/exchange/swap/api/v5/fetchCurrencyTo.ts +7 -3
- package/src/exchange/swap/api/v5/fetchRates.ts +3 -7
- package/src/exchange/swap/completeExchange.ts +5 -1
- package/src/exchange/swap/hooks/useSwapTransaction.ts +12 -9
- package/src/exchange/swap/hooks/v5/useFetchCurrencyAll.ts +4 -0
- package/src/exchange/swap/hooks/v5/useFetchCurrencyFrom.ts +4 -1
- package/src/exchange/swap/hooks/v5/useFetchCurrencyTo.ts +4 -2
- package/src/exchange/swap/hooks/v5/useFetchRates.ts +15 -9
- package/src/exchange/swap/hooks/v5/useFilteredProviders.ts +42 -0
- package/src/exchange/swap/hooks/v5/useProviderRates.ts +7 -14
- package/src/exchange/swap/initSwap.ts +5 -1
- package/src/families/algorand/__snapshots__/bridge.integration.test.ts.snap +0 -832
- package/src/families/algorand/bridge/mock.ts +20 -12
- package/src/families/algorand/setup.ts +4 -2
- package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +82 -6227
- package/src/families/bitcoin/setup.ts +6 -2
- package/src/families/bitcoin/walletApiAdapter.ts +3 -3
- package/src/families/cardano/__snapshots__/bridge.integration.test.ts.snap +0 -26
- package/src/families/cardano/bridge/mock.ts +1 -1
- package/src/families/cardano/setup.ts +9 -2
- package/src/families/casper/__snapshots__/bridge.integration.test.ts.snap +0 -27
- package/src/families/casper/bridge/account.ts +10 -264
- package/src/families/casper/broadcast.ts +23 -0
- package/src/families/casper/buildOptimisticOperation.ts +31 -0
- package/src/families/casper/createTransaction.ts +15 -0
- package/src/families/casper/estimateMaxSpendable.ts +26 -0
- package/src/families/casper/getTransactionStatus.ts +96 -0
- package/src/families/casper/prepareTransaction.ts +19 -0
- package/src/families/casper/signOperation.ts +79 -0
- package/src/families/celo/__snapshots__/bridge.integration.test.ts.snap +0 -42
- package/src/families/celo/bridge/js.ts +10 -10
- package/src/families/celo/broadcast.ts +14 -0
- package/src/families/celo/buildOptimisticOperation.ts +53 -0
- package/src/families/celo/createTransaction.ts +15 -0
- package/src/families/celo/estimateMaxSpendable.ts +22 -0
- package/src/families/celo/getTransactionStatus.ts +120 -0
- package/src/families/celo/prepareTransaction.ts +33 -0
- package/src/families/celo/signOperation.ts +110 -0
- package/src/families/celo/synchronisation.ts +62 -0
- package/src/families/cosmos/banner.test.ts +1 -1
- package/src/families/cosmos/bridge/js.ts +21 -15
- package/src/families/cosmos/bridge/mock.ts +1 -1
- package/src/families/cosmos/buildTransaction.unit.test.ts +818 -0
- package/src/families/cosmos/createTransaction.ts +24 -0
- package/src/families/cosmos/datasets/__snapshots__/axelar.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/coreum.integration.test.ts.snap +0 -19
- package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +0 -614
- package/src/families/cosmos/datasets/__snapshots__/desmos.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/injective.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/onomy.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/osmosis.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/persistence.integration.test.ts.snap +0 -3
- package/src/families/cosmos/datasets/__snapshots__/quicksilver.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/seiNetwork.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/stargaze.integration.test.ts.snap +0 -2
- package/src/families/cosmos/datasets/__snapshots__/umee.integration.test.ts.snap +0 -2
- package/src/families/cosmos/estimateMaxSpendable.ts +26 -0
- package/src/families/cosmos/getTransactionStatus.ts +317 -0
- package/src/families/cosmos/prepareTransaction.ts +140 -0
- package/src/families/cosmos/prepareTransaction.unit.test.ts +154 -0
- package/src/families/cosmos/signOperation.ts +180 -0
- package/src/families/cosmos/synchronisation.ts +296 -0
- package/src/families/cosmos/synchronisation.unit.test.ts +698 -0
- package/src/families/cosmos/updateTransaction.ts +16 -0
- package/src/families/crypto_org/__snapshots__/bridge.integration.test.ts.snap +0 -479
- package/src/families/crypto_org/bridge/js.ts +12 -9
- package/src/families/crypto_org/broadcast.ts +29 -0
- package/src/families/crypto_org/buildOptimisticOperation.ts +30 -0
- package/src/families/crypto_org/buildTransaction.ts +61 -0
- package/src/families/crypto_org/createTransaction.ts +18 -0
- package/src/families/crypto_org/estimateMaxSpendable.ts +21 -0
- package/src/families/crypto_org/getTransactionStatus.ts +61 -0
- package/src/families/crypto_org/prepareTransaction.ts +28 -0
- package/src/families/crypto_org/signOperation.ts +130 -0
- package/src/families/elrond/__snapshots__/bridge.integration.test.ts.snap +0 -26
- package/src/families/elrond/bridge/js.ts +10 -9
- package/src/families/elrond/broadcast.ts +16 -0
- package/src/families/elrond/buildOptimisticOperation.ts +115 -0
- package/src/families/elrond/createTransaction.ts +21 -0
- package/src/families/elrond/estimateMaxSpendable.ts +43 -0
- package/src/families/elrond/getTransactionStatus.ts +151 -0
- package/src/families/elrond/prepareTransaction.ts +78 -0
- package/src/families/elrond/signOperation.ts +86 -0
- package/src/families/elrond/synchronisation.ts +75 -0
- package/src/families/evm/config.ts +32 -0
- package/src/families/filecoin/bridge/account.ts +10 -316
- package/src/families/filecoin/broadcast.ts +20 -0
- package/src/families/filecoin/buildOptimisticOperation.ts +32 -0
- package/src/families/filecoin/createTransaction.ts +20 -0
- package/src/families/filecoin/estimateMaxSpendable.ts +69 -0
- package/src/families/filecoin/getTransactionStatus.ts +63 -0
- package/src/families/filecoin/prepareTransaction.ts +51 -0
- package/src/families/filecoin/signOperation.ts +92 -0
- package/src/families/filecoin/types.ts +0 -4
- package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +0 -21
- package/src/families/hedera/bridge/js.ts +11 -10
- package/src/families/hedera/broadcast.ts +20 -0
- package/src/families/hedera/buildOptimisticOperation.ts +29 -0
- package/src/families/hedera/createTransaction.ts +15 -0
- package/src/families/hedera/estimateMaxSpendable.ts +25 -0
- package/src/families/hedera/getTransactionStatus.ts +55 -0
- package/src/families/hedera/prepareTransaction.ts +24 -0
- package/src/families/hedera/receive.ts +38 -0
- package/src/families/hedera/signOperation.ts +60 -0
- package/src/families/hedera/tests/js-estimateMaxSpendable.integration.test.ts +2 -2
- package/src/families/hedera/tests/js-transaction.test.ts +3 -2
- package/src/families/hedera/utils.ts +4 -4
- package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +0 -6
- package/src/families/internet_computer/bridge/account.ts +10 -221
- package/src/families/internet_computer/bridge/bridgeHelpers/account.ts +46 -46
- package/src/families/internet_computer/broadcast.ts +15 -0
- package/src/families/internet_computer/buildOptimisticOperation.ts +32 -0
- package/src/families/internet_computer/createTransaction.ts +15 -0
- package/src/families/internet_computer/estimateMaxSpendable.ts +19 -0
- package/src/families/internet_computer/getTransactionStatus.ts +75 -0
- package/src/families/internet_computer/prepareTransaction.ts +28 -0
- package/src/families/internet_computer/signOperation.ts +64 -0
- package/src/families/near/__snapshots__/bridge.integration.test.ts.snap +0 -27
- package/src/families/near/setup.ts +5 -2
- package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +26 -687
- package/src/families/polkadot/setup.ts +11 -6
- package/src/families/polkadot/walletApiAdapter.ts +2 -2
- package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +0 -14
- package/src/families/solana/banner.test.ts +1 -1
- package/src/families/solana/banner.ts +1 -1
- package/src/families/solana/react.integration.test.ts +1 -1
- package/src/families/solana/react.ts +1 -1
- package/src/families/solana/setup.ts +7 -5
- package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +7 -45
- package/src/families/stacks/__tests__/sync.integration.test.ts +1 -1
- package/src/families/stacks/bridge/account.ts +11 -297
- package/src/families/stacks/bridge/currency.ts +2 -2
- package/src/families/stacks/bridge/utils/api.ts +10 -5
- package/src/families/stacks/bridge/utils/api.types.ts +81 -10
- package/src/families/stacks/bridge/utils/misc.ts +48 -96
- package/src/families/stacks/bridge/utils/misc.unit.test.ts +88 -70
- package/src/families/stacks/broadcast.ts +18 -0
- package/src/families/stacks/buildOptimisticOperation.ts +34 -0
- package/src/families/stacks/createTransaction.ts +13 -0
- package/src/families/stacks/estimateMaxSpendable.ts +50 -0
- package/src/families/stacks/getTransactionStatus.ts +56 -0
- package/src/families/stacks/prepareTransaction.ts +60 -0
- package/src/families/stacks/signOperation.ts +96 -0
- package/src/families/stacks/synchronization.ts +58 -0
- package/src/families/stacks/types.ts +1 -1
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +0 -390
- package/src/families/stellar/bridge/js.ts +14 -24
- package/src/families/stellar/broadcast.ts +20 -0
- package/src/families/stellar/buildOptimisticOperation.ts +63 -0
- package/src/families/stellar/buildTransaction.ts +106 -0
- package/src/families/stellar/createTransaction.ts +25 -0
- package/src/families/stellar/estimateMaxSpendable.ts +28 -0
- package/src/families/stellar/getTransactionStatus.ts +207 -0
- package/src/families/stellar/prepareTransaction.ts +35 -0
- package/src/families/stellar/signOperation.ts +60 -0
- package/src/families/tezos/setup.ts +9 -2
- package/src/families/tron/__snapshots__/bridge.integration.test.ts.snap +0 -1247
- package/src/families/tron/api/index.ts +61 -87
- package/src/families/tron/bridge/js.ts +16 -863
- package/src/families/tron/bridge.integration.test.ts +55 -7
- package/src/families/tron/broadcast.ts +20 -0
- package/src/families/tron/buildOptimisticOperation.ts +133 -0
- package/src/families/tron/constants.ts +3 -2
- package/src/families/tron/createTransaction.ts +15 -0
- package/src/families/tron/estimateMaxSpendable.ts +34 -0
- package/src/families/tron/getTransactionStatus.ts +261 -0
- package/src/families/tron/logic.ts +59 -0
- package/src/families/tron/preload.ts +27 -0
- package/src/families/tron/prepareTransaction.ts +12 -0
- package/src/families/tron/react.test.ts +8 -3
- package/src/families/tron/react.ts +2 -2
- package/src/families/tron/signOperation.ts +123 -0
- package/src/families/tron/synchronisation.integration.test.ts +9 -5
- package/src/families/tron/synchronization.ts +270 -0
- package/src/families/tron/types.ts +2 -2
- package/src/families/tron/utils.ts +24 -1
- package/src/families/vechain/__snapshots__/bridge.integration.test.ts.snap +0 -18
- package/src/families/vechain/api/index.ts +1 -2
- package/src/families/vechain/bridge/js.ts +11 -11
- package/src/families/vechain/broadcast.ts +22 -0
- package/src/families/vechain/buildOptimisticOperatioin.ts +46 -0
- package/src/families/vechain/createTransaction.ts +32 -0
- package/src/families/vechain/estimateMaxSpendable.ts +18 -0
- package/src/families/vechain/getTransactionStatus.ts +77 -0
- package/src/families/vechain/logic.ts +44 -0
- package/src/families/vechain/prepareTransaction.ts +38 -0
- package/src/families/vechain/signOperation.ts +54 -0
- package/src/families/vechain/utils/transaction-utils.ts +1 -1
- package/src/featureFlags/defaultFeatures.ts +14 -3
- package/src/featureFlags/groupedFeatures.ts +3 -4
- package/src/helpers.ts +6 -0
- package/src/hw/getOnboardingStatePolling.ts +2 -2
- package/src/market/api/index.ts +138 -0
- package/src/market/hooks/useMarketDataProvider.ts +144 -0
- package/src/market/hooks/useMarketPerformers.ts +23 -0
- package/src/market/utils/currencyFormatter.ts +32 -28
- package/src/market/utils/index.ts +34 -0
- package/src/market/utils/types.ts +190 -0
- package/src/platform/converters.ts +4 -5
- package/src/platform/types.ts +12 -1
- package/src/wallet-api/constants.ts +9 -1
- package/src/wallet-api/converters.ts +5 -6
- package/src/wallet-api/useDappLogic.ts +6 -3
- package/lib/families/celo/js-broadcast.d.ts +0 -8
- package/lib/families/celo/js-broadcast.d.ts.map +0 -1
- package/lib/families/celo/js-broadcast.js +0 -20
- package/lib/families/celo/js-broadcast.js.map +0 -1
- package/lib/families/celo/js-buildTransaction.d.ts +0 -4
- package/lib/families/celo/js-buildTransaction.d.ts.map +0 -1
- package/lib/families/celo/js-buildTransaction.js +0 -145
- package/lib/families/celo/js-buildTransaction.js.map +0 -1
- package/lib/families/celo/js-createTransaction.d.ts +0 -4
- package/lib/families/celo/js-createTransaction.d.ts.map +0 -1
- package/lib/families/celo/js-createTransaction.js +0 -14
- package/lib/families/celo/js-createTransaction.js.map +0 -1
- package/lib/families/celo/js-estimateMaxSpendable.d.ts +0 -10
- package/lib/families/celo/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/celo/js-estimateMaxSpendable.js +0 -26
- package/lib/families/celo/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/celo/js-getFeesForTransaction.d.ts +0 -8
- package/lib/families/celo/js-getFeesForTransaction.d.ts.map +0 -1
- package/lib/families/celo/js-getFeesForTransaction.js +0 -102
- package/lib/families/celo/js-getFeesForTransaction.js.map +0 -1
- package/lib/families/celo/js-getTransactionStatus.d.ts +0 -4
- package/lib/families/celo/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/celo/js-getTransactionStatus.js +0 -106
- package/lib/families/celo/js-getTransactionStatus.js.map +0 -1
- package/lib/families/celo/js-prepareTransaction.d.ts +0 -4
- package/lib/families/celo/js-prepareTransaction.d.ts.map +0 -1
- package/lib/families/celo/js-prepareTransaction.js +0 -35
- package/lib/families/celo/js-prepareTransaction.js.map +0 -1
- package/lib/families/celo/js-signOperation.d.ts +0 -8
- package/lib/families/celo/js-signOperation.d.ts.map +0 -1
- package/lib/families/celo/js-signOperation.js +0 -117
- package/lib/families/celo/js-signOperation.js.map +0 -1
- package/lib/families/celo/js-synchronisation.d.ts +0 -3
- package/lib/families/celo/js-synchronisation.d.ts.map +0 -1
- package/lib/families/celo/js-synchronisation.js +0 -58
- package/lib/families/celo/js-synchronisation.js.map +0 -1
- package/lib/families/cosmos/js-buildTransaction.d.ts +0 -29
- package/lib/families/cosmos/js-buildTransaction.d.ts.map +0 -1
- package/lib/families/cosmos/js-buildTransaction.js +0 -256
- package/lib/families/cosmos/js-buildTransaction.js.map +0 -1
- package/lib/families/cosmos/js-buildTransaction.unit.test.d.ts +0 -2
- package/lib/families/cosmos/js-buildTransaction.unit.test.d.ts.map +0 -1
- package/lib/families/cosmos/js-buildTransaction.unit.test.js +0 -743
- package/lib/families/cosmos/js-buildTransaction.unit.test.js.map +0 -1
- package/lib/families/cosmos/js-createTransaction.d.ts +0 -9
- package/lib/families/cosmos/js-createTransaction.d.ts.map +0 -1
- package/lib/families/cosmos/js-createTransaction.js +0 -23
- package/lib/families/cosmos/js-createTransaction.js.map +0 -1
- package/lib/families/cosmos/js-estimateMaxSpendable.d.ts +0 -10
- package/lib/families/cosmos/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/cosmos/js-estimateMaxSpendable.js +0 -27
- package/lib/families/cosmos/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/cosmos/js-getTransactionStatus.d.ts +0 -11
- package/lib/families/cosmos/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/cosmos/js-getTransactionStatus.js +0 -243
- package/lib/families/cosmos/js-getTransactionStatus.js.map +0 -1
- package/lib/families/cosmos/js-prepareTransaction.d.ts +0 -18
- package/lib/families/cosmos/js-prepareTransaction.d.ts.map +0 -1
- package/lib/families/cosmos/js-prepareTransaction.js +0 -96
- package/lib/families/cosmos/js-prepareTransaction.js.map +0 -1
- package/lib/families/cosmos/js-prepareTransaction.unit.test.d.ts +0 -2
- package/lib/families/cosmos/js-prepareTransaction.unit.test.d.ts.map +0 -1
- package/lib/families/cosmos/js-prepareTransaction.unit.test.js +0 -171
- package/lib/families/cosmos/js-prepareTransaction.unit.test.js.map +0 -1
- package/lib/families/cosmos/js-signOperation.d.ts +0 -5
- package/lib/families/cosmos/js-signOperation.d.ts.map +0 -1
- package/lib/families/cosmos/js-signOperation.js +0 -148
- package/lib/families/cosmos/js-signOperation.js.map +0 -1
- package/lib/families/cosmos/js-synchronisation.d.ts +0 -5
- package/lib/families/cosmos/js-synchronisation.d.ts.map +0 -1
- package/lib/families/cosmos/js-synchronisation.js +0 -275
- package/lib/families/cosmos/js-synchronisation.js.map +0 -1
- package/lib/families/cosmos/js-synchronisation.unit.test.d.ts +0 -2
- package/lib/families/cosmos/js-synchronisation.unit.test.d.ts.map +0 -1
- package/lib/families/cosmos/js-synchronisation.unit.test.js +0 -660
- package/lib/families/cosmos/js-synchronisation.unit.test.js.map +0 -1
- package/lib/families/cosmos/js-updateTransaction.d.ts +0 -4
- package/lib/families/cosmos/js-updateTransaction.d.ts.map +0 -1
- package/lib/families/cosmos/js-updateTransaction.js +0 -13
- package/lib/families/cosmos/js-updateTransaction.js.map +0 -1
- package/lib/families/crypto_org/js-broadcast.d.ts +0 -10
- package/lib/families/crypto_org/js-broadcast.d.ts.map +0 -1
- package/lib/families/crypto_org/js-broadcast.js +0 -29
- package/lib/families/crypto_org/js-broadcast.js.map +0 -1
- package/lib/families/crypto_org/js-buildTransaction.d.ts +0 -9
- package/lib/families/crypto_org/js-buildTransaction.d.ts.map +0 -1
- package/lib/families/crypto_org/js-buildTransaction.js +0 -63
- package/lib/families/crypto_org/js-buildTransaction.js.map +0 -1
- package/lib/families/crypto_org/js-estimateMaxSpendable.d.ts +0 -15
- package/lib/families/crypto_org/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/crypto_org/js-estimateMaxSpendable.js +0 -29
- package/lib/families/crypto_org/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/crypto_org/js-getFeesForTransaction.d.ts +0 -7
- package/lib/families/crypto_org/js-getFeesForTransaction.d.ts.map +0 -1
- package/lib/families/crypto_org/js-getFeesForTransaction.js +0 -23
- package/lib/families/crypto_org/js-getFeesForTransaction.js.map +0 -1
- package/lib/families/crypto_org/js-getTransactionStatus.d.ts +0 -5
- package/lib/families/crypto_org/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/crypto_org/js-getTransactionStatus.js +0 -51
- package/lib/families/crypto_org/js-getTransactionStatus.js.map +0 -1
- package/lib/families/crypto_org/js-signOperation.d.ts +0 -8
- package/lib/families/crypto_org/js-signOperation.d.ts.map +0 -1
- package/lib/families/crypto_org/js-signOperation.js +0 -133
- package/lib/families/crypto_org/js-signOperation.js.map +0 -1
- package/lib/families/crypto_org/js-synchronisation.d.ts +0 -3
- package/lib/families/crypto_org/js-synchronisation.d.ts.map +0 -1
- package/lib/families/crypto_org/js-synchronisation.js +0 -53
- package/lib/families/crypto_org/js-synchronisation.js.map +0 -1
- package/lib/families/crypto_org/js-transaction.d.ts +0 -16
- package/lib/families/crypto_org/js-transaction.d.ts.map +0 -1
- package/lib/families/crypto_org/js-transaction.js +0 -53
- package/lib/families/crypto_org/js-transaction.js.map +0 -1
- package/lib/families/elrond/js-broadcast.d.ts +0 -8
- package/lib/families/elrond/js-broadcast.d.ts.map +0 -1
- package/lib/families/elrond/js-broadcast.js +0 -23
- package/lib/families/elrond/js-broadcast.js.map +0 -1
- package/lib/families/elrond/js-buildSubAccounts.d.ts +0 -11
- package/lib/families/elrond/js-buildSubAccounts.d.ts.map +0 -1
- package/lib/families/elrond/js-buildSubAccounts.js +0 -132
- package/lib/families/elrond/js-buildSubAccounts.js.map +0 -1
- package/lib/families/elrond/js-buildTransaction.d.ts +0 -10
- package/lib/families/elrond/js-buildTransaction.d.ts.map +0 -1
- package/lib/families/elrond/js-buildTransaction.js +0 -37
- package/lib/families/elrond/js-buildTransaction.js.map +0 -1
- package/lib/families/elrond/js-estimateMaxSpendable.d.ts +0 -15
- package/lib/families/elrond/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/elrond/js-estimateMaxSpendable.js +0 -37
- package/lib/families/elrond/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/elrond/js-getTransactionStatus.d.ts +0 -4
- package/lib/families/elrond/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/elrond/js-getTransactionStatus.js +0 -110
- package/lib/families/elrond/js-getTransactionStatus.js.map +0 -1
- package/lib/families/elrond/js-reconciliation.d.ts +0 -3
- package/lib/families/elrond/js-reconciliation.d.ts.map +0 -1
- package/lib/families/elrond/js-reconciliation.js +0 -56
- package/lib/families/elrond/js-reconciliation.js.map +0 -1
- package/lib/families/elrond/js-signOperation.d.ts +0 -8
- package/lib/families/elrond/js-signOperation.d.ts.map +0 -1
- package/lib/families/elrond/js-signOperation.js +0 -159
- package/lib/families/elrond/js-signOperation.js.map +0 -1
- package/lib/families/elrond/js-synchronisation.d.ts +0 -3
- package/lib/families/elrond/js-synchronisation.d.ts.map +0 -1
- package/lib/families/elrond/js-synchronisation.js +0 -75
- package/lib/families/elrond/js-synchronisation.js.map +0 -1
- package/lib/families/elrond/js-transaction.d.ts +0 -15
- package/lib/families/elrond/js-transaction.d.ts.map +0 -1
- package/lib/families/elrond/js-transaction.js +0 -94
- package/lib/families/elrond/js-transaction.js.map +0 -1
- package/lib/families/hedera/js-broadcast.d.ts +0 -6
- package/lib/families/hedera/js-broadcast.d.ts.map +0 -1
- package/lib/families/hedera/js-broadcast.js +0 -30
- package/lib/families/hedera/js-broadcast.js.map +0 -1
- package/lib/families/hedera/js-estimateMaxSpendable.d.ts +0 -9
- package/lib/families/hedera/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/hedera/js-estimateMaxSpendable.js +0 -35
- package/lib/families/hedera/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/hedera/js-getTransactionStatus.d.ts +0 -4
- package/lib/families/hedera/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/hedera/js-getTransactionStatus.js +0 -55
- package/lib/families/hedera/js-getTransactionStatus.js.map +0 -1
- package/lib/families/hedera/js-receive.d.ts +0 -10
- package/lib/families/hedera/js-receive.d.ts.map +0 -1
- package/lib/families/hedera/js-receive.js +0 -48
- package/lib/families/hedera/js-receive.js.map +0 -1
- package/lib/families/hedera/js-signOperation.d.ts +0 -5
- package/lib/families/hedera/js-signOperation.d.ts.map +0 -1
- package/lib/families/hedera/js-signOperation.js +0 -82
- package/lib/families/hedera/js-signOperation.js.map +0 -1
- package/lib/families/hedera/js-synchronisation.d.ts +0 -4
- package/lib/families/hedera/js-synchronisation.d.ts.map +0 -1
- package/lib/families/hedera/js-synchronisation.js +0 -80
- package/lib/families/hedera/js-synchronisation.js.map +0 -1
- package/lib/families/hedera/js-transaction.d.ts +0 -19
- package/lib/families/hedera/js-transaction.d.ts.map +0 -1
- package/lib/families/hedera/js-transaction.js +0 -53
- package/lib/families/hedera/js-transaction.js.map +0 -1
- package/lib/families/stellar/js-broadcast.d.ts +0 -10
- package/lib/families/stellar/js-broadcast.d.ts.map +0 -1
- package/lib/families/stellar/js-broadcast.js +0 -24
- package/lib/families/stellar/js-broadcast.js.map +0 -1
- package/lib/families/stellar/js-buildTransaction.d.ts +0 -10
- package/lib/families/stellar/js-buildTransaction.d.ts.map +0 -1
- package/lib/families/stellar/js-buildTransaction.js +0 -95
- package/lib/families/stellar/js-buildTransaction.js.map +0 -1
- package/lib/families/stellar/js-createTransaction.d.ts +0 -9
- package/lib/families/stellar/js-createTransaction.d.ts.map +0 -1
- package/lib/families/stellar/js-createTransaction.js +0 -24
- package/lib/families/stellar/js-createTransaction.js.map +0 -1
- package/lib/families/stellar/js-estimateMaxSpendable.d.ts +0 -10
- package/lib/families/stellar/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/stellar/js-estimateMaxSpendable.js +0 -30
- package/lib/families/stellar/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/stellar/js-getTransactionStatus.d.ts +0 -12
- package/lib/families/stellar/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/stellar/js-getTransactionStatus.js +0 -166
- package/lib/families/stellar/js-getTransactionStatus.js.map +0 -1
- package/lib/families/stellar/js-prepareTransaction.d.ts +0 -5
- package/lib/families/stellar/js-prepareTransaction.d.ts.map +0 -1
- package/lib/families/stellar/js-prepareTransaction.js +0 -31
- package/lib/families/stellar/js-prepareTransaction.js.map +0 -1
- package/lib/families/stellar/js-signOperation.d.ts +0 -8
- package/lib/families/stellar/js-signOperation.d.ts.map +0 -1
- package/lib/families/stellar/js-signOperation.js +0 -109
- package/lib/families/stellar/js-signOperation.js.map +0 -1
- package/lib/families/stellar/js-synchronization.d.ts +0 -3
- package/lib/families/stellar/js-synchronization.d.ts.map +0 -1
- package/lib/families/stellar/js-synchronization.js +0 -74
- package/lib/families/stellar/js-synchronization.js.map +0 -1
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts +0 -8
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.js +0 -30
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.js.map +0 -1
- package/lib/families/vechain/js-broadcast.d.ts +0 -10
- package/lib/families/vechain/js-broadcast.d.ts.map +0 -1
- package/lib/families/vechain/js-broadcast.js +0 -26
- package/lib/families/vechain/js-broadcast.js.map +0 -1
- package/lib/families/vechain/js-getTransactionStatus.d.ts +0 -6
- package/lib/families/vechain/js-getTransactionStatus.d.ts.map +0 -1
- package/lib/families/vechain/js-getTransactionStatus.js +0 -75
- package/lib/families/vechain/js-getTransactionStatus.js.map +0 -1
- package/lib/families/vechain/js-signOperation.d.ts +0 -13
- package/lib/families/vechain/js-signOperation.d.ts.map +0 -1
- package/lib/families/vechain/js-signOperation.js +0 -86
- package/lib/families/vechain/js-signOperation.js.map +0 -1
- package/lib/families/vechain/js-synchronisation.d.ts +0 -3
- package/lib/families/vechain/js-synchronisation.d.ts.map +0 -1
- package/lib/families/vechain/js-synchronisation.js +0 -85
- package/lib/families/vechain/js-synchronisation.js.map +0 -1
- package/lib/families/vechain/js-transaction.d.ts +0 -20
- package/lib/families/vechain/js-transaction.d.ts.map +0 -1
- package/lib/families/vechain/js-transaction.js +0 -99
- package/lib/families/vechain/js-transaction.js.map +0 -1
- package/lib/market/MarketDataProvider.d.ts +0 -27
- package/lib/market/MarketDataProvider.d.ts.map +0 -1
- package/lib/market/MarketDataProvider.js +0 -261
- package/lib/market/MarketDataProvider.js.map +0 -1
- package/lib/market/api/api.d.ts +0 -18
- package/lib/market/api/api.d.ts.map +0 -1
- package/lib/market/api/api.js +0 -246
- package/lib/market/api/api.js.map +0 -1
- package/lib/market/api/api.mock.d.ts +0 -15
- package/lib/market/api/api.mock.d.ts.map +0 -1
- package/lib/market/api/api.mock.js +0 -395
- package/lib/market/api/api.mock.js.map +0 -1
- package/lib/market/types.d.ts +0 -187
- package/lib/market/types.d.ts.map +0 -1
- package/lib/market/types.js +0 -3
- package/lib/market/types.js.map +0 -1
- package/lib/market/utils/rangeFormatter.d.ts +0 -3
- package/lib/market/utils/rangeFormatter.d.ts.map +0 -1
- package/lib/market/utils/rangeFormatter.js +0 -18
- package/lib/market/utils/rangeFormatter.js.map +0 -1
- package/lib/market/v2/queryKeys.d.ts.map +0 -1
- package/lib/market/v2/queryKeys.js.map +0 -1
- package/lib/market/v2/timers.d.ts.map +0 -1
- package/lib/market/v2/timers.js.map +0 -1
- package/lib/market/v2/useMarketDataProvider.d.ts +0 -63
- package/lib/market/v2/useMarketDataProvider.d.ts.map +0 -1
- package/lib/market/v2/useMarketDataProvider.js +0 -111
- package/lib/market/v2/useMarketDataProvider.js.map +0 -1
- package/lib/market/v2/useMarketPerformers.d.ts +0 -4
- package/lib/market/v2/useMarketPerformers.d.ts.map +0 -1
- package/lib/market/v2/useMarketPerformers.js +0 -17
- package/lib/market/v2/useMarketPerformers.js.map +0 -1
- package/lib-es/families/celo/js-broadcast.d.ts +0 -8
- package/lib-es/families/celo/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/celo/js-broadcast.js +0 -18
- package/lib-es/families/celo/js-broadcast.js.map +0 -1
- package/lib-es/families/celo/js-buildTransaction.d.ts +0 -4
- package/lib-es/families/celo/js-buildTransaction.d.ts.map +0 -1
- package/lib-es/families/celo/js-buildTransaction.js +0 -143
- package/lib-es/families/celo/js-buildTransaction.js.map +0 -1
- package/lib-es/families/celo/js-createTransaction.d.ts +0 -4
- package/lib-es/families/celo/js-createTransaction.d.ts.map +0 -1
- package/lib-es/families/celo/js-createTransaction.js +0 -12
- package/lib-es/families/celo/js-createTransaction.js.map +0 -1
- package/lib-es/families/celo/js-estimateMaxSpendable.d.ts +0 -10
- package/lib-es/families/celo/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/celo/js-estimateMaxSpendable.js +0 -21
- package/lib-es/families/celo/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/celo/js-getFeesForTransaction.d.ts +0 -8
- package/lib-es/families/celo/js-getFeesForTransaction.d.ts.map +0 -1
- package/lib-es/families/celo/js-getFeesForTransaction.js +0 -100
- package/lib-es/families/celo/js-getFeesForTransaction.js.map +0 -1
- package/lib-es/families/celo/js-getTransactionStatus.d.ts +0 -4
- package/lib-es/families/celo/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/celo/js-getTransactionStatus.js +0 -104
- package/lib-es/families/celo/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/celo/js-prepareTransaction.d.ts +0 -4
- package/lib-es/families/celo/js-prepareTransaction.d.ts.map +0 -1
- package/lib-es/families/celo/js-prepareTransaction.js +0 -30
- package/lib-es/families/celo/js-prepareTransaction.js.map +0 -1
- package/lib-es/families/celo/js-signOperation.d.ts +0 -8
- package/lib-es/families/celo/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/celo/js-signOperation.js +0 -112
- package/lib-es/families/celo/js-signOperation.js.map +0 -1
- package/lib-es/families/celo/js-synchronisation.d.ts +0 -3
- package/lib-es/families/celo/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/celo/js-synchronisation.js +0 -55
- package/lib-es/families/celo/js-synchronisation.js.map +0 -1
- package/lib-es/families/cosmos/js-buildTransaction.d.ts +0 -29
- package/lib-es/families/cosmos/js-buildTransaction.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-buildTransaction.js +0 -251
- package/lib-es/families/cosmos/js-buildTransaction.js.map +0 -1
- package/lib-es/families/cosmos/js-buildTransaction.unit.test.d.ts +0 -2
- package/lib-es/families/cosmos/js-buildTransaction.unit.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-buildTransaction.unit.test.js +0 -738
- package/lib-es/families/cosmos/js-buildTransaction.unit.test.js.map +0 -1
- package/lib-es/families/cosmos/js-createTransaction.d.ts +0 -9
- package/lib-es/families/cosmos/js-createTransaction.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-createTransaction.js +0 -21
- package/lib-es/families/cosmos/js-createTransaction.js.map +0 -1
- package/lib-es/families/cosmos/js-estimateMaxSpendable.d.ts +0 -10
- package/lib-es/families/cosmos/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-estimateMaxSpendable.js +0 -22
- package/lib-es/families/cosmos/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/cosmos/js-getTransactionStatus.d.ts +0 -11
- package/lib-es/families/cosmos/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-getTransactionStatus.js +0 -213
- package/lib-es/families/cosmos/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/cosmos/js-prepareTransaction.d.ts +0 -18
- package/lib-es/families/cosmos/js-prepareTransaction.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-prepareTransaction.js +0 -88
- package/lib-es/families/cosmos/js-prepareTransaction.js.map +0 -1
- package/lib-es/families/cosmos/js-prepareTransaction.unit.test.d.ts +0 -2
- package/lib-es/families/cosmos/js-prepareTransaction.unit.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-prepareTransaction.unit.test.js +0 -143
- package/lib-es/families/cosmos/js-prepareTransaction.unit.test.js.map +0 -1
- package/lib-es/families/cosmos/js-signOperation.d.ts +0 -5
- package/lib-es/families/cosmos/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-signOperation.js +0 -143
- package/lib-es/families/cosmos/js-signOperation.js.map +0 -1
- package/lib-es/families/cosmos/js-synchronisation.d.ts +0 -5
- package/lib-es/families/cosmos/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-synchronisation.js +0 -271
- package/lib-es/families/cosmos/js-synchronisation.js.map +0 -1
- package/lib-es/families/cosmos/js-synchronisation.unit.test.d.ts +0 -2
- package/lib-es/families/cosmos/js-synchronisation.unit.test.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-synchronisation.unit.test.js +0 -632
- package/lib-es/families/cosmos/js-synchronisation.unit.test.js.map +0 -1
- package/lib-es/families/cosmos/js-updateTransaction.d.ts +0 -4
- package/lib-es/families/cosmos/js-updateTransaction.d.ts.map +0 -1
- package/lib-es/families/cosmos/js-updateTransaction.js +0 -11
- package/lib-es/families/cosmos/js-updateTransaction.js.map +0 -1
- package/lib-es/families/crypto_org/js-broadcast.d.ts +0 -10
- package/lib-es/families/crypto_org/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-broadcast.js +0 -27
- package/lib-es/families/crypto_org/js-broadcast.js.map +0 -1
- package/lib-es/families/crypto_org/js-buildTransaction.d.ts +0 -9
- package/lib-es/families/crypto_org/js-buildTransaction.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-buildTransaction.js +0 -59
- package/lib-es/families/crypto_org/js-buildTransaction.js.map +0 -1
- package/lib-es/families/crypto_org/js-estimateMaxSpendable.d.ts +0 -15
- package/lib-es/families/crypto_org/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-estimateMaxSpendable.js +0 -24
- package/lib-es/families/crypto_org/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/crypto_org/js-getFeesForTransaction.d.ts +0 -7
- package/lib-es/families/crypto_org/js-getFeesForTransaction.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-getFeesForTransaction.js +0 -21
- package/lib-es/families/crypto_org/js-getFeesForTransaction.js.map +0 -1
- package/lib-es/families/crypto_org/js-getTransactionStatus.d.ts +0 -5
- package/lib-es/families/crypto_org/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-getTransactionStatus.js +0 -49
- package/lib-es/families/crypto_org/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/crypto_org/js-signOperation.d.ts +0 -8
- package/lib-es/families/crypto_org/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-signOperation.js +0 -128
- package/lib-es/families/crypto_org/js-signOperation.js.map +0 -1
- package/lib-es/families/crypto_org/js-synchronisation.d.ts +0 -3
- package/lib-es/families/crypto_org/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-synchronisation.js +0 -50
- package/lib-es/families/crypto_org/js-synchronisation.js.map +0 -1
- package/lib-es/families/crypto_org/js-transaction.d.ts +0 -16
- package/lib-es/families/crypto_org/js-transaction.d.ts.map +0 -1
- package/lib-es/families/crypto_org/js-transaction.js +0 -45
- package/lib-es/families/crypto_org/js-transaction.js.map +0 -1
- package/lib-es/families/elrond/js-broadcast.d.ts +0 -8
- package/lib-es/families/elrond/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/elrond/js-broadcast.js +0 -21
- package/lib-es/families/elrond/js-broadcast.js.map +0 -1
- package/lib-es/families/elrond/js-buildSubAccounts.d.ts +0 -11
- package/lib-es/families/elrond/js-buildSubAccounts.d.ts.map +0 -1
- package/lib-es/families/elrond/js-buildSubAccounts.js +0 -127
- package/lib-es/families/elrond/js-buildSubAccounts.js.map +0 -1
- package/lib-es/families/elrond/js-buildTransaction.d.ts +0 -10
- package/lib-es/families/elrond/js-buildTransaction.d.ts.map +0 -1
- package/lib-es/families/elrond/js-buildTransaction.js +0 -33
- package/lib-es/families/elrond/js-buildTransaction.js.map +0 -1
- package/lib-es/families/elrond/js-estimateMaxSpendable.d.ts +0 -15
- package/lib-es/families/elrond/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/elrond/js-estimateMaxSpendable.js +0 -35
- package/lib-es/families/elrond/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/elrond/js-getTransactionStatus.d.ts +0 -4
- package/lib-es/families/elrond/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/elrond/js-getTransactionStatus.js +0 -105
- package/lib-es/families/elrond/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/elrond/js-reconciliation.d.ts +0 -3
- package/lib-es/families/elrond/js-reconciliation.d.ts.map +0 -1
- package/lib-es/families/elrond/js-reconciliation.js +0 -52
- package/lib-es/families/elrond/js-reconciliation.js.map +0 -1
- package/lib-es/families/elrond/js-signOperation.d.ts +0 -8
- package/lib-es/families/elrond/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/elrond/js-signOperation.js +0 -154
- package/lib-es/families/elrond/js-signOperation.js.map +0 -1
- package/lib-es/families/elrond/js-synchronisation.d.ts +0 -3
- package/lib-es/families/elrond/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/elrond/js-synchronisation.js +0 -69
- package/lib-es/families/elrond/js-synchronisation.js.map +0 -1
- package/lib-es/families/elrond/js-transaction.d.ts +0 -15
- package/lib-es/families/elrond/js-transaction.d.ts.map +0 -1
- package/lib-es/families/elrond/js-transaction.js +0 -89
- package/lib-es/families/elrond/js-transaction.js.map +0 -1
- package/lib-es/families/hedera/js-broadcast.d.ts +0 -6
- package/lib-es/families/hedera/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/hedera/js-broadcast.js +0 -27
- package/lib-es/families/hedera/js-broadcast.js.map +0 -1
- package/lib-es/families/hedera/js-estimateMaxSpendable.d.ts +0 -9
- package/lib-es/families/hedera/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/hedera/js-estimateMaxSpendable.js +0 -29
- package/lib-es/families/hedera/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/hedera/js-getTransactionStatus.d.ts +0 -4
- package/lib-es/families/hedera/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/hedera/js-getTransactionStatus.js +0 -52
- package/lib-es/families/hedera/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/hedera/js-receive.d.ts +0 -10
- package/lib-es/families/hedera/js-receive.d.ts.map +0 -1
- package/lib-es/families/hedera/js-receive.js +0 -43
- package/lib-es/families/hedera/js-receive.js.map +0 -1
- package/lib-es/families/hedera/js-signOperation.d.ts +0 -5
- package/lib-es/families/hedera/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/hedera/js-signOperation.js +0 -77
- package/lib-es/families/hedera/js-signOperation.js.map +0 -1
- package/lib-es/families/hedera/js-synchronisation.d.ts +0 -4
- package/lib-es/families/hedera/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/hedera/js-synchronisation.js +0 -74
- package/lib-es/families/hedera/js-synchronisation.js.map +0 -1
- package/lib-es/families/hedera/js-transaction.d.ts +0 -19
- package/lib-es/families/hedera/js-transaction.d.ts.map +0 -1
- package/lib-es/families/hedera/js-transaction.js +0 -45
- package/lib-es/families/hedera/js-transaction.js.map +0 -1
- package/lib-es/families/stellar/js-broadcast.d.ts +0 -10
- package/lib-es/families/stellar/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/stellar/js-broadcast.js +0 -22
- package/lib-es/families/stellar/js-broadcast.js.map +0 -1
- package/lib-es/families/stellar/js-buildTransaction.d.ts +0 -10
- package/lib-es/families/stellar/js-buildTransaction.d.ts.map +0 -1
- package/lib-es/families/stellar/js-buildTransaction.js +0 -88
- package/lib-es/families/stellar/js-buildTransaction.js.map +0 -1
- package/lib-es/families/stellar/js-createTransaction.d.ts +0 -9
- package/lib-es/families/stellar/js-createTransaction.d.ts.map +0 -1
- package/lib-es/families/stellar/js-createTransaction.js +0 -22
- package/lib-es/families/stellar/js-createTransaction.js.map +0 -1
- package/lib-es/families/stellar/js-estimateMaxSpendable.d.ts +0 -10
- package/lib-es/families/stellar/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/stellar/js-estimateMaxSpendable.js +0 -25
- package/lib-es/families/stellar/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/stellar/js-getTransactionStatus.d.ts +0 -12
- package/lib-es/families/stellar/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/stellar/js-getTransactionStatus.js +0 -164
- package/lib-es/families/stellar/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/stellar/js-prepareTransaction.d.ts +0 -5
- package/lib-es/families/stellar/js-prepareTransaction.d.ts.map +0 -1
- package/lib-es/families/stellar/js-prepareTransaction.js +0 -26
- package/lib-es/families/stellar/js-prepareTransaction.js.map +0 -1
- package/lib-es/families/stellar/js-signOperation.d.ts +0 -8
- package/lib-es/families/stellar/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/stellar/js-signOperation.js +0 -104
- package/lib-es/families/stellar/js-signOperation.js.map +0 -1
- package/lib-es/families/stellar/js-synchronization.d.ts +0 -3
- package/lib-es/families/stellar/js-synchronization.d.ts.map +0 -1
- package/lib-es/families/stellar/js-synchronization.js +0 -71
- package/lib-es/families/stellar/js-synchronization.js.map +0 -1
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts +0 -8
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +0 -1
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js +0 -23
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js.map +0 -1
- package/lib-es/families/vechain/js-broadcast.d.ts +0 -10
- package/lib-es/families/vechain/js-broadcast.d.ts.map +0 -1
- package/lib-es/families/vechain/js-broadcast.js +0 -24
- package/lib-es/families/vechain/js-broadcast.js.map +0 -1
- package/lib-es/families/vechain/js-getTransactionStatus.d.ts +0 -6
- package/lib-es/families/vechain/js-getTransactionStatus.d.ts.map +0 -1
- package/lib-es/families/vechain/js-getTransactionStatus.js +0 -70
- package/lib-es/families/vechain/js-getTransactionStatus.js.map +0 -1
- package/lib-es/families/vechain/js-signOperation.d.ts +0 -13
- package/lib-es/families/vechain/js-signOperation.d.ts.map +0 -1
- package/lib-es/families/vechain/js-signOperation.js +0 -81
- package/lib-es/families/vechain/js-signOperation.js.map +0 -1
- package/lib-es/families/vechain/js-synchronisation.d.ts +0 -3
- package/lib-es/families/vechain/js-synchronisation.d.ts.map +0 -1
- package/lib-es/families/vechain/js-synchronisation.js +0 -79
- package/lib-es/families/vechain/js-synchronisation.js.map +0 -1
- package/lib-es/families/vechain/js-transaction.d.ts +0 -20
- package/lib-es/families/vechain/js-transaction.d.ts.map +0 -1
- package/lib-es/families/vechain/js-transaction.js +0 -89
- package/lib-es/families/vechain/js-transaction.js.map +0 -1
- package/lib-es/market/MarketDataProvider.d.ts +0 -27
- package/lib-es/market/MarketDataProvider.d.ts.map +0 -1
- package/lib-es/market/MarketDataProvider.js +0 -229
- package/lib-es/market/MarketDataProvider.js.map +0 -1
- package/lib-es/market/api/api.d.ts +0 -18
- package/lib-es/market/api/api.d.ts.map +0 -1
- package/lib-es/market/api/api.js +0 -232
- package/lib-es/market/api/api.js.map +0 -1
- package/lib-es/market/api/api.mock.d.ts +0 -15
- package/lib-es/market/api/api.mock.d.ts.map +0 -1
- package/lib-es/market/api/api.mock.js +0 -393
- package/lib-es/market/api/api.mock.js.map +0 -1
- package/lib-es/market/types.d.ts +0 -187
- package/lib-es/market/types.d.ts.map +0 -1
- package/lib-es/market/types.js +0 -2
- package/lib-es/market/types.js.map +0 -1
- package/lib-es/market/utils/rangeFormatter.d.ts +0 -3
- package/lib-es/market/utils/rangeFormatter.d.ts.map +0 -1
- package/lib-es/market/utils/rangeFormatter.js +0 -14
- package/lib-es/market/utils/rangeFormatter.js.map +0 -1
- package/lib-es/market/v2/queryKeys.d.ts.map +0 -1
- package/lib-es/market/v2/queryKeys.js.map +0 -1
- package/lib-es/market/v2/timers.d.ts.map +0 -1
- package/lib-es/market/v2/timers.js.map +0 -1
- package/lib-es/market/v2/useMarketDataProvider.d.ts +0 -63
- package/lib-es/market/v2/useMarketDataProvider.d.ts.map +0 -1
- package/lib-es/market/v2/useMarketDataProvider.js +0 -102
- package/lib-es/market/v2/useMarketDataProvider.js.map +0 -1
- package/lib-es/market/v2/useMarketPerformers.d.ts +0 -4
- package/lib-es/market/v2/useMarketPerformers.d.ts.map +0 -1
- package/lib-es/market/v2/useMarketPerformers.js +0 -13
- package/lib-es/market/v2/useMarketPerformers.js.map +0 -1
- package/src/families/celo/js-broadcast.ts +0 -10
- package/src/families/celo/js-createTransaction.ts +0 -14
- package/src/families/celo/js-estimateMaxSpendable.ts +0 -28
- package/src/families/celo/js-getTransactionStatus.ts +0 -118
- package/src/families/celo/js-prepareTransaction.ts +0 -29
- package/src/families/celo/js-signOperation.ts +0 -155
- package/src/families/celo/js-synchronisation.ts +0 -61
- package/src/families/cosmos/js-buildTransaction.unit.test.ts +0 -818
- package/src/families/cosmos/js-createTransaction.ts +0 -23
- package/src/families/cosmos/js-estimateMaxSpendable.ts +0 -32
- package/src/families/cosmos/js-getTransactionStatus.ts +0 -298
- package/src/families/cosmos/js-prepareTransaction.ts +0 -141
- package/src/families/cosmos/js-prepareTransaction.unit.test.ts +0 -154
- package/src/families/cosmos/js-signOperation.ts +0 -176
- package/src/families/cosmos/js-synchronisation.ts +0 -296
- package/src/families/cosmos/js-synchronisation.unit.test.ts +0 -698
- package/src/families/cosmos/js-updateTransaction.ts +0 -15
- package/src/families/crypto_org/js-broadcast.ts +0 -31
- package/src/families/crypto_org/js-buildTransaction.ts +0 -57
- package/src/families/crypto_org/js-estimateMaxSpendable.ts +0 -25
- package/src/families/crypto_org/js-getTransactionStatus.ts +0 -58
- package/src/families/crypto_org/js-signOperation.ts +0 -152
- package/src/families/crypto_org/js-transaction.ts +0 -44
- package/src/families/elrond/js-broadcast.ts +0 -15
- package/src/families/elrond/js-estimateMaxSpendable.ts +0 -48
- package/src/families/elrond/js-getTransactionStatus.ts +0 -140
- package/src/families/elrond/js-signOperation.ts +0 -188
- package/src/families/elrond/js-synchronisation.ts +0 -74
- package/src/families/elrond/js-transaction.ts +0 -90
- package/src/families/hedera/js-broadcast.ts +0 -26
- package/src/families/hedera/js-estimateMaxSpendable.ts +0 -31
- package/src/families/hedera/js-getTransactionStatus.ts +0 -55
- package/src/families/hedera/js-receive.ts +0 -47
- package/src/families/hedera/js-signOperation.ts +0 -82
- package/src/families/hedera/js-transaction.ts +0 -40
- package/src/families/stellar/js-broadcast.ts +0 -19
- package/src/families/stellar/js-buildTransaction.ts +0 -106
- package/src/families/stellar/js-createTransaction.ts +0 -24
- package/src/families/stellar/js-estimateMaxSpendable.ts +0 -32
- package/src/families/stellar/js-getTransactionStatus.ts +0 -208
- package/src/families/stellar/js-prepareTransaction.ts +0 -22
- package/src/families/stellar/js-signOperation.ts +0 -117
- package/src/families/vechain/bridge/js-estimateMaxSpendable.ts +0 -20
- package/src/families/vechain/js-broadcast.ts +0 -22
- package/src/families/vechain/js-getTransactionStatus.ts +0 -78
- package/src/families/vechain/js-signOperation.ts +0 -103
- package/src/families/vechain/js-transaction.ts +0 -107
- package/src/market/MarketDataProvider.tsx +0 -403
- package/src/market/api/api.mock.ts +0 -403
- package/src/market/api/api.ts +0 -310
- package/src/market/types.ts +0 -200
- package/src/market/utils/rangeFormatter.ts +0 -15
- package/src/market/v2/useMarketDataProvider.ts +0 -143
- package/src/market/v2/useMarketPerformers.ts +0 -23
- /package/lib/market/{v2 → utils}/queryKeys.d.ts +0 -0
- /package/lib/market/{v2 → utils}/queryKeys.js +0 -0
- /package/lib/market/{v2 → utils}/timers.d.ts +0 -0
- /package/lib/market/{v2 → utils}/timers.js +0 -0
- /package/lib-es/market/{v2 → utils}/queryKeys.d.ts +0 -0
- /package/lib-es/market/{v2 → utils}/queryKeys.js +0 -0
- /package/lib-es/market/{v2 → utils}/timers.d.ts +0 -0
- /package/lib-es/market/{v2 → utils}/timers.js +0 -0
- /package/src/families/celo/{js-buildTransaction.ts → buildTransaction.ts} +0 -0
- /package/src/families/celo/{js-getFeesForTransaction.ts → getFeesForTransaction.ts} +0 -0
- /package/src/families/cosmos/{js-buildTransaction.ts → buildTransaction.ts} +0 -0
- /package/src/families/crypto_org/{js-getFeesForTransaction.ts → getFeesForTransaction.ts} +0 -0
- /package/src/families/crypto_org/{js-synchronisation.ts → synchronisation.ts} +0 -0
- /package/src/families/elrond/{js-buildSubAccounts.ts → buildSubAccounts.ts} +0 -0
- /package/src/families/elrond/{js-buildTransaction.ts → buildTransaction.ts} +0 -0
- /package/src/families/elrond/{js-reconciliation.ts → reconciliation.ts} +0 -0
- /package/src/families/hedera/{js-synchronisation.ts → synchronisation.ts} +0 -0
- /package/src/families/stellar/{js-synchronization.ts → synchronization.ts} +0 -0
- /package/src/families/vechain/{js-synchronisation.ts → synchronisation.ts} +0 -0
- /package/src/market/{v2 → utils}/queryKeys.ts +0 -0
- /package/src/market/{v2 → utils}/timers.ts +0 -0
@@ -10,7 +10,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
10
10
|
"freshAddressPath": "44'/354'/0'/0'/0'",
|
11
11
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
12
12
|
"index": 0,
|
13
|
-
"nfts": undefined,
|
14
13
|
"operationsCount": 93,
|
15
14
|
"pendingOperations": [],
|
16
15
|
"polkadotResources": {
|
@@ -28,15 +27,14 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
28
27
|
"used": true,
|
29
28
|
},
|
30
29
|
{
|
31
|
-
"balance": "
|
30
|
+
"balance": "12375600000",
|
32
31
|
"currencyId": "polkadot",
|
33
32
|
"derivationMode": "polkadotbip44",
|
34
33
|
"freshAddress": "12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
35
34
|
"freshAddressPath": "44'/354'/1'/0'/0'",
|
36
35
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
37
36
|
"index": 1,
|
38
|
-
"
|
39
|
-
"operationsCount": 74,
|
37
|
+
"operationsCount": 75,
|
40
38
|
"pendingOperations": [],
|
41
39
|
"polkadotResources": {
|
42
40
|
"controller": "12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
@@ -47,7 +45,7 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
47
45
|
"unlockingBalance": "0",
|
48
46
|
},
|
49
47
|
"seedIdentifier": "c71b1e00ca34fdd14ea065917a67168675828927e3adc3b68f444bf85b4d24be",
|
50
|
-
"spendableBalance": "
|
48
|
+
"spendableBalance": "30000000",
|
51
49
|
"swapHistory": [],
|
52
50
|
"syncHash": undefined,
|
53
51
|
"used": true,
|
@@ -60,7 +58,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
60
58
|
"freshAddressPath": "44'/354'/2'/0'/0'",
|
61
59
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
62
60
|
"index": 2,
|
63
|
-
"nfts": undefined,
|
64
61
|
"operationsCount": 3,
|
65
62
|
"pendingOperations": [],
|
66
63
|
"polkadotResources": {
|
@@ -85,7 +82,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
85
82
|
"freshAddressPath": "44'/354'/3'/0'/0'",
|
86
83
|
"id": "js:2:polkadot:164VgK6ooZ4fUuU4iFVwpSuXwFXGLU5nTTWzG64vrDqgipwh:polkadotbip44",
|
87
84
|
"index": 3,
|
88
|
-
"nfts": undefined,
|
89
85
|
"operationsCount": 0,
|
90
86
|
"pendingOperations": [],
|
91
87
|
"polkadotResources": {
|
@@ -112,7 +108,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
112
108
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
113
109
|
"blockHash": null,
|
114
110
|
"blockHeight": 1434864,
|
115
|
-
"contract": undefined,
|
116
111
|
"extra": {
|
117
112
|
"palletMethod": "balances.transferKeepAlive",
|
118
113
|
"transferAmount": "34567890000",
|
@@ -123,15 +118,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
123
118
|
"hasFailed": false,
|
124
119
|
"hash": "0x010c8603053166f00d5b5164b95ff15ca24ebfa7305c2f9468aff272f01a105a",
|
125
120
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x010c8603053166f00d5b5164b95ff15ca24ebfa7305c2f9468aff272f01a105a-OUT",
|
126
|
-
"operator": undefined,
|
127
121
|
"recipients": [
|
128
122
|
"12JHbw1vnXxqsD6U5yA3u9Kqvp9A7Zi3qM2rhAreZqP5zUmS",
|
129
123
|
],
|
130
124
|
"senders": [
|
131
125
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
132
126
|
],
|
133
|
-
"standard": undefined,
|
134
|
-
"tokenId": undefined,
|
135
127
|
"transactionSequenceNumber": 0,
|
136
128
|
"type": "OUT",
|
137
129
|
"value": "34721890000",
|
@@ -140,7 +132,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
140
132
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
141
133
|
"blockHash": null,
|
142
134
|
"blockHeight": 5417379,
|
143
|
-
"contract": undefined,
|
144
135
|
"extra": {
|
145
136
|
"palletMethod": "staking.Reward",
|
146
137
|
"validatorStash": "",
|
@@ -149,13 +140,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
149
140
|
"fee": "0",
|
150
141
|
"hash": "0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2",
|
151
142
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2+227-REWARD_PAYOUT",
|
152
|
-
"operator": undefined,
|
153
143
|
"recipients": [
|
154
144
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
155
145
|
],
|
156
146
|
"senders": [],
|
157
|
-
"standard": undefined,
|
158
|
-
"tokenId": undefined,
|
159
147
|
"type": "REWARD_PAYOUT",
|
160
148
|
"value": "0",
|
161
149
|
},
|
@@ -163,7 +151,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
163
151
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
164
152
|
"blockHash": null,
|
165
153
|
"blockHeight": 13036008,
|
166
|
-
"contract": undefined,
|
167
154
|
"extra": {
|
168
155
|
"palletMethod": "balances.transferKeepAlive",
|
169
156
|
"transferAmount": "1200000",
|
@@ -174,15 +161,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
174
161
|
"hasFailed": false,
|
175
162
|
"hash": "0x05f2dd1d2a8713e6d333890293c954d75438bcba48047a9c63ed01fba2d92385",
|
176
163
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x05f2dd1d2a8713e6d333890293c954d75438bcba48047a9c63ed01fba2d92385-IN",
|
177
|
-
"operator": undefined,
|
178
164
|
"recipients": [
|
179
165
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
180
166
|
],
|
181
167
|
"senders": [
|
182
168
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
183
169
|
],
|
184
|
-
"standard": undefined,
|
185
|
-
"tokenId": undefined,
|
186
170
|
"type": "IN",
|
187
171
|
"value": "1200000",
|
188
172
|
},
|
@@ -190,7 +174,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
190
174
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
191
175
|
"blockHash": null,
|
192
176
|
"blockHeight": 5213992,
|
193
|
-
"contract": undefined,
|
194
177
|
"extra": {
|
195
178
|
"palletMethod": "staking.Reward",
|
196
179
|
"validatorStash": "14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
@@ -199,15 +182,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
199
182
|
"fee": "0",
|
200
183
|
"hash": "0x06350cc410442bd917af67fb5e05e4ebf911f34ef7bbcd2ac49517615e6e388e",
|
201
184
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x06350cc410442bd917af67fb5e05e4ebf911f34ef7bbcd2ac49517615e6e388e+160-REWARD_PAYOUT",
|
202
|
-
"operator": undefined,
|
203
185
|
"recipients": [
|
204
186
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
205
187
|
],
|
206
188
|
"senders": [
|
207
189
|
"14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
208
190
|
],
|
209
|
-
"standard": undefined,
|
210
|
-
"tokenId": undefined,
|
211
191
|
"type": "REWARD_PAYOUT",
|
212
192
|
"value": "109973",
|
213
193
|
},
|
@@ -215,7 +195,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
215
195
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
216
196
|
"blockHash": null,
|
217
197
|
"blockHeight": 1920372,
|
218
|
-
"contract": undefined,
|
219
198
|
"extra": {
|
220
199
|
"palletMethod": "balances.transferKeepAlive",
|
221
200
|
"transferAmount": "50000000000",
|
@@ -226,15 +205,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
226
205
|
"hasFailed": false,
|
227
206
|
"hash": "0x0855354e368b582b488db2121597366e56c35beda9362a0482a031c3c4383a77",
|
228
207
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0855354e368b582b488db2121597366e56c35beda9362a0482a031c3c4383a77-OUT",
|
229
|
-
"operator": undefined,
|
230
208
|
"recipients": [
|
231
209
|
"12JHbw1vnXxqsD6U5yA3u9Kqvp9A7Zi3qM2rhAreZqP5zUmS",
|
232
210
|
],
|
233
211
|
"senders": [
|
234
212
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
235
213
|
],
|
236
|
-
"standard": undefined,
|
237
|
-
"tokenId": undefined,
|
238
214
|
"transactionSequenceNumber": 1,
|
239
215
|
"type": "OUT",
|
240
216
|
"value": "50154000000",
|
@@ -243,7 +219,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
243
219
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
244
220
|
"blockHash": null,
|
245
221
|
"blockHeight": 4990896,
|
246
|
-
"contract": undefined,
|
247
222
|
"extra": {
|
248
223
|
"palletMethod": "staking.Reward",
|
249
224
|
"validatorStash": "",
|
@@ -252,13 +227,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
252
227
|
"fee": "0",
|
253
228
|
"hash": "0x0a73899b47a99d7aec7af6e14f88212d862437f5db02d3471ff5ceffac7cf23d",
|
254
229
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0a73899b47a99d7aec7af6e14f88212d862437f5db02d3471ff5ceffac7cf23d+83-REWARD_PAYOUT",
|
255
|
-
"operator": undefined,
|
256
230
|
"recipients": [
|
257
231
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
258
232
|
],
|
259
233
|
"senders": [],
|
260
|
-
"standard": undefined,
|
261
|
-
"tokenId": undefined,
|
262
234
|
"type": "REWARD_PAYOUT",
|
263
235
|
"value": "4585947",
|
264
236
|
},
|
@@ -266,7 +238,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
266
238
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
267
239
|
"blockHash": null,
|
268
240
|
"blockHeight": 4976505,
|
269
|
-
"contract": undefined,
|
270
241
|
"extra": {
|
271
242
|
"palletMethod": "staking.Reward",
|
272
243
|
"validatorStash": "",
|
@@ -275,13 +246,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
275
246
|
"fee": "0",
|
276
247
|
"hash": "0x0abce21801a5eee77a50d82e2d6d66dbfe009266ee0320e145b7bbaabe091d37",
|
277
248
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0abce21801a5eee77a50d82e2d6d66dbfe009266ee0320e145b7bbaabe091d37+100-REWARD_PAYOUT",
|
278
|
-
"operator": undefined,
|
279
249
|
"recipients": [
|
280
250
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
281
251
|
],
|
282
252
|
"senders": [],
|
283
|
-
"standard": undefined,
|
284
|
-
"tokenId": undefined,
|
285
253
|
"type": "REWARD_PAYOUT",
|
286
254
|
"value": "4619125",
|
287
255
|
},
|
@@ -289,7 +257,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
289
257
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
290
258
|
"blockHash": null,
|
291
259
|
"blockHeight": 5417388,
|
292
|
-
"contract": undefined,
|
293
260
|
"extra": {
|
294
261
|
"palletMethod": "staking.Reward",
|
295
262
|
"validatorStash": "",
|
@@ -298,13 +265,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
298
265
|
"fee": "0",
|
299
266
|
"hash": "0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05",
|
300
267
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05+12-REWARD_PAYOUT",
|
301
|
-
"operator": undefined,
|
302
268
|
"recipients": [
|
303
269
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
304
270
|
],
|
305
271
|
"senders": [],
|
306
|
-
"standard": undefined,
|
307
|
-
"tokenId": undefined,
|
308
272
|
"type": "REWARD_PAYOUT",
|
309
273
|
"value": "0",
|
310
274
|
},
|
@@ -312,7 +276,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
312
276
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
313
277
|
"blockHash": null,
|
314
278
|
"blockHeight": 6320113,
|
315
|
-
"contract": undefined,
|
316
279
|
"extra": {
|
317
280
|
"palletMethod": "balances.transferKeepAlive",
|
318
281
|
"transferAmount": "1000000000",
|
@@ -323,15 +286,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
323
286
|
"hasFailed": false,
|
324
287
|
"hash": "0x10ef692a22bef627d9c52aaf3d0128f3702a075363fba6b66527de5dd426f7f0",
|
325
288
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x10ef692a22bef627d9c52aaf3d0128f3702a075363fba6b66527de5dd426f7f0-OUT",
|
326
|
-
"operator": undefined,
|
327
289
|
"recipients": [
|
328
290
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
329
291
|
],
|
330
292
|
"senders": [
|
331
293
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
332
294
|
],
|
333
|
-
"standard": undefined,
|
334
|
-
"tokenId": undefined,
|
335
295
|
"transactionSequenceNumber": 13,
|
336
296
|
"type": "OUT",
|
337
297
|
"value": "154000014",
|
@@ -340,7 +300,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
340
300
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
341
301
|
"blockHash": null,
|
342
302
|
"blockHeight": 1418828,
|
343
|
-
"contract": undefined,
|
344
303
|
"extra": {
|
345
304
|
"palletMethod": "balances.transfer",
|
346
305
|
"transferAmount": "11234560000",
|
@@ -351,15 +310,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
351
310
|
"hasFailed": false,
|
352
311
|
"hash": "0x1657dc15fb8837960d39566467f4a758e16ee956d2397f10da4d48247f4b3794",
|
353
312
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1657dc15fb8837960d39566467f4a758e16ee956d2397f10da4d48247f4b3794-OUT",
|
354
|
-
"operator": undefined,
|
355
313
|
"recipients": [
|
356
314
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
357
315
|
],
|
358
316
|
"senders": [
|
359
317
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
360
318
|
],
|
361
|
-
"standard": undefined,
|
362
|
-
"tokenId": undefined,
|
363
319
|
"transactionSequenceNumber": 2,
|
364
320
|
"type": "OUT",
|
365
321
|
"value": "11388560000",
|
@@ -368,7 +324,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
368
324
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
369
325
|
"blockHash": null,
|
370
326
|
"blockHeight": 5514400,
|
371
|
-
"contract": undefined,
|
372
327
|
"extra": {
|
373
328
|
"palletMethod": "staking.Reward",
|
374
329
|
"validatorStash": "",
|
@@ -377,13 +332,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
377
332
|
"fee": "0",
|
378
333
|
"hash": "0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5",
|
379
334
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5+178-REWARD_PAYOUT",
|
380
|
-
"operator": undefined,
|
381
335
|
"recipients": [
|
382
336
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
383
337
|
],
|
384
338
|
"senders": [],
|
385
|
-
"standard": undefined,
|
386
|
-
"tokenId": undefined,
|
387
339
|
"type": "REWARD_PAYOUT",
|
388
340
|
"value": "0",
|
389
341
|
},
|
@@ -391,7 +343,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
391
343
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
392
344
|
"blockHash": null,
|
393
345
|
"blockHeight": 5213926,
|
394
|
-
"contract": undefined,
|
395
346
|
"extra": {
|
396
347
|
"palletMethod": "staking.Reward",
|
397
348
|
"validatorStash": "",
|
@@ -400,13 +351,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
400
351
|
"fee": "0",
|
401
352
|
"hash": "0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c",
|
402
353
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c+22-REWARD_PAYOUT",
|
403
|
-
"operator": undefined,
|
404
354
|
"recipients": [
|
405
355
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
406
356
|
],
|
407
357
|
"senders": [],
|
408
|
-
"standard": undefined,
|
409
|
-
"tokenId": undefined,
|
410
358
|
"type": "REWARD_PAYOUT",
|
411
359
|
"value": "0",
|
412
360
|
},
|
@@ -414,7 +362,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
414
362
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
415
363
|
"blockHash": null,
|
416
364
|
"blockHeight": 13125104,
|
417
|
-
"contract": undefined,
|
418
365
|
"extra": {
|
419
366
|
"palletMethod": "balances.transfer",
|
420
367
|
"transferAmount": "11000000000",
|
@@ -425,15 +372,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
425
372
|
"hasFailed": false,
|
426
373
|
"hash": "0x1958ff3fed26ff65a76224b6672de8f0c8bb5c7469592a19348b1a5329e758c9",
|
427
374
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1958ff3fed26ff65a76224b6672de8f0c8bb5c7469592a19348b1a5329e758c9-OUT",
|
428
|
-
"operator": undefined,
|
429
375
|
"recipients": [
|
430
376
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
431
377
|
],
|
432
378
|
"senders": [
|
433
379
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
434
380
|
],
|
435
|
-
"standard": undefined,
|
436
|
-
"tokenId": undefined,
|
437
381
|
"transactionSequenceNumber": 25,
|
438
382
|
"type": "OUT",
|
439
383
|
"value": "11157681946",
|
@@ -442,7 +386,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
442
386
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
443
387
|
"blockHash": null,
|
444
388
|
"blockHeight": 11142967,
|
445
|
-
"contract": undefined,
|
446
389
|
"extra": {
|
447
390
|
"palletMethod": "balances.transferKeepAlive",
|
448
391
|
"transferAmount": "7000000000",
|
@@ -453,15 +396,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
453
396
|
"hasFailed": false,
|
454
397
|
"hash": "0x195e84ed29cbdb308999a197aa97358f17871f40c8b311a1118b0fcf959f9f5b",
|
455
398
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x195e84ed29cbdb308999a197aa97358f17871f40c8b311a1118b0fcf959f9f5b-OUT",
|
456
|
-
"operator": undefined,
|
457
399
|
"recipients": [
|
458
400
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
459
401
|
],
|
460
402
|
"senders": [
|
461
403
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
462
404
|
],
|
463
|
-
"standard": undefined,
|
464
|
-
"tokenId": undefined,
|
465
405
|
"transactionSequenceNumber": 16,
|
466
406
|
"type": "OUT",
|
467
407
|
"value": "7156000015",
|
@@ -470,7 +410,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
470
410
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
471
411
|
"blockHash": null,
|
472
412
|
"blockHeight": 5113292,
|
473
|
-
"contract": undefined,
|
474
413
|
"extra": {
|
475
414
|
"palletMethod": "staking.Reward",
|
476
415
|
"validatorStash": "",
|
@@ -479,13 +418,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
479
418
|
"fee": "0",
|
480
419
|
"hash": "0x1a492907ee7928925882317e0fb71ff18943572d643301daf5c7dcff6ae4c5cf",
|
481
420
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1a492907ee7928925882317e0fb71ff18943572d643301daf5c7dcff6ae4c5cf+231-REWARD_PAYOUT",
|
482
|
-
"operator": undefined,
|
483
421
|
"recipients": [
|
484
422
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
485
423
|
],
|
486
424
|
"senders": [],
|
487
|
-
"standard": undefined,
|
488
|
-
"tokenId": undefined,
|
489
425
|
"type": "REWARD_PAYOUT",
|
490
426
|
"value": "0",
|
491
427
|
},
|
@@ -493,7 +429,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
493
429
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
494
430
|
"blockHash": null,
|
495
431
|
"blockHeight": 5005224,
|
496
|
-
"contract": undefined,
|
497
432
|
"extra": {
|
498
433
|
"palletMethod": "staking.Reward",
|
499
434
|
"validatorStash": "",
|
@@ -502,13 +437,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
502
437
|
"fee": "0",
|
503
438
|
"hash": "0x1b2b9828d6eec99107fd46bf36bb1396253253e98e86c1147d7ad885f2d0f226",
|
504
439
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1b2b9828d6eec99107fd46bf36bb1396253253e98e86c1147d7ad885f2d0f226+83-REWARD_PAYOUT",
|
505
|
-
"operator": undefined,
|
506
440
|
"recipients": [
|
507
441
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
508
442
|
],
|
509
443
|
"senders": [],
|
510
|
-
"standard": undefined,
|
511
|
-
"tokenId": undefined,
|
512
444
|
"type": "REWARD_PAYOUT",
|
513
445
|
"value": "4469010",
|
514
446
|
},
|
@@ -516,7 +448,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
516
448
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
517
449
|
"blockHash": null,
|
518
450
|
"blockHeight": 2521381,
|
519
|
-
"contract": undefined,
|
520
451
|
"extra": {
|
521
452
|
"palletMethod": "balances.transferKeepAlive",
|
522
453
|
"transferAmount": "0",
|
@@ -527,15 +458,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
527
458
|
"hasFailed": false,
|
528
459
|
"hash": "0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3",
|
529
460
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3-OUT",
|
530
|
-
"operator": undefined,
|
531
461
|
"recipients": [
|
532
462
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
533
463
|
],
|
534
464
|
"senders": [
|
535
465
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
536
466
|
],
|
537
|
-
"standard": undefined,
|
538
|
-
"tokenId": undefined,
|
539
467
|
"transactionSequenceNumber": 2,
|
540
468
|
"type": "OUT",
|
541
469
|
"value": "149000000",
|
@@ -544,7 +472,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
544
472
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
545
473
|
"blockHash": null,
|
546
474
|
"blockHeight": 5113345,
|
547
|
-
"contract": undefined,
|
548
475
|
"extra": {
|
549
476
|
"palletMethod": "staking.Reward",
|
550
477
|
"validatorStash": "",
|
@@ -553,13 +480,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
553
480
|
"fee": "0",
|
554
481
|
"hash": "0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536",
|
555
482
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536+259-REWARD_PAYOUT",
|
556
|
-
"operator": undefined,
|
557
483
|
"recipients": [
|
558
484
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
559
485
|
],
|
560
486
|
"senders": [],
|
561
|
-
"standard": undefined,
|
562
|
-
"tokenId": undefined,
|
563
487
|
"type": "REWARD_PAYOUT",
|
564
488
|
"value": "0",
|
565
489
|
},
|
@@ -567,7 +491,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
567
491
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
568
492
|
"blockHash": null,
|
569
493
|
"blockHeight": 13035583,
|
570
|
-
"contract": undefined,
|
571
494
|
"extra": {
|
572
495
|
"palletMethod": "balances.transferKeepAlive",
|
573
496
|
"transferAmount": "12000000",
|
@@ -578,15 +501,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
578
501
|
"hasFailed": false,
|
579
502
|
"hash": "0x211096180a75e0a2a5d1ae410856fa0cca0d73ff7c37eda1291459d6e3f3ace2",
|
580
503
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x211096180a75e0a2a5d1ae410856fa0cca0d73ff7c37eda1291459d6e3f3ace2-IN",
|
581
|
-
"operator": undefined,
|
582
504
|
"recipients": [
|
583
505
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
584
506
|
],
|
585
507
|
"senders": [
|
586
508
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
587
509
|
],
|
588
|
-
"standard": undefined,
|
589
|
-
"tokenId": undefined,
|
590
510
|
"type": "IN",
|
591
511
|
"value": "12000000",
|
592
512
|
},
|
@@ -594,7 +514,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
594
514
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
595
515
|
"blockHash": null,
|
596
516
|
"blockHeight": 11261637,
|
597
|
-
"contract": undefined,
|
598
517
|
"extra": {
|
599
518
|
"palletMethod": "balances.transferKeepAlive",
|
600
519
|
"transferAmount": "100000000",
|
@@ -605,15 +524,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
605
524
|
"hasFailed": false,
|
606
525
|
"hash": "0x22d486874e33e6deaf9fcae70450518de1150fcc163361dcdb0a7d14c55b13b9",
|
607
526
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x22d486874e33e6deaf9fcae70450518de1150fcc163361dcdb0a7d14c55b13b9-IN",
|
608
|
-
"operator": undefined,
|
609
527
|
"recipients": [
|
610
528
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
611
529
|
],
|
612
530
|
"senders": [
|
613
531
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
614
532
|
],
|
615
|
-
"standard": undefined,
|
616
|
-
"tokenId": undefined,
|
617
533
|
"type": "IN",
|
618
534
|
"value": "100000000",
|
619
535
|
},
|
@@ -621,7 +537,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
621
537
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
622
538
|
"blockHash": null,
|
623
539
|
"blockHeight": 5303904,
|
624
|
-
"contract": undefined,
|
625
540
|
"extra": {
|
626
541
|
"palletMethod": "staking.Reward",
|
627
542
|
"validatorStash": "",
|
@@ -630,13 +545,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
630
545
|
"fee": "0",
|
631
546
|
"hash": "0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d",
|
632
547
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d+198-REWARD_PAYOUT",
|
633
|
-
"operator": undefined,
|
634
548
|
"recipients": [
|
635
549
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
636
550
|
],
|
637
551
|
"senders": [],
|
638
|
-
"standard": undefined,
|
639
|
-
"tokenId": undefined,
|
640
552
|
"type": "REWARD_PAYOUT",
|
641
553
|
"value": "0",
|
642
554
|
},
|
@@ -644,7 +556,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
644
556
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
645
557
|
"blockHash": null,
|
646
558
|
"blockHeight": 5514403,
|
647
|
-
"contract": undefined,
|
648
559
|
"extra": {
|
649
560
|
"palletMethod": "staking.Reward",
|
650
561
|
"validatorStash": "",
|
@@ -653,13 +564,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
653
564
|
"fee": "0",
|
654
565
|
"hash": "0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9",
|
655
566
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9+435-REWARD_PAYOUT",
|
656
|
-
"operator": undefined,
|
657
567
|
"recipients": [
|
658
568
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
659
569
|
],
|
660
570
|
"senders": [],
|
661
|
-
"standard": undefined,
|
662
|
-
"tokenId": undefined,
|
663
571
|
"type": "REWARD_PAYOUT",
|
664
572
|
"value": "0",
|
665
573
|
},
|
@@ -667,7 +575,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
667
575
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
668
576
|
"blockHash": null,
|
669
577
|
"blockHeight": 4904697,
|
670
|
-
"contract": undefined,
|
671
578
|
"extra": {
|
672
579
|
"palletMethod": "staking.Reward",
|
673
580
|
"validatorStash": "",
|
@@ -676,13 +583,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
676
583
|
"fee": "0",
|
677
584
|
"hash": "0x2a9ff529fb1dadb9d3fb527eb839d9e3ab9bb2eb9221050ce6491fc4f1ede046",
|
678
585
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x2a9ff529fb1dadb9d3fb527eb839d9e3ab9bb2eb9221050ce6491fc4f1ede046+81-REWARD_PAYOUT",
|
679
|
-
"operator": undefined,
|
680
586
|
"recipients": [
|
681
587
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
682
588
|
],
|
683
589
|
"senders": [],
|
684
|
-
"standard": undefined,
|
685
|
-
"tokenId": undefined,
|
686
590
|
"type": "REWARD_PAYOUT",
|
687
591
|
"value": "3522801",
|
688
592
|
},
|
@@ -690,7 +594,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
690
594
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
691
595
|
"blockHash": null,
|
692
596
|
"blockHeight": 4802769,
|
693
|
-
"contract": undefined,
|
694
597
|
"extra": {
|
695
598
|
"palletMethod": "staking.nominate",
|
696
599
|
"validatorStash": undefined,
|
@@ -711,13 +614,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
711
614
|
"hasFailed": false,
|
712
615
|
"hash": "0x2aa73de34967ab558940371c5fab0d0435abbe7a9d3082b090d9512f322944fb",
|
713
616
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x2aa73de34967ab558940371c5fab0d0435abbe7a9d3082b090d9512f322944fb-NOMINATE",
|
714
|
-
"operator": undefined,
|
715
617
|
"recipients": [],
|
716
618
|
"senders": [
|
717
619
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
718
620
|
],
|
719
|
-
"standard": undefined,
|
720
|
-
"tokenId": undefined,
|
721
621
|
"transactionSequenceNumber": 11,
|
722
622
|
"type": "NOMINATE",
|
723
623
|
"value": "448000050",
|
@@ -726,7 +626,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
726
626
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
727
627
|
"blockHash": null,
|
728
628
|
"blockHeight": 4919018,
|
729
|
-
"contract": undefined,
|
730
629
|
"extra": {
|
731
630
|
"palletMethod": "staking.Reward",
|
732
631
|
"validatorStash": "",
|
@@ -735,13 +634,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
735
634
|
"fee": "0",
|
736
635
|
"hash": "0x30563ffc8edc0587a7b9c56f2f78227ffe71b5e01e6c519a3b70dfb486159375",
|
737
636
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x30563ffc8edc0587a7b9c56f2f78227ffe71b5e01e6c519a3b70dfb486159375+81-REWARD_PAYOUT",
|
738
|
-
"operator": undefined,
|
739
637
|
"recipients": [
|
740
638
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
741
639
|
],
|
742
640
|
"senders": [],
|
743
|
-
"standard": undefined,
|
744
|
-
"tokenId": undefined,
|
745
641
|
"type": "REWARD_PAYOUT",
|
746
642
|
"value": "3910133",
|
747
643
|
},
|
@@ -749,7 +645,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
749
645
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
750
646
|
"blockHash": null,
|
751
647
|
"blockHeight": 2997990,
|
752
|
-
"contract": undefined,
|
753
648
|
"extra": {
|
754
649
|
"palletMethod": "balances.transferKeepAlive",
|
755
650
|
"transferAmount": "12345000000",
|
@@ -760,15 +655,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
760
655
|
"hasFailed": false,
|
761
656
|
"hash": "0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d",
|
762
657
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d-OUT",
|
763
|
-
"operator": undefined,
|
764
658
|
"recipients": [
|
765
659
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
766
660
|
],
|
767
661
|
"senders": [
|
768
662
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
769
663
|
],
|
770
|
-
"standard": undefined,
|
771
|
-
"tokenId": undefined,
|
772
664
|
"transactionSequenceNumber": 7,
|
773
665
|
"type": "OUT",
|
774
666
|
"value": "12499000000",
|
@@ -777,7 +669,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
777
669
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
778
670
|
"blockHash": null,
|
779
671
|
"blockHeight": 5700881,
|
780
|
-
"contract": undefined,
|
781
672
|
"extra": {
|
782
673
|
"palletMethod": "staking.Reward",
|
783
674
|
"validatorStash": "",
|
@@ -786,13 +677,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
786
677
|
"fee": "0",
|
787
678
|
"hash": "0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9",
|
788
679
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9+15-REWARD_PAYOUT",
|
789
|
-
"operator": undefined,
|
790
680
|
"recipients": [
|
791
681
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
792
682
|
],
|
793
683
|
"senders": [],
|
794
|
-
"standard": undefined,
|
795
|
-
"tokenId": undefined,
|
796
684
|
"type": "REWARD_PAYOUT",
|
797
685
|
"value": "0",
|
798
686
|
},
|
@@ -800,7 +688,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
800
688
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
801
689
|
"blockHash": null,
|
802
690
|
"blockHeight": 5700887,
|
803
|
-
"contract": undefined,
|
804
691
|
"extra": {
|
805
692
|
"palletMethod": "staking.Reward",
|
806
693
|
"validatorStash": "",
|
@@ -809,13 +696,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
809
696
|
"fee": "0",
|
810
697
|
"hash": "0x3c204c42c3f80502733943c354c37203eba717beab9f420dc7f60634a23fa216",
|
811
698
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x3c204c42c3f80502733943c354c37203eba717beab9f420dc7f60634a23fa216+454-REWARD_PAYOUT",
|
812
|
-
"operator": undefined,
|
813
699
|
"recipients": [
|
814
700
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
815
701
|
],
|
816
702
|
"senders": [],
|
817
|
-
"standard": undefined,
|
818
|
-
"tokenId": undefined,
|
819
703
|
"type": "REWARD_PAYOUT",
|
820
704
|
"value": "0",
|
821
705
|
},
|
@@ -823,7 +707,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
823
707
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
824
708
|
"blockHash": null,
|
825
709
|
"blockHeight": 4947777,
|
826
|
-
"contract": undefined,
|
827
710
|
"extra": {
|
828
711
|
"palletMethod": "staking.Reward",
|
829
712
|
"validatorStash": "",
|
@@ -832,13 +715,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
832
715
|
"fee": "0",
|
833
716
|
"hash": "0x400918126cbd83e729c664c677441083d5eb4a779b7f00b76c36e1f57fecc87c",
|
834
717
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x400918126cbd83e729c664c677441083d5eb4a779b7f00b76c36e1f57fecc87c+79-REWARD_PAYOUT",
|
835
|
-
"operator": undefined,
|
836
718
|
"recipients": [
|
837
719
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
838
720
|
],
|
839
721
|
"senders": [],
|
840
|
-
"standard": undefined,
|
841
|
-
"tokenId": undefined,
|
842
722
|
"type": "REWARD_PAYOUT",
|
843
723
|
"value": "3086115",
|
844
724
|
},
|
@@ -846,7 +726,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
846
726
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
847
727
|
"blockHash": null,
|
848
728
|
"blockHeight": 13125101,
|
849
|
-
"contract": undefined,
|
850
729
|
"extra": {
|
851
730
|
"palletMethod": "balances.transferKeepAlive",
|
852
731
|
"transferAmount": "11000000000",
|
@@ -857,15 +736,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
857
736
|
"hasFailed": true,
|
858
737
|
"hash": "0x422c4a799f6b9b8b95840f935be34c314883ff1f411ccd95aef0fabd8dbf8285",
|
859
738
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x422c4a799f6b9b8b95840f935be34c314883ff1f411ccd95aef0fabd8dbf8285-OUT",
|
860
|
-
"operator": undefined,
|
861
739
|
"recipients": [
|
862
740
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
863
741
|
],
|
864
742
|
"senders": [
|
865
743
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
866
744
|
],
|
867
|
-
"standard": undefined,
|
868
|
-
"tokenId": undefined,
|
869
745
|
"transactionSequenceNumber": 24,
|
870
746
|
"type": "OUT",
|
871
747
|
"value": "157562913",
|
@@ -874,7 +750,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
874
750
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
875
751
|
"blockHash": null,
|
876
752
|
"blockHeight": 5514474,
|
877
|
-
"contract": undefined,
|
878
753
|
"extra": {
|
879
754
|
"palletMethod": "staking.Reward",
|
880
755
|
"validatorStash": "",
|
@@ -883,13 +758,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
883
758
|
"fee": "0",
|
884
759
|
"hash": "0x43a424d272c3987ef2f0ec68943a5d7171d555bd553faf64167a4c8e6789a697",
|
885
760
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x43a424d272c3987ef2f0ec68943a5d7171d555bd553faf64167a4c8e6789a697+71-REWARD_PAYOUT",
|
886
|
-
"operator": undefined,
|
887
761
|
"recipients": [
|
888
762
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
889
763
|
],
|
890
764
|
"senders": [],
|
891
|
-
"standard": undefined,
|
892
|
-
"tokenId": undefined,
|
893
765
|
"type": "REWARD_PAYOUT",
|
894
766
|
"value": "0",
|
895
767
|
},
|
@@ -897,7 +769,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
897
769
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
898
770
|
"blockHash": null,
|
899
771
|
"blockHeight": 5604575,
|
900
|
-
"contract": undefined,
|
901
772
|
"extra": {
|
902
773
|
"palletMethod": "staking.Reward",
|
903
774
|
"validatorStash": "",
|
@@ -906,13 +777,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
906
777
|
"fee": "0",
|
907
778
|
"hash": "0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599",
|
908
779
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599+192-REWARD_PAYOUT",
|
909
|
-
"operator": undefined,
|
910
780
|
"recipients": [
|
911
781
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
912
782
|
],
|
913
783
|
"senders": [],
|
914
|
-
"standard": undefined,
|
915
|
-
"tokenId": undefined,
|
916
784
|
"type": "REWARD_PAYOUT",
|
917
785
|
"value": "0",
|
918
786
|
},
|
@@ -920,7 +788,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
920
788
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
921
789
|
"blockHash": null,
|
922
790
|
"blockHeight": 5604583,
|
923
|
-
"contract": undefined,
|
924
791
|
"extra": {
|
925
792
|
"palletMethod": "staking.Reward",
|
926
793
|
"validatorStash": "",
|
@@ -929,13 +796,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
929
796
|
"fee": "0",
|
930
797
|
"hash": "0x451205d889d70b63a561b2c7ff3fe1e3cc647ad6e9136ebb607f3dd7aa46539c",
|
931
798
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x451205d889d70b63a561b2c7ff3fe1e3cc647ad6e9136ebb607f3dd7aa46539c+305-REWARD_PAYOUT",
|
932
|
-
"operator": undefined,
|
933
799
|
"recipients": [
|
934
800
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
935
801
|
],
|
936
802
|
"senders": [],
|
937
|
-
"standard": undefined,
|
938
|
-
"tokenId": undefined,
|
939
803
|
"type": "REWARD_PAYOUT",
|
940
804
|
"value": "0",
|
941
805
|
},
|
@@ -943,7 +807,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
943
807
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
944
808
|
"blockHash": null,
|
945
809
|
"blockHeight": 5303921,
|
946
|
-
"contract": undefined,
|
947
810
|
"extra": {
|
948
811
|
"palletMethod": "staking.Reward",
|
949
812
|
"validatorStash": "",
|
@@ -952,13 +815,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
952
815
|
"fee": "0",
|
953
816
|
"hash": "0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b",
|
954
817
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b+74-REWARD_PAYOUT",
|
955
|
-
"operator": undefined,
|
956
818
|
"recipients": [
|
957
819
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
958
820
|
],
|
959
821
|
"senders": [],
|
960
|
-
"standard": undefined,
|
961
|
-
"tokenId": undefined,
|
962
822
|
"type": "REWARD_PAYOUT",
|
963
823
|
"value": "0",
|
964
824
|
},
|
@@ -966,7 +826,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
966
826
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
967
827
|
"blockHash": null,
|
968
828
|
"blockHeight": 5604586,
|
969
|
-
"contract": undefined,
|
970
829
|
"extra": {
|
971
830
|
"palletMethod": "staking.Reward",
|
972
831
|
"validatorStash": "",
|
@@ -975,13 +834,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
975
834
|
"fee": "0",
|
976
835
|
"hash": "0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318",
|
977
836
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318+18-REWARD_PAYOUT",
|
978
|
-
"operator": undefined,
|
979
837
|
"recipients": [
|
980
838
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
981
839
|
],
|
982
840
|
"senders": [],
|
983
|
-
"standard": undefined,
|
984
|
-
"tokenId": undefined,
|
985
841
|
"type": "REWARD_PAYOUT",
|
986
842
|
"value": "0",
|
987
843
|
},
|
@@ -989,7 +845,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
989
845
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
990
846
|
"blockHash": null,
|
991
847
|
"blockHeight": 5417372,
|
992
|
-
"contract": undefined,
|
993
848
|
"extra": {
|
994
849
|
"palletMethod": "staking.Reward",
|
995
850
|
"validatorStash": "",
|
@@ -998,13 +853,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
998
853
|
"fee": "0",
|
999
854
|
"hash": "0x5140710c4598c24a436fcc42ef32f83a9c975fc96e79bf393f8b9460d85fee0b",
|
1000
855
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x5140710c4598c24a436fcc42ef32f83a9c975fc96e79bf393f8b9460d85fee0b+134-REWARD_PAYOUT",
|
1001
|
-
"operator": undefined,
|
1002
856
|
"recipients": [
|
1003
857
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1004
858
|
],
|
1005
859
|
"senders": [],
|
1006
|
-
"standard": undefined,
|
1007
|
-
"tokenId": undefined,
|
1008
860
|
"type": "REWARD_PAYOUT",
|
1009
861
|
"value": "0",
|
1010
862
|
},
|
@@ -1012,7 +864,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1012
864
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1013
865
|
"blockHash": null,
|
1014
866
|
"blockHeight": 6320124,
|
1015
|
-
"contract": undefined,
|
1016
867
|
"extra": {
|
1017
868
|
"palletMethod": "balances.transferKeepAlive",
|
1018
869
|
"transferAmount": "10000000000",
|
@@ -1023,15 +874,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1023
874
|
"hasFailed": false,
|
1024
875
|
"hash": "0x538481b4bc486fc6d8b3d124e962ea8c6ca5eb38c23e4408be9157c2d8986674",
|
1025
876
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x538481b4bc486fc6d8b3d124e962ea8c6ca5eb38c23e4408be9157c2d8986674-OUT",
|
1026
|
-
"operator": undefined,
|
1027
877
|
"recipients": [
|
1028
878
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
1029
879
|
],
|
1030
880
|
"senders": [
|
1031
881
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1032
882
|
],
|
1033
|
-
"standard": undefined,
|
1034
|
-
"tokenId": undefined,
|
1035
883
|
"transactionSequenceNumber": 14,
|
1036
884
|
"type": "OUT",
|
1037
885
|
"value": "10156000014",
|
@@ -1040,7 +888,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1040
888
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1041
889
|
"blockHash": null,
|
1042
890
|
"blockHeight": 5113335,
|
1043
|
-
"contract": undefined,
|
1044
891
|
"extra": {
|
1045
892
|
"palletMethod": "staking.Reward",
|
1046
893
|
"validatorStash": "",
|
@@ -1049,13 +896,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1049
896
|
"fee": "0",
|
1050
897
|
"hash": "0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8",
|
1051
898
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8+8-REWARD_PAYOUT",
|
1052
|
-
"operator": undefined,
|
1053
899
|
"recipients": [
|
1054
900
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1055
901
|
],
|
1056
902
|
"senders": [],
|
1057
|
-
"standard": undefined,
|
1058
|
-
"tokenId": undefined,
|
1059
903
|
"type": "REWARD_PAYOUT",
|
1060
904
|
"value": "0",
|
1061
905
|
},
|
@@ -1063,7 +907,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1063
907
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1064
908
|
"blockHash": null,
|
1065
909
|
"blockHeight": 5214963,
|
1066
|
-
"contract": undefined,
|
1067
910
|
"extra": {
|
1068
911
|
"palletMethod": "staking.Reward",
|
1069
912
|
"validatorStash": "",
|
@@ -1072,13 +915,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1072
915
|
"fee": "0",
|
1073
916
|
"hash": "0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253",
|
1074
917
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253+383-REWARD_PAYOUT",
|
1075
|
-
"operator": undefined,
|
1076
918
|
"recipients": [
|
1077
919
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1078
920
|
],
|
1079
921
|
"senders": [],
|
1080
|
-
"standard": undefined,
|
1081
|
-
"tokenId": undefined,
|
1082
922
|
"type": "REWARD_PAYOUT",
|
1083
923
|
"value": "0",
|
1084
924
|
},
|
@@ -1086,7 +926,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1086
926
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1087
927
|
"blockHash": null,
|
1088
928
|
"blockHeight": 5303911,
|
1089
|
-
"contract": undefined,
|
1090
929
|
"extra": {
|
1091
930
|
"palletMethod": "staking.Reward",
|
1092
931
|
"validatorStash": "",
|
@@ -1095,13 +934,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1095
934
|
"fee": "0",
|
1096
935
|
"hash": "0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3",
|
1097
936
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3+281-REWARD_PAYOUT",
|
1098
|
-
"operator": undefined,
|
1099
937
|
"recipients": [
|
1100
938
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1101
939
|
],
|
1102
940
|
"senders": [],
|
1103
|
-
"standard": undefined,
|
1104
|
-
"tokenId": undefined,
|
1105
941
|
"type": "REWARD_PAYOUT",
|
1106
942
|
"value": "0",
|
1107
943
|
},
|
@@ -1109,7 +945,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1109
945
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1110
946
|
"blockHash": null,
|
1111
947
|
"blockHeight": 2692519,
|
1112
|
-
"contract": undefined,
|
1113
948
|
"extra": {
|
1114
949
|
"bondedAmount": "11000000000",
|
1115
950
|
"palletMethod": "staking.bond",
|
@@ -1120,15 +955,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1120
955
|
"hasFailed": false,
|
1121
956
|
"hash": "0x668b9929b6054358ce43afafbbf3e2ba630efaf3f62349b14b2083976021bfa7",
|
1122
957
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x668b9929b6054358ce43afafbbf3e2ba630efaf3f62349b14b2083976021bfa7-BOND",
|
1123
|
-
"operator": undefined,
|
1124
958
|
"recipients": [
|
1125
959
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1126
960
|
],
|
1127
961
|
"senders": [
|
1128
962
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1129
963
|
],
|
1130
|
-
"standard": undefined,
|
1131
|
-
"tokenId": undefined,
|
1132
964
|
"transactionSequenceNumber": 3,
|
1133
965
|
"type": "BOND",
|
1134
966
|
"value": "155000000",
|
@@ -1137,7 +969,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1137
969
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1138
970
|
"blockHash": null,
|
1139
971
|
"blockHeight": 5213903,
|
1140
|
-
"contract": undefined,
|
1141
972
|
"extra": {
|
1142
973
|
"palletMethod": "staking.Reward",
|
1143
974
|
"validatorStash": "",
|
@@ -1146,13 +977,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1146
977
|
"fee": "0",
|
1147
978
|
"hash": "0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3",
|
1148
979
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3+325-REWARD_PAYOUT",
|
1149
|
-
"operator": undefined,
|
1150
980
|
"recipients": [
|
1151
981
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1152
982
|
],
|
1153
983
|
"senders": [],
|
1154
|
-
"standard": undefined,
|
1155
|
-
"tokenId": undefined,
|
1156
984
|
"type": "REWARD_PAYOUT",
|
1157
985
|
"value": "0",
|
1158
986
|
},
|
@@ -1160,7 +988,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1160
988
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1161
989
|
"blockHash": null,
|
1162
990
|
"blockHeight": 4802752,
|
1163
|
-
"contract": undefined,
|
1164
991
|
"extra": {
|
1165
992
|
"bondedAmount": "11000000000",
|
1166
993
|
"palletMethod": "staking.rebond",
|
@@ -1171,13 +998,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1171
998
|
"hasFailed": false,
|
1172
999
|
"hash": "0x745f2f38c8730304f3a46f69ffb84dae9dab69b529342da679573d6db058be61",
|
1173
1000
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x745f2f38c8730304f3a46f69ffb84dae9dab69b529342da679573d6db058be61-BOND",
|
1174
|
-
"operator": undefined,
|
1175
1001
|
"recipients": [],
|
1176
1002
|
"senders": [
|
1177
1003
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1178
1004
|
],
|
1179
|
-
"standard": undefined,
|
1180
|
-
"tokenId": undefined,
|
1181
1005
|
"transactionSequenceNumber": 10,
|
1182
1006
|
"type": "BOND",
|
1183
1007
|
"value": "123000035",
|
@@ -1186,7 +1010,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1186
1010
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1187
1011
|
"blockHash": null,
|
1188
1012
|
"blockHeight": 3628618,
|
1189
|
-
"contract": undefined,
|
1190
1013
|
"extra": {
|
1191
1014
|
"palletMethod": "balances.transferKeepAlive",
|
1192
1015
|
"transferAmount": "20000000000",
|
@@ -1197,15 +1020,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1197
1020
|
"hasFailed": false,
|
1198
1021
|
"hash": "0x76c6435f507cf0c17ca557c586fb9c3eb25770f10a1d03888e1dbda689ff95bc",
|
1199
1022
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x76c6435f507cf0c17ca557c586fb9c3eb25770f10a1d03888e1dbda689ff95bc-OUT",
|
1200
|
-
"operator": undefined,
|
1201
1023
|
"recipients": [
|
1202
1024
|
"13d1UWkRdbj5yxZWvHZYHYijDWYscQ7tnFALnU6RNEHGe2R6",
|
1203
1025
|
],
|
1204
1026
|
"senders": [
|
1205
1027
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1206
1028
|
],
|
1207
|
-
"standard": undefined,
|
1208
|
-
"tokenId": undefined,
|
1209
1029
|
"transactionSequenceNumber": 8,
|
1210
1030
|
"type": "OUT",
|
1211
1031
|
"value": "20154000000",
|
@@ -1214,7 +1034,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1214
1034
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1215
1035
|
"blockHash": null,
|
1216
1036
|
"blockHeight": 2997922,
|
1217
|
-
"contract": undefined,
|
1218
1037
|
"extra": {
|
1219
1038
|
"palletMethod": "staking.nominate",
|
1220
1039
|
"validatorStash": undefined,
|
@@ -1236,13 +1055,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1236
1055
|
"hasFailed": false,
|
1237
1056
|
"hash": "0x785a59207e7b54e2a0e1d8ea72be0155aac460422826e490ec94c064fc724e48",
|
1238
1057
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x785a59207e7b54e2a0e1d8ea72be0155aac460422826e490ec94c064fc724e48-NOMINATE",
|
1239
|
-
"operator": undefined,
|
1240
1058
|
"recipients": [],
|
1241
1059
|
"senders": [
|
1242
1060
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1243
1061
|
],
|
1244
|
-
"standard": undefined,
|
1245
|
-
"tokenId": undefined,
|
1246
1062
|
"transactionSequenceNumber": 6,
|
1247
1063
|
"type": "NOMINATE",
|
1248
1064
|
"value": "469000000",
|
@@ -1251,7 +1067,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1251
1067
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1252
1068
|
"blockHash": null,
|
1253
1069
|
"blockHeight": 5213947,
|
1254
|
-
"contract": undefined,
|
1255
1070
|
"extra": {
|
1256
1071
|
"palletMethod": "staking.Reward",
|
1257
1072
|
"validatorStash": "",
|
@@ -1260,13 +1075,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1260
1075
|
"fee": "0",
|
1261
1076
|
"hash": "0x795fa8ded6199b50b50ac263a0feb313738b3b7488ac2057dff505d80635a8a3",
|
1262
1077
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x795fa8ded6199b50b50ac263a0feb313738b3b7488ac2057dff505d80635a8a3+220-REWARD_PAYOUT",
|
1263
|
-
"operator": undefined,
|
1264
1078
|
"recipients": [
|
1265
1079
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1266
1080
|
],
|
1267
1081
|
"senders": [],
|
1268
|
-
"standard": undefined,
|
1269
|
-
"tokenId": undefined,
|
1270
1082
|
"type": "REWARD_PAYOUT",
|
1271
1083
|
"value": "0",
|
1272
1084
|
},
|
@@ -1274,7 +1086,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1274
1086
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1275
1087
|
"blockHash": null,
|
1276
1088
|
"blockHeight": 5604581,
|
1277
|
-
"contract": undefined,
|
1278
1089
|
"extra": {
|
1279
1090
|
"palletMethod": "staking.Reward",
|
1280
1091
|
"validatorStash": "",
|
@@ -1283,13 +1094,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1283
1094
|
"fee": "0",
|
1284
1095
|
"hash": "0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80",
|
1285
1096
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80+104-REWARD_PAYOUT",
|
1286
|
-
"operator": undefined,
|
1287
1097
|
"recipients": [
|
1288
1098
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1289
1099
|
],
|
1290
1100
|
"senders": [],
|
1291
|
-
"standard": undefined,
|
1292
|
-
"tokenId": undefined,
|
1293
1101
|
"type": "REWARD_PAYOUT",
|
1294
1102
|
"value": "0",
|
1295
1103
|
},
|
@@ -1297,7 +1105,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1297
1105
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1298
1106
|
"blockHash": null,
|
1299
1107
|
"blockHeight": 11142949,
|
1300
|
-
"contract": undefined,
|
1301
1108
|
"extra": {
|
1302
1109
|
"palletMethod": "staking.unbond",
|
1303
1110
|
"unbondedAmount": "11000000000",
|
@@ -1308,13 +1115,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1308
1115
|
"hasFailed": false,
|
1309
1116
|
"hash": "0x810825dabfe804fe4ae137d7ee1378cdcfae21e767128183e61d9e68b6829efa",
|
1310
1117
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x810825dabfe804fe4ae137d7ee1378cdcfae21e767128183e61d9e68b6829efa-UNBOND",
|
1311
|
-
"operator": undefined,
|
1312
1118
|
"recipients": [],
|
1313
1119
|
"senders": [
|
1314
1120
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1315
1121
|
],
|
1316
|
-
"standard": undefined,
|
1317
|
-
"tokenId": undefined,
|
1318
1122
|
"transactionSequenceNumber": 15,
|
1319
1123
|
"type": "UNBOND",
|
1320
1124
|
"value": "123000115",
|
@@ -1323,7 +1127,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1323
1127
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1324
1128
|
"blockHash": null,
|
1325
1129
|
"blockHeight": 5700872,
|
1326
|
-
"contract": undefined,
|
1327
1130
|
"extra": {
|
1328
1131
|
"palletMethod": "staking.Reward",
|
1329
1132
|
"validatorStash": "",
|
@@ -1332,13 +1135,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1332
1135
|
"fee": "0",
|
1333
1136
|
"hash": "0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02",
|
1334
1137
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02+146-REWARD_PAYOUT",
|
1335
|
-
"operator": undefined,
|
1336
1138
|
"recipients": [
|
1337
1139
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1338
1140
|
],
|
1339
1141
|
"senders": [],
|
1340
|
-
"standard": undefined,
|
1341
|
-
"tokenId": undefined,
|
1342
1142
|
"type": "REWARD_PAYOUT",
|
1343
1143
|
"value": "0",
|
1344
1144
|
},
|
@@ -1346,7 +1146,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1346
1146
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1347
1147
|
"blockHash": null,
|
1348
1148
|
"blockHeight": 5213855,
|
1349
|
-
"contract": undefined,
|
1350
1149
|
"extra": {
|
1351
1150
|
"palletMethod": "staking.Reward",
|
1352
1151
|
"validatorStash": "",
|
@@ -1355,13 +1154,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1355
1154
|
"fee": "0",
|
1356
1155
|
"hash": "0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0",
|
1357
1156
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0+47-REWARD_PAYOUT",
|
1358
|
-
"operator": undefined,
|
1359
1157
|
"recipients": [
|
1360
1158
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1361
1159
|
],
|
1362
1160
|
"senders": [],
|
1363
|
-
"standard": undefined,
|
1364
|
-
"tokenId": undefined,
|
1365
1161
|
"type": "REWARD_PAYOUT",
|
1366
1162
|
"value": "0",
|
1367
1163
|
},
|
@@ -1369,7 +1165,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1369
1165
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1370
1166
|
"blockHash": null,
|
1371
1167
|
"blockHeight": 5303930,
|
1372
|
-
"contract": undefined,
|
1373
1168
|
"extra": {
|
1374
1169
|
"palletMethod": "staking.Reward",
|
1375
1170
|
"validatorStash": "",
|
@@ -1378,13 +1173,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1378
1173
|
"fee": "0",
|
1379
1174
|
"hash": "0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e",
|
1380
1175
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e+287-REWARD_PAYOUT",
|
1381
|
-
"operator": undefined,
|
1382
1176
|
"recipients": [
|
1383
1177
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1384
1178
|
],
|
1385
1179
|
"senders": [],
|
1386
|
-
"standard": undefined,
|
1387
|
-
"tokenId": undefined,
|
1388
1180
|
"type": "REWARD_PAYOUT",
|
1389
1181
|
"value": "0",
|
1390
1182
|
},
|
@@ -1392,7 +1184,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1392
1184
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1393
1185
|
"blockHash": null,
|
1394
1186
|
"blockHeight": 5303936,
|
1395
|
-
"contract": undefined,
|
1396
1187
|
"extra": {
|
1397
1188
|
"palletMethod": "staking.Reward",
|
1398
1189
|
"validatorStash": "",
|
@@ -1401,13 +1192,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1401
1192
|
"fee": "0",
|
1402
1193
|
"hash": "0x8baee57e30e37e73d9b40aedaa3ad3a4c9e61d4719ddb0282f5342c459159739",
|
1403
1194
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8baee57e30e37e73d9b40aedaa3ad3a4c9e61d4719ddb0282f5342c459159739+16-REWARD_PAYOUT",
|
1404
|
-
"operator": undefined,
|
1405
1195
|
"recipients": [
|
1406
1196
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1407
1197
|
],
|
1408
1198
|
"senders": [],
|
1409
|
-
"standard": undefined,
|
1410
|
-
"tokenId": undefined,
|
1411
1199
|
"type": "REWARD_PAYOUT",
|
1412
1200
|
"value": "0",
|
1413
1201
|
},
|
@@ -1415,7 +1203,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1415
1203
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1416
1204
|
"blockHash": null,
|
1417
1205
|
"blockHeight": 4933442,
|
1418
|
-
"contract": undefined,
|
1419
1206
|
"extra": {
|
1420
1207
|
"palletMethod": "staking.Reward",
|
1421
1208
|
"validatorStash": "",
|
@@ -1424,13 +1211,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1424
1211
|
"fee": "0",
|
1425
1212
|
"hash": "0x8c332e3827b9a1c159ce6077077c7d88076f1155b3ceb8ba6a3292e329ee2468",
|
1426
1213
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8c332e3827b9a1c159ce6077077c7d88076f1155b3ceb8ba6a3292e329ee2468+81-REWARD_PAYOUT",
|
1427
|
-
"operator": undefined,
|
1428
1214
|
"recipients": [
|
1429
1215
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1430
1216
|
],
|
1431
1217
|
"senders": [],
|
1432
|
-
"standard": undefined,
|
1433
|
-
"tokenId": undefined,
|
1434
1218
|
"type": "REWARD_PAYOUT",
|
1435
1219
|
"value": "4069334",
|
1436
1220
|
},
|
@@ -1438,7 +1222,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1438
1222
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1439
1223
|
"blockHash": null,
|
1440
1224
|
"blockHeight": 5303925,
|
1441
|
-
"contract": undefined,
|
1442
1225
|
"extra": {
|
1443
1226
|
"palletMethod": "staking.Reward",
|
1444
1227
|
"validatorStash": "",
|
@@ -1447,13 +1230,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1447
1230
|
"fee": "0",
|
1448
1231
|
"hash": "0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376",
|
1449
1232
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376+111-REWARD_PAYOUT",
|
1450
|
-
"operator": undefined,
|
1451
1233
|
"recipients": [
|
1452
1234
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1453
1235
|
],
|
1454
1236
|
"senders": [],
|
1455
|
-
"standard": undefined,
|
1456
|
-
"tokenId": undefined,
|
1457
1237
|
"type": "REWARD_PAYOUT",
|
1458
1238
|
"value": "0",
|
1459
1239
|
},
|
@@ -1461,7 +1241,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1461
1241
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1462
1242
|
"blockHash": null,
|
1463
1243
|
"blockHeight": 5019592,
|
1464
|
-
"contract": undefined,
|
1465
1244
|
"extra": {
|
1466
1245
|
"palletMethod": "staking.Reward",
|
1467
1246
|
"validatorStash": "",
|
@@ -1470,13 +1249,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1470
1249
|
"fee": "0",
|
1471
1250
|
"hash": "0x8e7d063fb89c5dd2565961da2d6c440d826df6ad34b7f8de4927b8aaf72dc45e",
|
1472
1251
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8e7d063fb89c5dd2565961da2d6c440d826df6ad34b7f8de4927b8aaf72dc45e+81-REWARD_PAYOUT",
|
1473
|
-
"operator": undefined,
|
1474
1252
|
"recipients": [
|
1475
1253
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1476
1254
|
],
|
1477
1255
|
"senders": [],
|
1478
|
-
"standard": undefined,
|
1479
|
-
"tokenId": undefined,
|
1480
1256
|
"type": "REWARD_PAYOUT",
|
1481
1257
|
"value": "4102477",
|
1482
1258
|
},
|
@@ -1484,7 +1260,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1484
1260
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1485
1261
|
"blockHash": null,
|
1486
1262
|
"blockHeight": 5417392,
|
1487
|
-
"contract": undefined,
|
1488
1263
|
"extra": {
|
1489
1264
|
"palletMethod": "staking.Reward",
|
1490
1265
|
"validatorStash": "",
|
@@ -1493,13 +1268,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1493
1268
|
"fee": "0",
|
1494
1269
|
"hash": "0x8f0ee4fdb8ebd36a2bcfbb6ec044a0626296d113e9186df85bbd7e90e4fcbfa1",
|
1495
1270
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8f0ee4fdb8ebd36a2bcfbb6ec044a0626296d113e9186df85bbd7e90e4fcbfa1+57-REWARD_PAYOUT",
|
1496
|
-
"operator": undefined,
|
1497
1271
|
"recipients": [
|
1498
1272
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1499
1273
|
],
|
1500
1274
|
"senders": [],
|
1501
|
-
"standard": undefined,
|
1502
|
-
"tokenId": undefined,
|
1503
1275
|
"type": "REWARD_PAYOUT",
|
1504
1276
|
"value": "0",
|
1505
1277
|
},
|
@@ -1507,7 +1279,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1507
1279
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1508
1280
|
"blockHash": null,
|
1509
1281
|
"blockHeight": 5514444,
|
1510
|
-
"contract": undefined,
|
1511
1282
|
"extra": {
|
1512
1283
|
"palletMethod": "staking.Reward",
|
1513
1284
|
"validatorStash": "",
|
@@ -1516,13 +1287,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1516
1287
|
"fee": "0",
|
1517
1288
|
"hash": "0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1",
|
1518
1289
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1+115-REWARD_PAYOUT",
|
1519
|
-
"operator": undefined,
|
1520
1290
|
"recipients": [
|
1521
1291
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1522
1292
|
],
|
1523
1293
|
"senders": [],
|
1524
|
-
"standard": undefined,
|
1525
|
-
"tokenId": undefined,
|
1526
1294
|
"type": "REWARD_PAYOUT",
|
1527
1295
|
"value": "0",
|
1528
1296
|
},
|
@@ -1530,7 +1298,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1530
1298
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1531
1299
|
"blockHash": null,
|
1532
1300
|
"blockHeight": 5222826,
|
1533
|
-
"contract": undefined,
|
1534
1301
|
"extra": {
|
1535
1302
|
"palletMethod": "staking.Reward",
|
1536
1303
|
"validatorStash": "",
|
@@ -1539,13 +1306,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1539
1306
|
"fee": "0",
|
1540
1307
|
"hash": "0x95b0fc613488458ad8ace4fcc85900f45c0d32386c5e56c36acb96448ea2c5c1",
|
1541
1308
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x95b0fc613488458ad8ace4fcc85900f45c0d32386c5e56c36acb96448ea2c5c1+427-REWARD_PAYOUT",
|
1542
|
-
"operator": undefined,
|
1543
1309
|
"recipients": [
|
1544
1310
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1545
1311
|
],
|
1546
1312
|
"senders": [],
|
1547
|
-
"standard": undefined,
|
1548
|
-
"tokenId": undefined,
|
1549
1313
|
"type": "REWARD_PAYOUT",
|
1550
1314
|
"value": "1243476",
|
1551
1315
|
},
|
@@ -1553,7 +1317,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1553
1317
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1554
1318
|
"blockHash": null,
|
1555
1319
|
"blockHeight": 11261400,
|
1556
|
-
"contract": undefined,
|
1557
1320
|
"extra": {
|
1558
1321
|
"palletMethod": "balances.transferKeepAlive",
|
1559
1322
|
"transferAmount": "100000000",
|
@@ -1564,15 +1327,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1564
1327
|
"hasFailed": false,
|
1565
1328
|
"hash": "0x97e8d2275eb1e4e51748e6e8e7e0253c9c2096d6de9d69571e6ab007fe663d72",
|
1566
1329
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x97e8d2275eb1e4e51748e6e8e7e0253c9c2096d6de9d69571e6ab007fe663d72-OUT",
|
1567
|
-
"operator": undefined,
|
1568
1330
|
"recipients": [
|
1569
1331
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
1570
1332
|
],
|
1571
1333
|
"senders": [
|
1572
1334
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1573
1335
|
],
|
1574
|
-
"standard": undefined,
|
1575
|
-
"tokenId": undefined,
|
1576
1336
|
"transactionSequenceNumber": 17,
|
1577
1337
|
"type": "OUT",
|
1578
1338
|
"value": "254000015",
|
@@ -1581,7 +1341,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1581
1341
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1582
1342
|
"blockHash": null,
|
1583
1343
|
"blockHeight": 5514427,
|
1584
|
-
"contract": undefined,
|
1585
1344
|
"extra": {
|
1586
1345
|
"palletMethod": "staking.Reward",
|
1587
1346
|
"validatorStash": "",
|
@@ -1590,13 +1349,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1590
1349
|
"fee": "0",
|
1591
1350
|
"hash": "0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce",
|
1592
1351
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce+390-REWARD_PAYOUT",
|
1593
|
-
"operator": undefined,
|
1594
1352
|
"recipients": [
|
1595
1353
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1596
1354
|
],
|
1597
1355
|
"senders": [],
|
1598
|
-
"standard": undefined,
|
1599
|
-
"tokenId": undefined,
|
1600
1356
|
"type": "REWARD_PAYOUT",
|
1601
1357
|
"value": "0",
|
1602
1358
|
},
|
@@ -1604,7 +1360,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1604
1360
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1605
1361
|
"blockHash": null,
|
1606
1362
|
"blockHeight": 5213936,
|
1607
|
-
"contract": undefined,
|
1608
1363
|
"extra": {
|
1609
1364
|
"palletMethod": "staking.Reward",
|
1610
1365
|
"validatorStash": "",
|
@@ -1613,13 +1368,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1613
1368
|
"fee": "0",
|
1614
1369
|
"hash": "0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1",
|
1615
1370
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1+171-REWARD_PAYOUT",
|
1616
|
-
"operator": undefined,
|
1617
1371
|
"recipients": [
|
1618
1372
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1619
1373
|
],
|
1620
1374
|
"senders": [],
|
1621
|
-
"standard": undefined,
|
1622
|
-
"tokenId": undefined,
|
1623
1375
|
"type": "REWARD_PAYOUT",
|
1624
1376
|
"value": "0",
|
1625
1377
|
},
|
@@ -1627,7 +1379,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1627
1379
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1628
1380
|
"blockHash": null,
|
1629
1381
|
"blockHeight": 11261421,
|
1630
|
-
"contract": undefined,
|
1631
1382
|
"extra": {
|
1632
1383
|
"palletMethod": "staking.nominate",
|
1633
1384
|
"validatorStash": undefined,
|
@@ -1639,13 +1390,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1639
1390
|
"hasFailed": true,
|
1640
1391
|
"hash": "0xa9b2a8d2bbebf4141157f9173cb4cf43a37d9960e4ebece3253a21639c578fe1",
|
1641
1392
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xa9b2a8d2bbebf4141157f9173cb4cf43a37d9960e4ebece3253a21639c578fe1-NOMINATE",
|
1642
|
-
"operator": undefined,
|
1643
1393
|
"recipients": [],
|
1644
1394
|
"senders": [
|
1645
1395
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1646
1396
|
],
|
1647
|
-
"standard": undefined,
|
1648
|
-
"tokenId": undefined,
|
1649
1397
|
"transactionSequenceNumber": 19,
|
1650
1398
|
"type": "NOMINATE",
|
1651
1399
|
"value": "151000095",
|
@@ -1654,7 +1402,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1654
1402
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1655
1403
|
"blockHash": null,
|
1656
1404
|
"blockHeight": 5604590,
|
1657
|
-
"contract": undefined,
|
1658
1405
|
"extra": {
|
1659
1406
|
"palletMethod": "staking.Reward",
|
1660
1407
|
"validatorStash": "",
|
@@ -1663,13 +1410,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1663
1410
|
"fee": "0",
|
1664
1411
|
"hash": "0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff",
|
1665
1412
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff+120-REWARD_PAYOUT",
|
1666
|
-
"operator": undefined,
|
1667
1413
|
"recipients": [
|
1668
1414
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1669
1415
|
],
|
1670
1416
|
"senders": [],
|
1671
|
-
"standard": undefined,
|
1672
|
-
"tokenId": undefined,
|
1673
1417
|
"type": "REWARD_PAYOUT",
|
1674
1418
|
"value": "0",
|
1675
1419
|
},
|
@@ -1677,7 +1421,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1677
1421
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1678
1422
|
"blockHash": null,
|
1679
1423
|
"blockHeight": 5113301,
|
1680
|
-
"contract": undefined,
|
1681
1424
|
"extra": {
|
1682
1425
|
"palletMethod": "staking.Reward",
|
1683
1426
|
"validatorStash": "",
|
@@ -1686,13 +1429,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1686
1429
|
"fee": "0",
|
1687
1430
|
"hash": "0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49",
|
1688
1431
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49+319-REWARD_PAYOUT",
|
1689
|
-
"operator": undefined,
|
1690
1432
|
"recipients": [
|
1691
1433
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1692
1434
|
],
|
1693
1435
|
"senders": [],
|
1694
|
-
"standard": undefined,
|
1695
|
-
"tokenId": undefined,
|
1696
1436
|
"type": "REWARD_PAYOUT",
|
1697
1437
|
"value": "0",
|
1698
1438
|
},
|
@@ -1700,7 +1440,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1700
1440
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1701
1441
|
"blockHash": null,
|
1702
1442
|
"blockHeight": 5417354,
|
1703
|
-
"contract": undefined,
|
1704
1443
|
"extra": {
|
1705
1444
|
"palletMethod": "staking.Reward",
|
1706
1445
|
"validatorStash": "",
|
@@ -1709,13 +1448,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1709
1448
|
"fee": "0",
|
1710
1449
|
"hash": "0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6",
|
1711
1450
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6+46-REWARD_PAYOUT",
|
1712
|
-
"operator": undefined,
|
1713
1451
|
"recipients": [
|
1714
1452
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1715
1453
|
],
|
1716
1454
|
"senders": [],
|
1717
|
-
"standard": undefined,
|
1718
|
-
"tokenId": undefined,
|
1719
1455
|
"type": "REWARD_PAYOUT",
|
1720
1456
|
"value": "0",
|
1721
1457
|
},
|
@@ -1723,7 +1459,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1723
1459
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1724
1460
|
"blockHash": null,
|
1725
1461
|
"blockHeight": 2907245,
|
1726
|
-
"contract": undefined,
|
1727
1462
|
"extra": {
|
1728
1463
|
"palletMethod": "balances.transferKeepAlive",
|
1729
1464
|
"transferAmount": "60000000000",
|
@@ -1734,15 +1469,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1734
1469
|
"hasFailed": false,
|
1735
1470
|
"hash": "0xb91e9de9ec889e3d0fa847d7842830baf62967df4e2307ce6bd04c1f7d28226c",
|
1736
1471
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb91e9de9ec889e3d0fa847d7842830baf62967df4e2307ce6bd04c1f7d28226c-IN",
|
1737
|
-
"operator": undefined,
|
1738
1472
|
"recipients": [
|
1739
1473
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1740
1474
|
],
|
1741
1475
|
"senders": [
|
1742
1476
|
"141tEvrKxtJhoAi3BjEL6HoHWLbTJZer49WrEy8hBxx58CfU",
|
1743
1477
|
],
|
1744
|
-
"standard": undefined,
|
1745
|
-
"tokenId": undefined,
|
1746
1478
|
"type": "IN",
|
1747
1479
|
"value": "60000000000",
|
1748
1480
|
},
|
@@ -1750,7 +1482,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1750
1482
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1751
1483
|
"blockHash": null,
|
1752
1484
|
"blockHeight": 5700891,
|
1753
|
-
"contract": undefined,
|
1754
1485
|
"extra": {
|
1755
1486
|
"palletMethod": "staking.Reward",
|
1756
1487
|
"validatorStash": "",
|
@@ -1759,13 +1490,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1759
1490
|
"fee": "0",
|
1760
1491
|
"hash": "0xb9be07dbcbbd9dd87e7d0ae521b9b17620a64c93af1066582ee72fd7aa0fe854",
|
1761
1492
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb9be07dbcbbd9dd87e7d0ae521b9b17620a64c93af1066582ee72fd7aa0fe854+276-REWARD_PAYOUT",
|
1762
|
-
"operator": undefined,
|
1763
1493
|
"recipients": [
|
1764
1494
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1765
1495
|
],
|
1766
1496
|
"senders": [],
|
1767
|
-
"standard": undefined,
|
1768
|
-
"tokenId": undefined,
|
1769
1497
|
"type": "REWARD_PAYOUT",
|
1770
1498
|
"value": "0",
|
1771
1499
|
},
|
@@ -1773,7 +1501,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1773
1501
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1774
1502
|
"blockHash": null,
|
1775
1503
|
"blockHeight": 13121512,
|
1776
|
-
"contract": undefined,
|
1777
1504
|
"extra": {
|
1778
1505
|
"palletMethod": "balances.transferKeepAlive",
|
1779
1506
|
"transferAmount": "150000000",
|
@@ -1784,15 +1511,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1784
1511
|
"hasFailed": true,
|
1785
1512
|
"hash": "0xbd679bed9be6be9a5db7a8ba4ff3779dd7d82fc5c134eafe3d388ee7d7dea636",
|
1786
1513
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xbd679bed9be6be9a5db7a8ba4ff3779dd7d82fc5c134eafe3d388ee7d7dea636-OUT",
|
1787
|
-
"operator": undefined,
|
1788
1514
|
"recipients": [
|
1789
1515
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
1790
1516
|
],
|
1791
1517
|
"senders": [
|
1792
1518
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1793
1519
|
],
|
1794
|
-
"standard": undefined,
|
1795
|
-
"tokenId": undefined,
|
1796
1520
|
"transactionSequenceNumber": 22,
|
1797
1521
|
"type": "OUT",
|
1798
1522
|
"value": "155562913",
|
@@ -1801,7 +1525,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1801
1525
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1802
1526
|
"blockHash": null,
|
1803
1527
|
"blockHeight": 5700885,
|
1804
|
-
"contract": undefined,
|
1805
1528
|
"extra": {
|
1806
1529
|
"palletMethod": "staking.Reward",
|
1807
1530
|
"validatorStash": "",
|
@@ -1810,13 +1533,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1810
1533
|
"fee": "0",
|
1811
1534
|
"hash": "0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421",
|
1812
1535
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421+240-REWARD_PAYOUT",
|
1813
|
-
"operator": undefined,
|
1814
1536
|
"recipients": [
|
1815
1537
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1816
1538
|
],
|
1817
1539
|
"senders": [],
|
1818
|
-
"standard": undefined,
|
1819
|
-
"tokenId": undefined,
|
1820
1540
|
"type": "REWARD_PAYOUT",
|
1821
1541
|
"value": "0",
|
1822
1542
|
},
|
@@ -1824,7 +1544,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1824
1544
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1825
1545
|
"blockHash": null,
|
1826
1546
|
"blockHeight": 5604578,
|
1827
|
-
"contract": undefined,
|
1828
1547
|
"extra": {
|
1829
1548
|
"palletMethod": "staking.Reward",
|
1830
1549
|
"validatorStash": "",
|
@@ -1833,13 +1552,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1833
1552
|
"fee": "0",
|
1834
1553
|
"hash": "0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6",
|
1835
1554
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6+10-REWARD_PAYOUT",
|
1836
|
-
"operator": undefined,
|
1837
1555
|
"recipients": [
|
1838
1556
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1839
1557
|
],
|
1840
1558
|
"senders": [],
|
1841
|
-
"standard": undefined,
|
1842
|
-
"tokenId": undefined,
|
1843
1559
|
"type": "REWARD_PAYOUT",
|
1844
1560
|
"value": "0",
|
1845
1561
|
},
|
@@ -1847,7 +1563,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1847
1563
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1848
1564
|
"blockHash": null,
|
1849
1565
|
"blockHeight": 5514423,
|
1850
|
-
"contract": undefined,
|
1851
1566
|
"extra": {
|
1852
1567
|
"palletMethod": "staking.Reward",
|
1853
1568
|
"validatorStash": "",
|
@@ -1856,13 +1571,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1856
1571
|
"fee": "0",
|
1857
1572
|
"hash": "0xc430d733c2ee3a59d377bee9669a25545dceb5bb306fb285eaa2853f84459780",
|
1858
1573
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc430d733c2ee3a59d377bee9669a25545dceb5bb306fb285eaa2853f84459780+139-REWARD_PAYOUT",
|
1859
|
-
"operator": undefined,
|
1860
1574
|
"recipients": [
|
1861
1575
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1862
1576
|
],
|
1863
1577
|
"senders": [],
|
1864
|
-
"standard": undefined,
|
1865
|
-
"tokenId": undefined,
|
1866
1578
|
"type": "REWARD_PAYOUT",
|
1867
1579
|
"value": "0",
|
1868
1580
|
},
|
@@ -1870,7 +1582,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1870
1582
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1871
1583
|
"blockHash": null,
|
1872
1584
|
"blockHeight": 5113322,
|
1873
|
-
"contract": undefined,
|
1874
1585
|
"extra": {
|
1875
1586
|
"palletMethod": "staking.Reward",
|
1876
1587
|
"validatorStash": "",
|
@@ -1879,13 +1590,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1879
1590
|
"fee": "0",
|
1880
1591
|
"hash": "0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab",
|
1881
1592
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab+238-REWARD_PAYOUT",
|
1882
|
-
"operator": undefined,
|
1883
1593
|
"recipients": [
|
1884
1594
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1885
1595
|
],
|
1886
1596
|
"senders": [],
|
1887
|
-
"standard": undefined,
|
1888
|
-
"tokenId": undefined,
|
1889
1597
|
"type": "REWARD_PAYOUT",
|
1890
1598
|
"value": "0",
|
1891
1599
|
},
|
@@ -1893,7 +1601,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1893
1601
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1894
1602
|
"blockHash": null,
|
1895
1603
|
"blockHeight": 5514443,
|
1896
|
-
"contract": undefined,
|
1897
1604
|
"extra": {
|
1898
1605
|
"palletMethod": "staking.Reward",
|
1899
1606
|
"validatorStash": "",
|
@@ -1902,13 +1609,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1902
1609
|
"fee": "0",
|
1903
1610
|
"hash": "0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35",
|
1904
1611
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35+99-REWARD_PAYOUT",
|
1905
|
-
"operator": undefined,
|
1906
1612
|
"recipients": [
|
1907
1613
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1908
1614
|
],
|
1909
1615
|
"senders": [],
|
1910
|
-
"standard": undefined,
|
1911
|
-
"tokenId": undefined,
|
1912
1616
|
"type": "REWARD_PAYOUT",
|
1913
1617
|
"value": "0",
|
1914
1618
|
},
|
@@ -1916,7 +1620,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1916
1620
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1917
1621
|
"blockHash": null,
|
1918
1622
|
"blockHeight": 4961378,
|
1919
|
-
"contract": undefined,
|
1920
1623
|
"extra": {
|
1921
1624
|
"palletMethod": "staking.Reward",
|
1922
1625
|
"validatorStash": "14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
@@ -1925,15 +1628,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1925
1628
|
"fee": "0",
|
1926
1629
|
"hash": "0xc7e96febe3eb9bf9a298a6389d9b78ae47a42c573638151eb37cbe76b552f32f",
|
1927
1630
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc7e96febe3eb9bf9a298a6389d9b78ae47a42c573638151eb37cbe76b552f32f+41-REWARD_PAYOUT",
|
1928
|
-
"operator": undefined,
|
1929
1631
|
"recipients": [
|
1930
1632
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1931
1633
|
],
|
1932
1634
|
"senders": [
|
1933
1635
|
"14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
1934
1636
|
],
|
1935
|
-
"standard": undefined,
|
1936
|
-
"tokenId": undefined,
|
1937
1637
|
"type": "REWARD_PAYOUT",
|
1938
1638
|
"value": "4037391",
|
1939
1639
|
},
|
@@ -1941,7 +1641,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1941
1641
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1942
1642
|
"blockHash": null,
|
1943
1643
|
"blockHeight": 5417333,
|
1944
|
-
"contract": undefined,
|
1945
1644
|
"extra": {
|
1946
1645
|
"palletMethod": "staking.Reward",
|
1947
1646
|
"validatorStash": "",
|
@@ -1950,13 +1649,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1950
1649
|
"fee": "0",
|
1951
1650
|
"hash": "0xd033d48f7253df2185f9d693e01524a11420fc01eae6f1aca6adc371e6c8dbba",
|
1952
1651
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd033d48f7253df2185f9d693e01524a11420fc01eae6f1aca6adc371e6c8dbba+153-REWARD_PAYOUT",
|
1953
|
-
"operator": undefined,
|
1954
1652
|
"recipients": [
|
1955
1653
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1956
1654
|
],
|
1957
1655
|
"senders": [],
|
1958
|
-
"standard": undefined,
|
1959
|
-
"tokenId": undefined,
|
1960
1656
|
"type": "REWARD_PAYOUT",
|
1961
1657
|
"value": "0",
|
1962
1658
|
},
|
@@ -1964,7 +1660,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1964
1660
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1965
1661
|
"blockHash": null,
|
1966
1662
|
"blockHeight": 1418789,
|
1967
|
-
"contract": undefined,
|
1968
1663
|
"extra": {
|
1969
1664
|
"palletMethod": "balances.transferKeepAlive",
|
1970
1665
|
"transferAmount": "11234560000",
|
@@ -1975,15 +1670,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1975
1670
|
"hasFailed": true,
|
1976
1671
|
"hash": "0xd22487b6013e9b66044d94f43bf3a5e9cb3f825c32d6f29c90a207759e2b9226",
|
1977
1672
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd22487b6013e9b66044d94f43bf3a5e9cb3f825c32d6f29c90a207759e2b9226-OUT",
|
1978
|
-
"operator": undefined,
|
1979
1673
|
"recipients": [
|
1980
1674
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
1981
1675
|
],
|
1982
1676
|
"senders": [
|
1983
1677
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
1984
1678
|
],
|
1985
|
-
"standard": undefined,
|
1986
|
-
"tokenId": undefined,
|
1987
1679
|
"transactionSequenceNumber": 1,
|
1988
1680
|
"type": "OUT",
|
1989
1681
|
"value": "154000000",
|
@@ -1992,7 +1684,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
1992
1684
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
1993
1685
|
"blockHash": null,
|
1994
1686
|
"blockHeight": 13036950,
|
1995
|
-
"contract": undefined,
|
1996
1687
|
"extra": {
|
1997
1688
|
"palletMethod": "balances.transferKeepAlive",
|
1998
1689
|
"transferAmount": "1200000",
|
@@ -2003,15 +1694,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2003
1694
|
"hasFailed": false,
|
2004
1695
|
"hash": "0xd315794212394eeff8aa555bff6f747d68d5206cd49f5d0fb5a04864bdcb42e5",
|
2005
1696
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd315794212394eeff8aa555bff6f747d68d5206cd49f5d0fb5a04864bdcb42e5-IN",
|
2006
|
-
"operator": undefined,
|
2007
1697
|
"recipients": [
|
2008
1698
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2009
1699
|
],
|
2010
1700
|
"senders": [
|
2011
1701
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2012
1702
|
],
|
2013
|
-
"standard": undefined,
|
2014
|
-
"tokenId": undefined,
|
2015
1703
|
"type": "IN",
|
2016
1704
|
"value": "1200000",
|
2017
1705
|
},
|
@@ -2019,7 +1707,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2019
1707
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2020
1708
|
"blockHash": null,
|
2021
1709
|
"blockHeight": 5213868,
|
2022
|
-
"contract": undefined,
|
2023
1710
|
"extra": {
|
2024
1711
|
"palletMethod": "staking.Reward",
|
2025
1712
|
"validatorStash": "",
|
@@ -2028,13 +1715,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2028
1715
|
"fee": "0",
|
2029
1716
|
"hash": "0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652",
|
2030
1717
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652+358-REWARD_PAYOUT",
|
2031
|
-
"operator": undefined,
|
2032
1718
|
"recipients": [
|
2033
1719
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2034
1720
|
],
|
2035
1721
|
"senders": [],
|
2036
|
-
"standard": undefined,
|
2037
|
-
"tokenId": undefined,
|
2038
1722
|
"type": "REWARD_PAYOUT",
|
2039
1723
|
"value": "0",
|
2040
1724
|
},
|
@@ -2042,7 +1726,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2042
1726
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2043
1727
|
"blockHash": null,
|
2044
1728
|
"blockHeight": 5604580,
|
2045
|
-
"contract": undefined,
|
2046
1729
|
"extra": {
|
2047
1730
|
"palletMethod": "staking.Reward",
|
2048
1731
|
"validatorStash": "",
|
@@ -2051,13 +1734,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2051
1734
|
"fee": "0",
|
2052
1735
|
"hash": "0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781",
|
2053
1736
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781+36-REWARD_PAYOUT",
|
2054
|
-
"operator": undefined,
|
2055
1737
|
"recipients": [
|
2056
1738
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2057
1739
|
],
|
2058
1740
|
"senders": [],
|
2059
|
-
"standard": undefined,
|
2060
|
-
"tokenId": undefined,
|
2061
1741
|
"type": "REWARD_PAYOUT",
|
2062
1742
|
"value": "0",
|
2063
1743
|
},
|
@@ -2065,7 +1745,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2065
1745
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2066
1746
|
"blockHash": null,
|
2067
1747
|
"blockHeight": 13125092,
|
2068
|
-
"contract": undefined,
|
2069
1748
|
"extra": {
|
2070
1749
|
"palletMethod": "staking.withdrawUnbonded",
|
2071
1750
|
"validatorStash": undefined,
|
@@ -2076,13 +1755,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2076
1755
|
"hasFailed": false,
|
2077
1756
|
"hash": "0xdcdcb70f460a1409769032f29f5778e893244f83ed0f68b7d73f235e60cc9d9f",
|
2078
1757
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xdcdcb70f460a1409769032f29f5778e893244f83ed0f68b7d73f235e60cc9d9f-WITHDRAW_UNBONDED",
|
2079
|
-
"operator": undefined,
|
2080
1758
|
"recipients": [],
|
2081
1759
|
"senders": [
|
2082
1760
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2083
1761
|
],
|
2084
|
-
"standard": undefined,
|
2085
|
-
"tokenId": undefined,
|
2086
1762
|
"transactionSequenceNumber": 23,
|
2087
1763
|
"type": "WITHDRAW_UNBONDED",
|
2088
1764
|
"value": "135782765",
|
@@ -2091,7 +1767,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2091
1767
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2092
1768
|
"blockHash": null,
|
2093
1769
|
"blockHeight": 2692940,
|
2094
|
-
"contract": undefined,
|
2095
1770
|
"extra": {
|
2096
1771
|
"palletMethod": "staking.unbond",
|
2097
1772
|
"unbondedAmount": "2000000000",
|
@@ -2102,13 +1777,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2102
1777
|
"hasFailed": false,
|
2103
1778
|
"hash": "0xe09f0801883cce53747e9c63434f6a073c0607f82a141b6b519978b93795bdb7",
|
2104
1779
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xe09f0801883cce53747e9c63434f6a073c0607f82a141b6b519978b93795bdb7-UNBOND",
|
2105
|
-
"operator": undefined,
|
2106
1780
|
"recipients": [],
|
2107
1781
|
"senders": [
|
2108
1782
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2109
1783
|
],
|
2110
|
-
"standard": undefined,
|
2111
|
-
"tokenId": undefined,
|
2112
1784
|
"transactionSequenceNumber": 5,
|
2113
1785
|
"type": "UNBOND",
|
2114
1786
|
"value": "121000000",
|
@@ -2117,7 +1789,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2117
1789
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2118
1790
|
"blockHash": null,
|
2119
1791
|
"blockHeight": 1418751,
|
2120
|
-
"contract": undefined,
|
2121
1792
|
"extra": {
|
2122
1793
|
"palletMethod": "balances.transferKeepAlive",
|
2123
1794
|
"transferAmount": "1234560000",
|
@@ -2128,15 +1799,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2128
1799
|
"hasFailed": true,
|
2129
1800
|
"hash": "0xec03d6ace0366ca3b8becc3f5a332c40cbb6fb1c3f8328d7f44e638ad43aeee4",
|
2130
1801
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xec03d6ace0366ca3b8becc3f5a332c40cbb6fb1c3f8328d7f44e638ad43aeee4-OUT",
|
2131
|
-
"operator": undefined,
|
2132
1802
|
"recipients": [
|
2133
1803
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
2134
1804
|
],
|
2135
1805
|
"senders": [
|
2136
1806
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2137
1807
|
],
|
2138
|
-
"standard": undefined,
|
2139
|
-
"tokenId": undefined,
|
2140
1808
|
"transactionSequenceNumber": 0,
|
2141
1809
|
"type": "OUT",
|
2142
1810
|
"value": "153000000",
|
@@ -2145,7 +1813,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2145
1813
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2146
1814
|
"blockHash": null,
|
2147
1815
|
"blockHeight": 11261418,
|
2148
|
-
"contract": undefined,
|
2149
1816
|
"extra": {
|
2150
1817
|
"bondedAmount": "11000000000",
|
2151
1818
|
"palletMethod": "staking.rebond",
|
@@ -2156,13 +1823,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2156
1823
|
"hasFailed": false,
|
2157
1824
|
"hash": "0xf016458fbb23be832f459c7fe7aca58e5b899e79723c62b51b84d4d369bc1b75",
|
2158
1825
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf016458fbb23be832f459c7fe7aca58e5b899e79723c62b51b84d4d369bc1b75-BOND",
|
2159
|
-
"operator": undefined,
|
2160
1826
|
"recipients": [],
|
2161
1827
|
"senders": [
|
2162
1828
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2163
1829
|
],
|
2164
|
-
"standard": undefined,
|
2165
|
-
"tokenId": undefined,
|
2166
1830
|
"transactionSequenceNumber": 18,
|
2167
1831
|
"type": "BOND",
|
2168
1832
|
"value": "123000107",
|
@@ -2171,7 +1835,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2171
1835
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2172
1836
|
"blockHash": null,
|
2173
1837
|
"blockHeight": 4802733,
|
2174
|
-
"contract": undefined,
|
2175
1838
|
"extra": {
|
2176
1839
|
"palletMethod": "balances.transferKeepAlive",
|
2177
1840
|
"transferAmount": "10000000000",
|
@@ -2182,15 +1845,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2182
1845
|
"hasFailed": false,
|
2183
1846
|
"hash": "0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc",
|
2184
1847
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc-OUT",
|
2185
|
-
"operator": undefined,
|
2186
1848
|
"recipients": [
|
2187
1849
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2188
1850
|
],
|
2189
1851
|
"senders": [
|
2190
1852
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2191
1853
|
],
|
2192
|
-
"standard": undefined,
|
2193
|
-
"tokenId": undefined,
|
2194
1854
|
"transactionSequenceNumber": 9,
|
2195
1855
|
"type": "OUT",
|
2196
1856
|
"value": "10156000014",
|
@@ -2199,7 +1859,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2199
1859
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2200
1860
|
"blockHash": null,
|
2201
1861
|
"blockHeight": 11271647,
|
2202
|
-
"contract": undefined,
|
2203
1862
|
"extra": {
|
2204
1863
|
"palletMethod": "balances.transferKeepAlive",
|
2205
1864
|
"transferAmount": "100000000",
|
@@ -2210,15 +1869,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2210
1869
|
"hasFailed": false,
|
2211
1870
|
"hash": "0xf1dcd284d5f832bb228b6ee01f1a7b8281c74e240c8c5082a1fd031eb24c3b2a",
|
2212
1871
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf1dcd284d5f832bb228b6ee01f1a7b8281c74e240c8c5082a1fd031eb24c3b2a-IN",
|
2213
|
-
"operator": undefined,
|
2214
1872
|
"recipients": [
|
2215
1873
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2216
1874
|
],
|
2217
1875
|
"senders": [
|
2218
1876
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2219
1877
|
],
|
2220
|
-
"standard": undefined,
|
2221
|
-
"tokenId": undefined,
|
2222
1878
|
"type": "IN",
|
2223
1879
|
"value": "100000000",
|
2224
1880
|
},
|
@@ -2226,7 +1882,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2226
1882
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2227
1883
|
"blockHash": null,
|
2228
1884
|
"blockHeight": 2692706,
|
2229
|
-
"contract": undefined,
|
2230
1885
|
"extra": {
|
2231
1886
|
"palletMethod": "staking.nominate",
|
2232
1887
|
"validatorStash": undefined,
|
@@ -2253,13 +1908,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2253
1908
|
"hasFailed": false,
|
2254
1909
|
"hash": "0xf1f182974c9c147e0bab4ad6f62bcf830277a891d92765df5517949d96eb085a",
|
2255
1910
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf1f182974c9c147e0bab4ad6f62bcf830277a891d92765df5517949d96eb085a-NOMINATE",
|
2256
|
-
"operator": undefined,
|
2257
1911
|
"recipients": [],
|
2258
1912
|
"senders": [
|
2259
1913
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2260
1914
|
],
|
2261
|
-
"standard": undefined,
|
2262
|
-
"tokenId": undefined,
|
2263
1915
|
"transactionSequenceNumber": 4,
|
2264
1916
|
"type": "NOMINATE",
|
2265
1917
|
"value": "629000000",
|
@@ -2268,7 +1920,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2268
1920
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2269
1921
|
"blockHash": null,
|
2270
1922
|
"blockHeight": 6320100,
|
2271
|
-
"contract": undefined,
|
2272
1923
|
"extra": {
|
2273
1924
|
"palletMethod": "balances.transferKeepAlive",
|
2274
1925
|
"transferAmount": "1000000000",
|
@@ -2279,15 +1930,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2279
1930
|
"hasFailed": true,
|
2280
1931
|
"hash": "0xf2bad75541a0ac06dbc7f0c0093b51e180a88a0e0e9f642b356540f26f89ebdc",
|
2281
1932
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf2bad75541a0ac06dbc7f0c0093b51e180a88a0e0e9f642b356540f26f89ebdc-OUT",
|
2282
|
-
"operator": undefined,
|
2283
1933
|
"recipients": [
|
2284
1934
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2285
1935
|
],
|
2286
1936
|
"senders": [
|
2287
1937
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2288
1938
|
],
|
2289
|
-
"standard": undefined,
|
2290
|
-
"tokenId": undefined,
|
2291
1939
|
"transactionSequenceNumber": 12,
|
2292
1940
|
"type": "OUT",
|
2293
1941
|
"value": "154000014",
|
@@ -2296,7 +1944,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2296
1944
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2297
1945
|
"blockHash": null,
|
2298
1946
|
"blockHeight": 5417328,
|
2299
|
-
"contract": undefined,
|
2300
1947
|
"extra": {
|
2301
1948
|
"palletMethod": "staking.Reward",
|
2302
1949
|
"validatorStash": "",
|
@@ -2305,13 +1952,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2305
1952
|
"fee": "0",
|
2306
1953
|
"hash": "0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00",
|
2307
1954
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00+12-REWARD_PAYOUT",
|
2308
|
-
"operator": undefined,
|
2309
1955
|
"recipients": [
|
2310
1956
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2311
1957
|
],
|
2312
1958
|
"senders": [],
|
2313
|
-
"standard": undefined,
|
2314
|
-
"tokenId": undefined,
|
2315
1959
|
"type": "REWARD_PAYOUT",
|
2316
1960
|
"value": "0",
|
2317
1961
|
},
|
@@ -2319,7 +1963,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2319
1963
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2320
1964
|
"blockHash": null,
|
2321
1965
|
"blockHeight": 11261424,
|
2322
|
-
"contract": undefined,
|
2323
1966
|
"extra": {
|
2324
1967
|
"palletMethod": "staking.unbond",
|
2325
1968
|
"unbondedAmount": "11000000000",
|
@@ -2330,13 +1973,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2330
1973
|
"hasFailed": false,
|
2331
1974
|
"hash": "0xf936b47b1d7d3cf59eed628de64192610a5d2908ace241bbe375120125d38d58",
|
2332
1975
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf936b47b1d7d3cf59eed628de64192610a5d2908ace241bbe375120125d38d58-UNBOND",
|
2333
|
-
"operator": undefined,
|
2334
1976
|
"recipients": [],
|
2335
1977
|
"senders": [
|
2336
1978
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2337
1979
|
],
|
2338
|
-
"standard": undefined,
|
2339
|
-
"tokenId": undefined,
|
2340
1980
|
"transactionSequenceNumber": 20,
|
2341
1981
|
"type": "UNBOND",
|
2342
1982
|
"value": "123000115",
|
@@ -2345,7 +1985,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2345
1985
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2346
1986
|
"blockHash": null,
|
2347
1987
|
"blockHeight": 13121401,
|
2348
|
-
"contract": undefined,
|
2349
1988
|
"extra": {
|
2350
1989
|
"palletMethod": "balances.transferKeepAlive",
|
2351
1990
|
"transferAmount": "1500000000",
|
@@ -2356,15 +1995,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2356
1995
|
"hasFailed": true,
|
2357
1996
|
"hash": "0xf943865c899e36de313f55903d1b65f2a41e6d837675e093568f6d4f609b2993",
|
2358
1997
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf943865c899e36de313f55903d1b65f2a41e6d837675e093568f6d4f609b2993-OUT",
|
2359
|
-
"operator": undefined,
|
2360
1998
|
"recipients": [
|
2361
1999
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
2362
2000
|
],
|
2363
2001
|
"senders": [
|
2364
2002
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2365
2003
|
],
|
2366
|
-
"standard": undefined,
|
2367
|
-
"tokenId": undefined,
|
2368
2004
|
"transactionSequenceNumber": 21,
|
2369
2005
|
"type": "OUT",
|
2370
2006
|
"value": "156562913",
|
@@ -2373,7 +2009,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2373
2009
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2374
2010
|
"blockHash": null,
|
2375
2011
|
"blockHeight": 13035760,
|
2376
|
-
"contract": undefined,
|
2377
2012
|
"extra": {
|
2378
2013
|
"palletMethod": "balances.transferKeepAlive",
|
2379
2014
|
"transferAmount": "1200000",
|
@@ -2384,15 +2019,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2384
2019
|
"hasFailed": false,
|
2385
2020
|
"hash": "0xfd675b33a15a94b82b8314bcd056cc4c5c57af0561be6e57b92e076ae64bbb39",
|
2386
2021
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfd675b33a15a94b82b8314bcd056cc4c5c57af0561be6e57b92e076ae64bbb39-IN",
|
2387
|
-
"operator": undefined,
|
2388
2022
|
"recipients": [
|
2389
2023
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2390
2024
|
],
|
2391
2025
|
"senders": [
|
2392
2026
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2393
2027
|
],
|
2394
|
-
"standard": undefined,
|
2395
|
-
"tokenId": undefined,
|
2396
2028
|
"type": "IN",
|
2397
2029
|
"value": "1200000",
|
2398
2030
|
},
|
@@ -2400,7 +2032,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2400
2032
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2401
2033
|
"blockHash": null,
|
2402
2034
|
"blockHeight": 5303914,
|
2403
|
-
"contract": undefined,
|
2404
2035
|
"extra": {
|
2405
2036
|
"palletMethod": "staking.Reward",
|
2406
2037
|
"validatorStash": "",
|
@@ -2409,13 +2040,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2409
2040
|
"fee": "0",
|
2410
2041
|
"hash": "0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e",
|
2411
2042
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e+262-REWARD_PAYOUT",
|
2412
|
-
"operator": undefined,
|
2413
2043
|
"recipients": [
|
2414
2044
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2415
2045
|
],
|
2416
2046
|
"senders": [],
|
2417
|
-
"standard": undefined,
|
2418
|
-
"tokenId": undefined,
|
2419
2047
|
"type": "REWARD_PAYOUT",
|
2420
2048
|
"value": "0",
|
2421
2049
|
},
|
@@ -2423,7 +2051,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2423
2051
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
2424
2052
|
"blockHash": null,
|
2425
2053
|
"blockHeight": 5113340,
|
2426
|
-
"contract": undefined,
|
2427
2054
|
"extra": {
|
2428
2055
|
"palletMethod": "staking.Reward",
|
2429
2056
|
"validatorStash": "",
|
@@ -2432,13 +2059,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2432
2059
|
"fee": "0",
|
2433
2060
|
"hash": "0xfeccf67ec4d4622153ea20b58f682a496923daeedd0db9be679115b2da403b40",
|
2434
2061
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfeccf67ec4d4622153ea20b58f682a496923daeedd0db9be679115b2da403b40+181-REWARD_PAYOUT",
|
2435
|
-
"operator": undefined,
|
2436
2062
|
"recipients": [
|
2437
2063
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2438
2064
|
],
|
2439
2065
|
"senders": [],
|
2440
|
-
"standard": undefined,
|
2441
|
-
"tokenId": undefined,
|
2442
2066
|
"type": "REWARD_PAYOUT",
|
2443
2067
|
"value": "0",
|
2444
2068
|
},
|
@@ -2448,7 +2072,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2448
2072
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2449
2073
|
"blockHash": null,
|
2450
2074
|
"blockHeight": 5514480,
|
2451
|
-
"contract": undefined,
|
2452
2075
|
"extra": {
|
2453
2076
|
"palletMethod": "staking.Reward",
|
2454
2077
|
"validatorStash": "",
|
@@ -2457,13 +2080,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2457
2080
|
"fee": "0",
|
2458
2081
|
"hash": "0x016537ed68d81f62ce5c9bf14548eb42a2489ac9dd2369aea9129376b46348a7",
|
2459
2082
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x016537ed68d81f62ce5c9bf14548eb42a2489ac9dd2369aea9129376b46348a7+122-REWARD_PAYOUT",
|
2460
|
-
"operator": undefined,
|
2461
2083
|
"recipients": [
|
2462
2084
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2463
2085
|
],
|
2464
2086
|
"senders": [],
|
2465
|
-
"standard": undefined,
|
2466
|
-
"tokenId": undefined,
|
2467
2087
|
"type": "REWARD_PAYOUT",
|
2468
2088
|
"value": "0",
|
2469
2089
|
},
|
@@ -2471,7 +2091,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2471
2091
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2472
2092
|
"blockHash": null,
|
2473
2093
|
"blockHeight": 5417379,
|
2474
|
-
"contract": undefined,
|
2475
2094
|
"extra": {
|
2476
2095
|
"palletMethod": "staking.Reward",
|
2477
2096
|
"validatorStash": "",
|
@@ -2480,13 +2099,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2480
2099
|
"fee": "0",
|
2481
2100
|
"hash": "0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2",
|
2482
2101
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2+83-REWARD_PAYOUT",
|
2483
|
-
"operator": undefined,
|
2484
2102
|
"recipients": [
|
2485
2103
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2486
2104
|
],
|
2487
2105
|
"senders": [],
|
2488
|
-
"standard": undefined,
|
2489
|
-
"tokenId": undefined,
|
2490
2106
|
"type": "REWARD_PAYOUT",
|
2491
2107
|
"value": "0",
|
2492
2108
|
},
|
@@ -2494,7 +2110,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2494
2110
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2495
2111
|
"blockHash": null,
|
2496
2112
|
"blockHeight": 2521516,
|
2497
|
-
"contract": undefined,
|
2498
2113
|
"extra": {
|
2499
2114
|
"palletMethod": "balances.transferKeepAlive",
|
2500
2115
|
"transferAmount": "30000000000",
|
@@ -2505,15 +2120,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2505
2120
|
"hasFailed": false,
|
2506
2121
|
"hash": "0x054e74612a0f65a2c0359ad343b9606ce6d0abc8e906c2abcd174e8111091caa",
|
2507
2122
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x054e74612a0f65a2c0359ad343b9606ce6d0abc8e906c2abcd174e8111091caa-IN",
|
2508
|
-
"operator": undefined,
|
2509
2123
|
"recipients": [
|
2510
2124
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2511
2125
|
],
|
2512
2126
|
"senders": [
|
2513
2127
|
"141tEvrKxtJhoAi3BjEL6HoHWLbTJZer49WrEy8hBxx58CfU",
|
2514
2128
|
],
|
2515
|
-
"standard": undefined,
|
2516
|
-
"tokenId": undefined,
|
2517
2129
|
"type": "IN",
|
2518
2130
|
"value": "30000000000",
|
2519
2131
|
},
|
@@ -2521,7 +2133,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2521
2133
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2522
2134
|
"blockHash": null,
|
2523
2135
|
"blockHeight": 2522229,
|
2524
|
-
"contract": undefined,
|
2525
2136
|
"extra": {
|
2526
2137
|
"palletMethod": "staking.nominate",
|
2527
2138
|
"validatorStash": undefined,
|
@@ -2548,13 +2159,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2548
2159
|
"hasFailed": false,
|
2549
2160
|
"hash": "0x0830e9a8e14b96a2f9c54be732797f8efe8fb275d0d97c45f6c760473042ceca",
|
2550
2161
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0830e9a8e14b96a2f9c54be732797f8efe8fb275d0d97c45f6c760473042ceca-NOMINATE",
|
2551
|
-
"operator": undefined,
|
2552
2162
|
"recipients": [],
|
2553
2163
|
"senders": [
|
2554
2164
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2555
2165
|
],
|
2556
|
-
"standard": undefined,
|
2557
|
-
"tokenId": undefined,
|
2558
2166
|
"transactionSequenceNumber": 1,
|
2559
2167
|
"type": "NOMINATE",
|
2560
2168
|
"value": "629000000",
|
@@ -2563,7 +2171,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2563
2171
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2564
2172
|
"blockHash": null,
|
2565
2173
|
"blockHeight": 5203461,
|
2566
|
-
"contract": undefined,
|
2567
2174
|
"extra": {
|
2568
2175
|
"palletMethod": "staking.Reward",
|
2569
2176
|
"validatorStash": "",
|
@@ -2572,13 +2179,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2572
2179
|
"fee": "0",
|
2573
2180
|
"hash": "0x0bcd9a8e7705a0e295376f1fe7f14a4fb096d3d0aa09ba695693923f3ef45175",
|
2574
2181
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0bcd9a8e7705a0e295376f1fe7f14a4fb096d3d0aa09ba695693923f3ef45175+287-REWARD_PAYOUT",
|
2575
|
-
"operator": undefined,
|
2576
2182
|
"recipients": [
|
2577
2183
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2578
2184
|
],
|
2579
2185
|
"senders": [],
|
2580
|
-
"standard": undefined,
|
2581
|
-
"tokenId": undefined,
|
2582
2186
|
"type": "REWARD_PAYOUT",
|
2583
2187
|
"value": "370819",
|
2584
2188
|
},
|
@@ -2586,7 +2190,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2586
2190
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2587
2191
|
"blockHash": null,
|
2588
2192
|
"blockHeight": 5417388,
|
2589
|
-
"contract": undefined,
|
2590
2193
|
"extra": {
|
2591
2194
|
"palletMethod": "staking.Reward",
|
2592
2195
|
"validatorStash": "",
|
@@ -2595,13 +2198,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2595
2198
|
"fee": "0",
|
2596
2199
|
"hash": "0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05",
|
2597
2200
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05+324-REWARD_PAYOUT",
|
2598
|
-
"operator": undefined,
|
2599
2201
|
"recipients": [
|
2600
2202
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2601
2203
|
],
|
2602
2204
|
"senders": [],
|
2603
|
-
"standard": undefined,
|
2604
|
-
"tokenId": undefined,
|
2605
2205
|
"type": "REWARD_PAYOUT",
|
2606
2206
|
"value": "0",
|
2607
2207
|
},
|
@@ -2609,7 +2209,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2609
2209
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2610
2210
|
"blockHash": null,
|
2611
2211
|
"blockHeight": 5700889,
|
2612
|
-
"contract": undefined,
|
2613
2212
|
"extra": {
|
2614
2213
|
"palletMethod": "staking.Reward",
|
2615
2214
|
"validatorStash": "",
|
@@ -2618,13 +2217,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2618
2217
|
"fee": "0",
|
2619
2218
|
"hash": "0x0ed247e83f2976943435dceffc387fa9e3c5008d9331390388d9facc1395f140",
|
2620
2219
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0ed247e83f2976943435dceffc387fa9e3c5008d9331390388d9facc1395f140+150-REWARD_PAYOUT",
|
2621
|
-
"operator": undefined,
|
2622
2220
|
"recipients": [
|
2623
2221
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2624
2222
|
],
|
2625
2223
|
"senders": [],
|
2626
|
-
"standard": undefined,
|
2627
|
-
"tokenId": undefined,
|
2628
2224
|
"type": "REWARD_PAYOUT",
|
2629
2225
|
"value": "0",
|
2630
2226
|
},
|
@@ -2632,7 +2228,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2632
2228
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2633
2229
|
"blockHash": null,
|
2634
2230
|
"blockHeight": 5303933,
|
2635
|
-
"contract": undefined,
|
2636
2231
|
"extra": {
|
2637
2232
|
"palletMethod": "staking.Reward",
|
2638
2233
|
"validatorStash": "",
|
@@ -2641,13 +2236,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2641
2236
|
"fee": "0",
|
2642
2237
|
"hash": "0x12cf979d021c333986306fc2bdca2adc0d634c9d21051f0973a5f8aa102278fd",
|
2643
2238
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x12cf979d021c333986306fc2bdca2adc0d634c9d21051f0973a5f8aa102278fd+318-REWARD_PAYOUT",
|
2644
|
-
"operator": undefined,
|
2645
2239
|
"recipients": [
|
2646
2240
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2647
2241
|
],
|
2648
2242
|
"senders": [],
|
2649
|
-
"standard": undefined,
|
2650
|
-
"tokenId": undefined,
|
2651
2243
|
"type": "REWARD_PAYOUT",
|
2652
2244
|
"value": "0",
|
2653
2245
|
},
|
@@ -2655,7 +2247,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2655
2247
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2656
2248
|
"blockHash": null,
|
2657
2249
|
"blockHeight": 5514400,
|
2658
|
-
"contract": undefined,
|
2659
2250
|
"extra": {
|
2660
2251
|
"palletMethod": "staking.Reward",
|
2661
2252
|
"validatorStash": "",
|
@@ -2664,13 +2255,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2664
2255
|
"fee": "0",
|
2665
2256
|
"hash": "0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5",
|
2666
2257
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5+121-REWARD_PAYOUT",
|
2667
|
-
"operator": undefined,
|
2668
2258
|
"recipients": [
|
2669
2259
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2670
2260
|
],
|
2671
2261
|
"senders": [],
|
2672
|
-
"standard": undefined,
|
2673
|
-
"tokenId": undefined,
|
2674
2262
|
"type": "REWARD_PAYOUT",
|
2675
2263
|
"value": "0",
|
2676
2264
|
},
|
@@ -2678,7 +2266,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2678
2266
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2679
2267
|
"blockHash": null,
|
2680
2268
|
"blockHeight": 5213926,
|
2681
|
-
"contract": undefined,
|
2682
2269
|
"extra": {
|
2683
2270
|
"palletMethod": "staking.Reward",
|
2684
2271
|
"validatorStash": "",
|
@@ -2687,13 +2274,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2687
2274
|
"fee": "0",
|
2688
2275
|
"hash": "0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c",
|
2689
2276
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c+185-REWARD_PAYOUT",
|
2690
|
-
"operator": undefined,
|
2691
2277
|
"recipients": [
|
2692
2278
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2693
2279
|
],
|
2694
2280
|
"senders": [],
|
2695
|
-
"standard": undefined,
|
2696
|
-
"tokenId": undefined,
|
2697
2281
|
"type": "REWARD_PAYOUT",
|
2698
2282
|
"value": "0",
|
2699
2283
|
},
|
@@ -2701,7 +2285,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2701
2285
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2702
2286
|
"blockHash": null,
|
2703
2287
|
"blockHeight": 2521381,
|
2704
|
-
"contract": undefined,
|
2705
2288
|
"extra": {
|
2706
2289
|
"palletMethod": "balances.transferKeepAlive",
|
2707
2290
|
"transferAmount": "0",
|
@@ -2712,15 +2295,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2712
2295
|
"hasFailed": false,
|
2713
2296
|
"hash": "0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3",
|
2714
2297
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3-IN",
|
2715
|
-
"operator": undefined,
|
2716
2298
|
"recipients": [
|
2717
2299
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2718
2300
|
],
|
2719
2301
|
"senders": [
|
2720
2302
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
2721
2303
|
],
|
2722
|
-
"standard": undefined,
|
2723
|
-
"tokenId": undefined,
|
2724
2304
|
"type": "IN",
|
2725
2305
|
"value": "0",
|
2726
2306
|
},
|
@@ -2728,7 +2308,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2728
2308
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2729
2309
|
"blockHash": null,
|
2730
2310
|
"blockHeight": 5113345,
|
2731
|
-
"contract": undefined,
|
2732
2311
|
"extra": {
|
2733
2312
|
"palletMethod": "staking.Reward",
|
2734
2313
|
"validatorStash": "",
|
@@ -2737,21 +2316,40 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2737
2316
|
"fee": "0",
|
2738
2317
|
"hash": "0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536",
|
2739
2318
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536+28-REWARD_PAYOUT",
|
2740
|
-
"operator": undefined,
|
2741
2319
|
"recipients": [
|
2742
2320
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2743
2321
|
],
|
2744
2322
|
"senders": [],
|
2745
|
-
"standard": undefined,
|
2746
|
-
"tokenId": undefined,
|
2747
2323
|
"type": "REWARD_PAYOUT",
|
2748
2324
|
"value": "0",
|
2749
2325
|
},
|
2326
|
+
{
|
2327
|
+
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2328
|
+
"blockHash": null,
|
2329
|
+
"blockHeight": 20813150,
|
2330
|
+
"extra": {
|
2331
|
+
"palletMethod": "balances.transferKeepAlive",
|
2332
|
+
"transferAmount": "20000000",
|
2333
|
+
"validatorStash": undefined,
|
2334
|
+
"validators": undefined,
|
2335
|
+
},
|
2336
|
+
"fee": "156107779",
|
2337
|
+
"hasFailed": false,
|
2338
|
+
"hash": "0x214523dba9232ba6c42fb042dc0f9cece81e40d35df6be36798e1adc3305c4ce",
|
2339
|
+
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x214523dba9232ba6c42fb042dc0f9cece81e40d35df6be36798e1adc3305c4ce-IN",
|
2340
|
+
"recipients": [
|
2341
|
+
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2342
|
+
],
|
2343
|
+
"senders": [
|
2344
|
+
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2345
|
+
],
|
2346
|
+
"type": "IN",
|
2347
|
+
"value": "20000000",
|
2348
|
+
},
|
2750
2349
|
{
|
2751
2350
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2752
2351
|
"blockHash": null,
|
2753
2352
|
"blockHeight": 13800133,
|
2754
|
-
"contract": undefined,
|
2755
2353
|
"extra": {
|
2756
2354
|
"palletMethod": "balances.transferKeepAlive",
|
2757
2355
|
"transferAmount": "13000000",
|
@@ -2762,15 +2360,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2762
2360
|
"hasFailed": false,
|
2763
2361
|
"hash": "0x22e6e57c51a8d41d13b45417636da9904707061ea723b4882a2dec9ce175f957",
|
2764
2362
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x22e6e57c51a8d41d13b45417636da9904707061ea723b4882a2dec9ce175f957-IN",
|
2765
|
-
"operator": undefined,
|
2766
2363
|
"recipients": [
|
2767
2364
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2768
2365
|
],
|
2769
2366
|
"senders": [
|
2770
2367
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2771
2368
|
],
|
2772
|
-
"standard": undefined,
|
2773
|
-
"tokenId": undefined,
|
2774
2369
|
"type": "IN",
|
2775
2370
|
"value": "13000000",
|
2776
2371
|
},
|
@@ -2778,7 +2373,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2778
2373
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2779
2374
|
"blockHash": null,
|
2780
2375
|
"blockHeight": 5303904,
|
2781
|
-
"contract": undefined,
|
2782
2376
|
"extra": {
|
2783
2377
|
"palletMethod": "staking.Reward",
|
2784
2378
|
"validatorStash": "",
|
@@ -2787,13 +2381,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2787
2381
|
"fee": "0",
|
2788
2382
|
"hash": "0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d",
|
2789
2383
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d+74-REWARD_PAYOUT",
|
2790
|
-
"operator": undefined,
|
2791
2384
|
"recipients": [
|
2792
2385
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2793
2386
|
],
|
2794
2387
|
"senders": [],
|
2795
|
-
"standard": undefined,
|
2796
|
-
"tokenId": undefined,
|
2797
2388
|
"type": "REWARD_PAYOUT",
|
2798
2389
|
"value": "0",
|
2799
2390
|
},
|
@@ -2801,7 +2392,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2801
2392
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2802
2393
|
"blockHash": null,
|
2803
2394
|
"blockHeight": 5343450,
|
2804
|
-
"contract": undefined,
|
2805
2395
|
"extra": {
|
2806
2396
|
"palletMethod": "staking.Reward",
|
2807
2397
|
"validatorStash": "",
|
@@ -2810,13 +2400,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2810
2400
|
"fee": "0",
|
2811
2401
|
"hash": "0x25e5e9f9d309800793c1474709d01e3e41a6ccd81e83de77e4855d522b990d4b",
|
2812
2402
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x25e5e9f9d309800793c1474709d01e3e41a6ccd81e83de77e4855d522b990d4b+6-REWARD_PAYOUT",
|
2813
|
-
"operator": undefined,
|
2814
2403
|
"recipients": [
|
2815
2404
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2816
2405
|
],
|
2817
2406
|
"senders": [],
|
2818
|
-
"standard": undefined,
|
2819
|
-
"tokenId": undefined,
|
2820
2407
|
"type": "REWARD_PAYOUT",
|
2821
2408
|
"value": "0",
|
2822
2409
|
},
|
@@ -2824,7 +2411,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2824
2411
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2825
2412
|
"blockHash": null,
|
2826
2413
|
"blockHeight": 5514403,
|
2827
|
-
"contract": undefined,
|
2828
2414
|
"extra": {
|
2829
2415
|
"palletMethod": "staking.Reward",
|
2830
2416
|
"validatorStash": "",
|
@@ -2833,13 +2419,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2833
2419
|
"fee": "0",
|
2834
2420
|
"hash": "0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9",
|
2835
2421
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9+394-REWARD_PAYOUT",
|
2836
|
-
"operator": undefined,
|
2837
2422
|
"recipients": [
|
2838
2423
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2839
2424
|
],
|
2840
2425
|
"senders": [],
|
2841
|
-
"standard": undefined,
|
2842
|
-
"tokenId": undefined,
|
2843
2426
|
"type": "REWARD_PAYOUT",
|
2844
2427
|
"value": "0",
|
2845
2428
|
},
|
@@ -2847,7 +2430,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2847
2430
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2848
2431
|
"blockHash": null,
|
2849
2432
|
"blockHeight": 20656242,
|
2850
|
-
"contract": undefined,
|
2851
2433
|
"extra": {
|
2852
2434
|
"palletMethod": "balances.transferKeepAlive",
|
2853
2435
|
"transferAmount": "10000000",
|
@@ -2858,15 +2440,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2858
2440
|
"hasFailed": false,
|
2859
2441
|
"hash": "0x3290bcc0e9a9e44438d33ba59975cf8d15a564d2e76ef1c6f495908c153cd294",
|
2860
2442
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3290bcc0e9a9e44438d33ba59975cf8d15a564d2e76ef1c6f495908c153cd294-IN",
|
2861
|
-
"operator": undefined,
|
2862
2443
|
"recipients": [
|
2863
2444
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2864
2445
|
],
|
2865
2446
|
"senders": [
|
2866
2447
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
2867
2448
|
],
|
2868
|
-
"standard": undefined,
|
2869
|
-
"tokenId": undefined,
|
2870
2449
|
"type": "IN",
|
2871
2450
|
"value": "10000000",
|
2872
2451
|
},
|
@@ -2874,7 +2453,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2874
2453
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2875
2454
|
"blockHash": null,
|
2876
2455
|
"blockHeight": 5014361,
|
2877
|
-
"contract": undefined,
|
2878
2456
|
"extra": {
|
2879
2457
|
"palletMethod": "staking.Reward",
|
2880
2458
|
"validatorStash": "",
|
@@ -2883,13 +2461,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2883
2461
|
"fee": "0",
|
2884
2462
|
"hash": "0x36251abbc922302754901b2dc95fa066e45993172298f2ba55f2625f6c6c4d78",
|
2885
2463
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x36251abbc922302754901b2dc95fa066e45993172298f2ba55f2625f6c6c4d78+292-REWARD_PAYOUT",
|
2886
|
-
"operator": undefined,
|
2887
2464
|
"recipients": [
|
2888
2465
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2889
2466
|
],
|
2890
2467
|
"senders": [],
|
2891
|
-
"standard": undefined,
|
2892
|
-
"tokenId": undefined,
|
2893
2468
|
"type": "REWARD_PAYOUT",
|
2894
2469
|
"value": "0",
|
2895
2470
|
},
|
@@ -2897,7 +2472,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2897
2472
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2898
2473
|
"blockHash": null,
|
2899
2474
|
"blockHeight": 5700881,
|
2900
|
-
"contract": undefined,
|
2901
2475
|
"extra": {
|
2902
2476
|
"palletMethod": "staking.Reward",
|
2903
2477
|
"validatorStash": "",
|
@@ -2906,13 +2480,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2906
2480
|
"fee": "0",
|
2907
2481
|
"hash": "0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9",
|
2908
2482
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9+159-REWARD_PAYOUT",
|
2909
|
-
"operator": undefined,
|
2910
2483
|
"recipients": [
|
2911
2484
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2912
2485
|
],
|
2913
2486
|
"senders": [],
|
2914
|
-
"standard": undefined,
|
2915
|
-
"tokenId": undefined,
|
2916
2487
|
"type": "REWARD_PAYOUT",
|
2917
2488
|
"value": "0",
|
2918
2489
|
},
|
@@ -2920,7 +2491,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2920
2491
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2921
2492
|
"blockHash": null,
|
2922
2493
|
"blockHeight": 5014344,
|
2923
|
-
"contract": undefined,
|
2924
2494
|
"extra": {
|
2925
2495
|
"palletMethod": "staking.Reward",
|
2926
2496
|
"validatorStash": "",
|
@@ -2929,13 +2499,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2929
2499
|
"fee": "0",
|
2930
2500
|
"hash": "0x3a464ff125270e706707f5de921c20d29340f5508a1b57aac8735a9fa0f92fd0",
|
2931
2501
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3a464ff125270e706707f5de921c20d29340f5508a1b57aac8735a9fa0f92fd0+243-REWARD_PAYOUT",
|
2932
|
-
"operator": undefined,
|
2933
2502
|
"recipients": [
|
2934
2503
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2935
2504
|
],
|
2936
2505
|
"senders": [],
|
2937
|
-
"standard": undefined,
|
2938
|
-
"tokenId": undefined,
|
2939
2506
|
"type": "REWARD_PAYOUT",
|
2940
2507
|
"value": "0",
|
2941
2508
|
},
|
@@ -2943,7 +2510,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2943
2510
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2944
2511
|
"blockHash": null,
|
2945
2512
|
"blockHeight": 15079447,
|
2946
|
-
"contract": undefined,
|
2947
2513
|
"extra": {
|
2948
2514
|
"palletMethod": "balances.transfer",
|
2949
2515
|
"transferAmount": "9878084170",
|
@@ -2954,15 +2520,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2954
2520
|
"hasFailed": false,
|
2955
2521
|
"hash": "0x3d70a413179f47f0a0608ecb9f25af4ba1df6b0e8c91bc8d313c148caa6eddbb",
|
2956
2522
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3d70a413179f47f0a0608ecb9f25af4ba1df6b0e8c91bc8d313c148caa6eddbb-OUT",
|
2957
|
-
"operator": undefined,
|
2958
2523
|
"recipients": [
|
2959
2524
|
"1jKT8nXzUqfnATqAJhYVppUXNEfWFGPEdurjGRzdyPUxaKW",
|
2960
2525
|
],
|
2961
2526
|
"senders": [
|
2962
2527
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2963
2528
|
],
|
2964
|
-
"standard": undefined,
|
2965
|
-
"tokenId": undefined,
|
2966
2529
|
"transactionSequenceNumber": 3,
|
2967
2530
|
"type": "OUT",
|
2968
2531
|
"value": "10035619149",
|
@@ -2971,7 +2534,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2971
2534
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2972
2535
|
"blockHash": null,
|
2973
2536
|
"blockHeight": 5014317,
|
2974
|
-
"contract": undefined,
|
2975
2537
|
"extra": {
|
2976
2538
|
"palletMethod": "staking.Reward",
|
2977
2539
|
"validatorStash": "",
|
@@ -2980,13 +2542,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2980
2542
|
"fee": "0",
|
2981
2543
|
"hash": "0x3eff28b0244745854844406f0ce28b11b70d7f6485dacffac641c31debca3585",
|
2982
2544
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3eff28b0244745854844406f0ce28b11b70d7f6485dacffac641c31debca3585+350-REWARD_PAYOUT",
|
2983
|
-
"operator": undefined,
|
2984
2545
|
"recipients": [
|
2985
2546
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
2986
2547
|
],
|
2987
2548
|
"senders": [],
|
2988
|
-
"standard": undefined,
|
2989
|
-
"tokenId": undefined,
|
2990
2549
|
"type": "REWARD_PAYOUT",
|
2991
2550
|
"value": "0",
|
2992
2551
|
},
|
@@ -2994,7 +2553,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
2994
2553
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
2995
2554
|
"blockHash": null,
|
2996
2555
|
"blockHeight": 4903285,
|
2997
|
-
"contract": undefined,
|
2998
2556
|
"extra": {
|
2999
2557
|
"palletMethod": "staking.Reward",
|
3000
2558
|
"validatorStash": "",
|
@@ -3003,13 +2561,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3003
2561
|
"fee": "0",
|
3004
2562
|
"hash": "0x406504c610d00621e6d543576226aa356199408dc8a7ff3990fc753fd0a289bd",
|
3005
2563
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x406504c610d00621e6d543576226aa356199408dc8a7ff3990fc753fd0a289bd+84-REWARD_PAYOUT",
|
3006
|
-
"operator": undefined,
|
3007
2564
|
"recipients": [
|
3008
2565
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3009
2566
|
],
|
3010
2567
|
"senders": [],
|
3011
|
-
"standard": undefined,
|
3012
|
-
"tokenId": undefined,
|
3013
2568
|
"type": "REWARD_PAYOUT",
|
3014
2569
|
"value": "0",
|
3015
2570
|
},
|
@@ -3017,7 +2572,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3017
2572
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3018
2573
|
"blockHash": null,
|
3019
2574
|
"blockHeight": 13800052,
|
3020
|
-
"contract": undefined,
|
3021
2575
|
"extra": {
|
3022
2576
|
"palletMethod": "balances.transferKeepAlive",
|
3023
2577
|
"transferAmount": "10300000",
|
@@ -3028,15 +2582,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3028
2582
|
"hasFailed": false,
|
3029
2583
|
"hash": "0x4245c0fc8761f798e00b3814023eeeedaacdc01593522696da58e0af1717b47e",
|
3030
2584
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4245c0fc8761f798e00b3814023eeeedaacdc01593522696da58e0af1717b47e-IN",
|
3031
|
-
"operator": undefined,
|
3032
2585
|
"recipients": [
|
3033
2586
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3034
2587
|
],
|
3035
2588
|
"senders": [
|
3036
2589
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
3037
2590
|
],
|
3038
|
-
"standard": undefined,
|
3039
|
-
"tokenId": undefined,
|
3040
2591
|
"type": "IN",
|
3041
2592
|
"value": "10300000",
|
3042
2593
|
},
|
@@ -3044,7 +2595,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3044
2595
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3045
2596
|
"blockHash": null,
|
3046
2597
|
"blockHeight": 5604575,
|
3047
|
-
"contract": undefined,
|
3048
2598
|
"extra": {
|
3049
2599
|
"palletMethod": "staking.Reward",
|
3050
2600
|
"validatorStash": "",
|
@@ -3053,13 +2603,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3053
2603
|
"fee": "0",
|
3054
2604
|
"hash": "0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599",
|
3055
2605
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599+292-REWARD_PAYOUT",
|
3056
|
-
"operator": undefined,
|
3057
2606
|
"recipients": [
|
3058
2607
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3059
2608
|
],
|
3060
2609
|
"senders": [],
|
3061
|
-
"standard": undefined,
|
3062
|
-
"tokenId": undefined,
|
3063
2610
|
"type": "REWARD_PAYOUT",
|
3064
2611
|
"value": "0",
|
3065
2612
|
},
|
@@ -3067,7 +2614,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3067
2614
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3068
2615
|
"blockHash": null,
|
3069
2616
|
"blockHeight": 5303921,
|
3070
|
-
"contract": undefined,
|
3071
2617
|
"extra": {
|
3072
2618
|
"palletMethod": "staking.Reward",
|
3073
2619
|
"validatorStash": "",
|
@@ -3076,13 +2622,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3076
2622
|
"fee": "0",
|
3077
2623
|
"hash": "0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b",
|
3078
2624
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b+31-REWARD_PAYOUT",
|
3079
|
-
"operator": undefined,
|
3080
2625
|
"recipients": [
|
3081
2626
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3082
2627
|
],
|
3083
2628
|
"senders": [],
|
3084
|
-
"standard": undefined,
|
3085
|
-
"tokenId": undefined,
|
3086
2629
|
"type": "REWARD_PAYOUT",
|
3087
2630
|
"value": "0",
|
3088
2631
|
},
|
@@ -3090,7 +2633,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3090
2633
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3091
2634
|
"blockHash": null,
|
3092
2635
|
"blockHeight": 5604586,
|
3093
|
-
"contract": undefined,
|
3094
2636
|
"extra": {
|
3095
2637
|
"palletMethod": "staking.Reward",
|
3096
2638
|
"validatorStash": "",
|
@@ -3099,13 +2641,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3099
2641
|
"fee": "0",
|
3100
2642
|
"hash": "0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318",
|
3101
2643
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318+94-REWARD_PAYOUT",
|
3102
|
-
"operator": undefined,
|
3103
2644
|
"recipients": [
|
3104
2645
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3105
2646
|
],
|
3106
2647
|
"senders": [],
|
3107
|
-
"standard": undefined,
|
3108
|
-
"tokenId": undefined,
|
3109
2648
|
"type": "REWARD_PAYOUT",
|
3110
2649
|
"value": "0",
|
3111
2650
|
},
|
@@ -3113,7 +2652,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3113
2652
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3114
2653
|
"blockHash": null,
|
3115
2654
|
"blockHeight": 5417396,
|
3116
|
-
"contract": undefined,
|
3117
2655
|
"extra": {
|
3118
2656
|
"palletMethod": "staking.Reward",
|
3119
2657
|
"validatorStash": "",
|
@@ -3122,13 +2660,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3122
2660
|
"fee": "0",
|
3123
2661
|
"hash": "0x555f6d2d69645b4209cb4804f32640793cab07f581eadb0229246220a5ddf12f",
|
3124
2662
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x555f6d2d69645b4209cb4804f32640793cab07f581eadb0229246220a5ddf12f+37-REWARD_PAYOUT",
|
3125
|
-
"operator": undefined,
|
3126
2663
|
"recipients": [
|
3127
2664
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3128
2665
|
],
|
3129
2666
|
"senders": [],
|
3130
|
-
"standard": undefined,
|
3131
|
-
"tokenId": undefined,
|
3132
2667
|
"type": "REWARD_PAYOUT",
|
3133
2668
|
"value": "0",
|
3134
2669
|
},
|
@@ -3136,7 +2671,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3136
2671
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3137
2672
|
"blockHash": null,
|
3138
2673
|
"blockHeight": 5113335,
|
3139
|
-
"contract": undefined,
|
3140
2674
|
"extra": {
|
3141
2675
|
"palletMethod": "staking.Reward",
|
3142
2676
|
"validatorStash": "",
|
@@ -3145,13 +2679,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3145
2679
|
"fee": "0",
|
3146
2680
|
"hash": "0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8",
|
3147
2681
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8+165-REWARD_PAYOUT",
|
3148
|
-
"operator": undefined,
|
3149
2682
|
"recipients": [
|
3150
2683
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3151
2684
|
],
|
3152
2685
|
"senders": [],
|
3153
|
-
"standard": undefined,
|
3154
|
-
"tokenId": undefined,
|
3155
2686
|
"type": "REWARD_PAYOUT",
|
3156
2687
|
"value": "0",
|
3157
2688
|
},
|
@@ -3159,7 +2690,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3159
2690
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3160
2691
|
"blockHash": null,
|
3161
2692
|
"blockHeight": 5217493,
|
3162
|
-
"contract": undefined,
|
3163
2693
|
"extra": {
|
3164
2694
|
"palletMethod": "staking.Reward",
|
3165
2695
|
"validatorStash": "",
|
@@ -3168,13 +2698,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3168
2698
|
"fee": "0",
|
3169
2699
|
"hash": "0x5a117884d92689b331b2fefd2a182633a6013602be292ab2a915846edd442483",
|
3170
2700
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x5a117884d92689b331b2fefd2a182633a6013602be292ab2a915846edd442483+296-REWARD_PAYOUT",
|
3171
|
-
"operator": undefined,
|
3172
2701
|
"recipients": [
|
3173
2702
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3174
2703
|
],
|
3175
2704
|
"senders": [],
|
3176
|
-
"standard": undefined,
|
3177
|
-
"tokenId": undefined,
|
3178
2705
|
"type": "REWARD_PAYOUT",
|
3179
2706
|
"value": "1148330",
|
3180
2707
|
},
|
@@ -3182,7 +2709,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3182
2709
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3183
2710
|
"blockHash": null,
|
3184
2711
|
"blockHeight": 5214963,
|
3185
|
-
"contract": undefined,
|
3186
2712
|
"extra": {
|
3187
2713
|
"palletMethod": "staking.Reward",
|
3188
2714
|
"validatorStash": "",
|
@@ -3191,13 +2717,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3191
2717
|
"fee": "0",
|
3192
2718
|
"hash": "0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253",
|
3193
2719
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253+152-REWARD_PAYOUT",
|
3194
|
-
"operator": undefined,
|
3195
2720
|
"recipients": [
|
3196
2721
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3197
2722
|
],
|
3198
2723
|
"senders": [],
|
3199
|
-
"standard": undefined,
|
3200
|
-
"tokenId": undefined,
|
3201
2724
|
"type": "REWARD_PAYOUT",
|
3202
2725
|
"value": "0",
|
3203
2726
|
},
|
@@ -3205,7 +2728,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3205
2728
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3206
2729
|
"blockHash": null,
|
3207
2730
|
"blockHeight": 5213904,
|
3208
|
-
"contract": undefined,
|
3209
2731
|
"extra": {
|
3210
2732
|
"palletMethod": "staking.Reward",
|
3211
2733
|
"validatorStash": "",
|
@@ -3214,13 +2736,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3214
2736
|
"fee": "0",
|
3215
2737
|
"hash": "0x6123706d7a78a61109613e6fb637e3f590a6277237f9cc3046119e9a570de408",
|
3216
2738
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x6123706d7a78a61109613e6fb637e3f590a6277237f9cc3046119e9a570de408+80-REWARD_PAYOUT",
|
3217
|
-
"operator": undefined,
|
3218
2739
|
"recipients": [
|
3219
2740
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3220
2741
|
],
|
3221
2742
|
"senders": [],
|
3222
|
-
"standard": undefined,
|
3223
|
-
"tokenId": undefined,
|
3224
2743
|
"type": "REWARD_PAYOUT",
|
3225
2744
|
"value": "0",
|
3226
2745
|
},
|
@@ -3228,7 +2747,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3228
2747
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3229
2748
|
"blockHash": null,
|
3230
2749
|
"blockHeight": 5303911,
|
3231
|
-
"contract": undefined,
|
3232
2750
|
"extra": {
|
3233
2751
|
"palletMethod": "staking.Reward",
|
3234
2752
|
"validatorStash": "",
|
@@ -3237,13 +2755,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3237
2755
|
"fee": "0",
|
3238
2756
|
"hash": "0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3",
|
3239
2757
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3+257-REWARD_PAYOUT",
|
3240
|
-
"operator": undefined,
|
3241
2758
|
"recipients": [
|
3242
2759
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3243
2760
|
],
|
3244
2761
|
"senders": [],
|
3245
|
-
"standard": undefined,
|
3246
|
-
"tokenId": undefined,
|
3247
2762
|
"type": "REWARD_PAYOUT",
|
3248
2763
|
"value": "0",
|
3249
2764
|
},
|
@@ -3251,7 +2766,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3251
2766
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3252
2767
|
"blockHash": null,
|
3253
2768
|
"blockHeight": 5213903,
|
3254
|
-
"contract": undefined,
|
3255
2769
|
"extra": {
|
3256
2770
|
"palletMethod": "staking.Reward",
|
3257
2771
|
"validatorStash": "",
|
@@ -3260,13 +2774,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3260
2774
|
"fee": "0",
|
3261
2775
|
"hash": "0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3",
|
3262
2776
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3+47-REWARD_PAYOUT",
|
3263
|
-
"operator": undefined,
|
3264
2777
|
"recipients": [
|
3265
2778
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3266
2779
|
],
|
3267
2780
|
"senders": [],
|
3268
|
-
"standard": undefined,
|
3269
|
-
"tokenId": undefined,
|
3270
2781
|
"type": "REWARD_PAYOUT",
|
3271
2782
|
"value": "0",
|
3272
2783
|
},
|
@@ -3274,7 +2785,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3274
2785
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3275
2786
|
"blockHash": null,
|
3276
2787
|
"blockHeight": 5604581,
|
3277
|
-
"contract": undefined,
|
3278
2788
|
"extra": {
|
3279
2789
|
"palletMethod": "staking.Reward",
|
3280
2790
|
"validatorStash": "",
|
@@ -3283,13 +2793,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3283
2793
|
"fee": "0",
|
3284
2794
|
"hash": "0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80",
|
3285
2795
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80+187-REWARD_PAYOUT",
|
3286
|
-
"operator": undefined,
|
3287
2796
|
"recipients": [
|
3288
2797
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3289
2798
|
],
|
3290
2799
|
"senders": [],
|
3291
|
-
"standard": undefined,
|
3292
|
-
"tokenId": undefined,
|
3293
2800
|
"type": "REWARD_PAYOUT",
|
3294
2801
|
"value": "0",
|
3295
2802
|
},
|
@@ -3297,7 +2804,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3297
2804
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3298
2805
|
"blockHash": null,
|
3299
2806
|
"blockHeight": 5417338,
|
3300
|
-
"contract": undefined,
|
3301
2807
|
"extra": {
|
3302
2808
|
"palletMethod": "staking.Reward",
|
3303
2809
|
"validatorStash": "",
|
@@ -3306,13 +2812,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3306
2812
|
"fee": "0",
|
3307
2813
|
"hash": "0x7f29ef259254003d68ca680edaee0fabb48f52fba43d571eb7d78f51ec8c1e96",
|
3308
2814
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x7f29ef259254003d68ca680edaee0fabb48f52fba43d571eb7d78f51ec8c1e96+129-REWARD_PAYOUT",
|
3309
|
-
"operator": undefined,
|
3310
2815
|
"recipients": [
|
3311
2816
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3312
2817
|
],
|
3313
2818
|
"senders": [],
|
3314
|
-
"standard": undefined,
|
3315
|
-
"tokenId": undefined,
|
3316
2819
|
"type": "REWARD_PAYOUT",
|
3317
2820
|
"value": "0",
|
3318
2821
|
},
|
@@ -3320,7 +2823,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3320
2823
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3321
2824
|
"blockHash": null,
|
3322
2825
|
"blockHeight": 5700872,
|
3323
|
-
"contract": undefined,
|
3324
2826
|
"extra": {
|
3325
2827
|
"palletMethod": "staking.Reward",
|
3326
2828
|
"validatorStash": "",
|
@@ -3329,13 +2831,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3329
2831
|
"fee": "0",
|
3330
2832
|
"hash": "0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02",
|
3331
2833
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02+166-REWARD_PAYOUT",
|
3332
|
-
"operator": undefined,
|
3333
2834
|
"recipients": [
|
3334
2835
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3335
2836
|
],
|
3336
2837
|
"senders": [],
|
3337
|
-
"standard": undefined,
|
3338
|
-
"tokenId": undefined,
|
3339
2838
|
"type": "REWARD_PAYOUT",
|
3340
2839
|
"value": "0",
|
3341
2840
|
},
|
@@ -3343,7 +2842,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3343
2842
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3344
2843
|
"blockHash": null,
|
3345
2844
|
"blockHeight": 5213855,
|
3346
|
-
"contract": undefined,
|
3347
2845
|
"extra": {
|
3348
2846
|
"palletMethod": "staking.Reward",
|
3349
2847
|
"validatorStash": "",
|
@@ -3352,13 +2850,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3352
2850
|
"fee": "0",
|
3353
2851
|
"hash": "0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0",
|
3354
2852
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0+226-REWARD_PAYOUT",
|
3355
|
-
"operator": undefined,
|
3356
2853
|
"recipients": [
|
3357
2854
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3358
2855
|
],
|
3359
2856
|
"senders": [],
|
3360
|
-
"standard": undefined,
|
3361
|
-
"tokenId": undefined,
|
3362
2857
|
"type": "REWARD_PAYOUT",
|
3363
2858
|
"value": "0",
|
3364
2859
|
},
|
@@ -3366,7 +2861,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3366
2861
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3367
2862
|
"blockHash": null,
|
3368
2863
|
"blockHeight": 5303930,
|
3369
|
-
"contract": undefined,
|
3370
2864
|
"extra": {
|
3371
2865
|
"palletMethod": "staking.Reward",
|
3372
2866
|
"validatorStash": "",
|
@@ -3375,13 +2869,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3375
2869
|
"fee": "0",
|
3376
2870
|
"hash": "0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e",
|
3377
2871
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e+245-REWARD_PAYOUT",
|
3378
|
-
"operator": undefined,
|
3379
2872
|
"recipients": [
|
3380
2873
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3381
2874
|
],
|
3382
2875
|
"senders": [],
|
3383
|
-
"standard": undefined,
|
3384
|
-
"tokenId": undefined,
|
3385
2876
|
"type": "REWARD_PAYOUT",
|
3386
2877
|
"value": "0",
|
3387
2878
|
},
|
@@ -3389,7 +2880,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3389
2880
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3390
2881
|
"blockHash": null,
|
3391
2882
|
"blockHeight": 5014311,
|
3392
|
-
"contract": undefined,
|
3393
2883
|
"extra": {
|
3394
2884
|
"palletMethod": "staking.Reward",
|
3395
2885
|
"validatorStash": "",
|
@@ -3398,13 +2888,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3398
2888
|
"fee": "0",
|
3399
2889
|
"hash": "0x8b012477124e00cf67251a218ef86a1ac4589a231f8b6e635c8ce2f9712f3cc4",
|
3400
2890
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8b012477124e00cf67251a218ef86a1ac4589a231f8b6e635c8ce2f9712f3cc4+151-REWARD_PAYOUT",
|
3401
|
-
"operator": undefined,
|
3402
2891
|
"recipients": [
|
3403
2892
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3404
2893
|
],
|
3405
2894
|
"senders": [],
|
3406
|
-
"standard": undefined,
|
3407
|
-
"tokenId": undefined,
|
3408
2895
|
"type": "REWARD_PAYOUT",
|
3409
2896
|
"value": "0",
|
3410
2897
|
},
|
@@ -3412,7 +2899,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3412
2899
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3413
2900
|
"blockHash": null,
|
3414
2901
|
"blockHeight": 5303925,
|
3415
|
-
"contract": undefined,
|
3416
2902
|
"extra": {
|
3417
2903
|
"palletMethod": "staking.Reward",
|
3418
2904
|
"validatorStash": "",
|
@@ -3421,13 +2907,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3421
2907
|
"fee": "0",
|
3422
2908
|
"hash": "0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376",
|
3423
2909
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376+71-REWARD_PAYOUT",
|
3424
|
-
"operator": undefined,
|
3425
2910
|
"recipients": [
|
3426
2911
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3427
2912
|
],
|
3428
2913
|
"senders": [],
|
3429
|
-
"standard": undefined,
|
3430
|
-
"tokenId": undefined,
|
3431
2914
|
"type": "REWARD_PAYOUT",
|
3432
2915
|
"value": "0",
|
3433
2916
|
},
|
@@ -3435,7 +2918,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3435
2918
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3436
2919
|
"blockHash": null,
|
3437
2920
|
"blockHeight": 5014356,
|
3438
|
-
"contract": undefined,
|
3439
2921
|
"extra": {
|
3440
2922
|
"palletMethod": "staking.Reward",
|
3441
2923
|
"validatorStash": "",
|
@@ -3444,13 +2926,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3444
2926
|
"fee": "0",
|
3445
2927
|
"hash": "0x90895124ff5d9b8523687f495459be1e286c5e462ffb52063260c20a23343067",
|
3446
2928
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x90895124ff5d9b8523687f495459be1e286c5e462ffb52063260c20a23343067+151-REWARD_PAYOUT",
|
3447
|
-
"operator": undefined,
|
3448
2929
|
"recipients": [
|
3449
2930
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3450
2931
|
],
|
3451
2932
|
"senders": [],
|
3452
|
-
"standard": undefined,
|
3453
|
-
"tokenId": undefined,
|
3454
2933
|
"type": "REWARD_PAYOUT",
|
3455
2934
|
"value": "0",
|
3456
2935
|
},
|
@@ -3458,7 +2937,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3458
2937
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3459
2938
|
"blockHash": null,
|
3460
2939
|
"blockHeight": 5514444,
|
3461
|
-
"contract": undefined,
|
3462
2940
|
"extra": {
|
3463
2941
|
"palletMethod": "staking.Reward",
|
3464
2942
|
"validatorStash": "",
|
@@ -3467,13 +2945,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3467
2945
|
"fee": "0",
|
3468
2946
|
"hash": "0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1",
|
3469
2947
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1+189-REWARD_PAYOUT",
|
3470
|
-
"operator": undefined,
|
3471
2948
|
"recipients": [
|
3472
2949
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3473
2950
|
],
|
3474
2951
|
"senders": [],
|
3475
|
-
"standard": undefined,
|
3476
|
-
"tokenId": undefined,
|
3477
2952
|
"type": "REWARD_PAYOUT",
|
3478
2953
|
"value": "0",
|
3479
2954
|
},
|
@@ -3481,7 +2956,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3481
2956
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3482
2957
|
"blockHash": null,
|
3483
2958
|
"blockHeight": 5514427,
|
3484
|
-
"contract": undefined,
|
3485
2959
|
"extra": {
|
3486
2960
|
"palletMethod": "staking.Reward",
|
3487
2961
|
"validatorStash": "",
|
@@ -3490,13 +2964,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3490
2964
|
"fee": "0",
|
3491
2965
|
"hash": "0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce",
|
3492
2966
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce+26-REWARD_PAYOUT",
|
3493
|
-
"operator": undefined,
|
3494
2967
|
"recipients": [
|
3495
2968
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3496
2969
|
],
|
3497
2970
|
"senders": [],
|
3498
|
-
"standard": undefined,
|
3499
|
-
"tokenId": undefined,
|
3500
2971
|
"type": "REWARD_PAYOUT",
|
3501
2972
|
"value": "0",
|
3502
2973
|
},
|
@@ -3504,7 +2975,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3504
2975
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3505
2976
|
"blockHash": null,
|
3506
2977
|
"blockHeight": 2566518,
|
3507
|
-
"contract": undefined,
|
3508
2978
|
"extra": {
|
3509
2979
|
"palletMethod": "staking.Reward",
|
3510
2980
|
"validatorStash": "",
|
@@ -3513,13 +2983,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3513
2983
|
"fee": "0",
|
3514
2984
|
"hash": "0x9c94dc17afa64c095d4d5e8c197cb92f1622b6bfae4bca66152c79287ce39784",
|
3515
2985
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x9c94dc17afa64c095d4d5e8c197cb92f1622b6bfae4bca66152c79287ce39784+48-REWARD_PAYOUT",
|
3516
|
-
"operator": undefined,
|
3517
2986
|
"recipients": [
|
3518
2987
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3519
2988
|
],
|
3520
2989
|
"senders": [],
|
3521
|
-
"standard": undefined,
|
3522
|
-
"tokenId": undefined,
|
3523
2990
|
"type": "REWARD_PAYOUT",
|
3524
2991
|
"value": "4825403",
|
3525
2992
|
},
|
@@ -3527,7 +2994,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3527
2994
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3528
2995
|
"blockHash": null,
|
3529
2996
|
"blockHeight": 5604585,
|
3530
|
-
"contract": undefined,
|
3531
2997
|
"extra": {
|
3532
2998
|
"palletMethod": "staking.Reward",
|
3533
2999
|
"validatorStash": "",
|
@@ -3536,13 +3002,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3536
3002
|
"fee": "0",
|
3537
3003
|
"hash": "0xa06f286eede5088078a56b40eae25c84517c0ce4c8a4c1ff425def12fc937b40",
|
3538
3004
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa06f286eede5088078a56b40eae25c84517c0ce4c8a4c1ff425def12fc937b40+53-REWARD_PAYOUT",
|
3539
|
-
"operator": undefined,
|
3540
3005
|
"recipients": [
|
3541
3006
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3542
3007
|
],
|
3543
3008
|
"senders": [],
|
3544
|
-
"standard": undefined,
|
3545
|
-
"tokenId": undefined,
|
3546
3009
|
"type": "REWARD_PAYOUT",
|
3547
3010
|
"value": "0",
|
3548
3011
|
},
|
@@ -3550,7 +3013,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3550
3013
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3551
3014
|
"blockHash": null,
|
3552
3015
|
"blockHeight": 5213936,
|
3553
|
-
"contract": undefined,
|
3554
3016
|
"extra": {
|
3555
3017
|
"palletMethod": "staking.Reward",
|
3556
3018
|
"validatorStash": "",
|
@@ -3559,13 +3021,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3559
3021
|
"fee": "0",
|
3560
3022
|
"hash": "0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1",
|
3561
3023
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1+275-REWARD_PAYOUT",
|
3562
|
-
"operator": undefined,
|
3563
3024
|
"recipients": [
|
3564
3025
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3565
3026
|
],
|
3566
3027
|
"senders": [],
|
3567
|
-
"standard": undefined,
|
3568
|
-
"tokenId": undefined,
|
3569
3028
|
"type": "REWARD_PAYOUT",
|
3570
3029
|
"value": "0",
|
3571
3030
|
},
|
@@ -3573,7 +3032,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3573
3032
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3574
3033
|
"blockHash": null,
|
3575
3034
|
"blockHeight": 5113387,
|
3576
|
-
"contract": undefined,
|
3577
3035
|
"extra": {
|
3578
3036
|
"palletMethod": "staking.Reward",
|
3579
3037
|
"validatorStash": "",
|
@@ -3582,13 +3040,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3582
3040
|
"fee": "0",
|
3583
3041
|
"hash": "0xa101115e16aad2c9b14c424dbba15557a5c9a912fde7b87a6295bd9c8779b8a8",
|
3584
3042
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa101115e16aad2c9b14c424dbba15557a5c9a912fde7b87a6295bd9c8779b8a8+209-REWARD_PAYOUT",
|
3585
|
-
"operator": undefined,
|
3586
3043
|
"recipients": [
|
3587
3044
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3588
3045
|
],
|
3589
3046
|
"senders": [],
|
3590
|
-
"standard": undefined,
|
3591
|
-
"tokenId": undefined,
|
3592
3047
|
"type": "REWARD_PAYOUT",
|
3593
3048
|
"value": "0",
|
3594
3049
|
},
|
@@ -3596,7 +3051,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3596
3051
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3597
3052
|
"blockHash": null,
|
3598
3053
|
"blockHeight": 5417384,
|
3599
|
-
"contract": undefined,
|
3600
3054
|
"extra": {
|
3601
3055
|
"palletMethod": "staking.Reward",
|
3602
3056
|
"validatorStash": "",
|
@@ -3605,13 +3059,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3605
3059
|
"fee": "0",
|
3606
3060
|
"hash": "0xa8bef8c3e3b6c9697a91b786db44e9cd9a4dcb5d95335344e3cd77fef6637c06",
|
3607
3061
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa8bef8c3e3b6c9697a91b786db44e9cd9a4dcb5d95335344e3cd77fef6637c06+210-REWARD_PAYOUT",
|
3608
|
-
"operator": undefined,
|
3609
3062
|
"recipients": [
|
3610
3063
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3611
3064
|
],
|
3612
3065
|
"senders": [],
|
3613
|
-
"standard": undefined,
|
3614
|
-
"tokenId": undefined,
|
3615
3066
|
"type": "REWARD_PAYOUT",
|
3616
3067
|
"value": "0",
|
3617
3068
|
},
|
@@ -3619,7 +3070,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3619
3070
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3620
3071
|
"blockHash": null,
|
3621
3072
|
"blockHeight": 5604590,
|
3622
|
-
"contract": undefined,
|
3623
3073
|
"extra": {
|
3624
3074
|
"palletMethod": "staking.Reward",
|
3625
3075
|
"validatorStash": "",
|
@@ -3628,13 +3078,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3628
3078
|
"fee": "0",
|
3629
3079
|
"hash": "0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff",
|
3630
3080
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff+189-REWARD_PAYOUT",
|
3631
|
-
"operator": undefined,
|
3632
3081
|
"recipients": [
|
3633
3082
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3634
3083
|
],
|
3635
3084
|
"senders": [],
|
3636
|
-
"standard": undefined,
|
3637
|
-
"tokenId": undefined,
|
3638
3085
|
"type": "REWARD_PAYOUT",
|
3639
3086
|
"value": "0",
|
3640
3087
|
},
|
@@ -3642,7 +3089,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3642
3089
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3643
3090
|
"blockHash": null,
|
3644
3091
|
"blockHeight": 5113301,
|
3645
|
-
"contract": undefined,
|
3646
3092
|
"extra": {
|
3647
3093
|
"palletMethod": "staking.Reward",
|
3648
3094
|
"validatorStash": "",
|
@@ -3651,13 +3097,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3651
3097
|
"fee": "0",
|
3652
3098
|
"hash": "0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49",
|
3653
3099
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49+41-REWARD_PAYOUT",
|
3654
|
-
"operator": undefined,
|
3655
3100
|
"recipients": [
|
3656
3101
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3657
3102
|
],
|
3658
3103
|
"senders": [],
|
3659
|
-
"standard": undefined,
|
3660
|
-
"tokenId": undefined,
|
3661
3104
|
"type": "REWARD_PAYOUT",
|
3662
3105
|
"value": "0",
|
3663
3106
|
},
|
@@ -3665,7 +3108,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3665
3108
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3666
3109
|
"blockHash": null,
|
3667
3110
|
"blockHeight": 5514432,
|
3668
|
-
"contract": undefined,
|
3669
3111
|
"extra": {
|
3670
3112
|
"palletMethod": "staking.Reward",
|
3671
3113
|
"validatorStash": "",
|
@@ -3674,13 +3116,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3674
3116
|
"fee": "0",
|
3675
3117
|
"hash": "0xb731f4c31a3691bf7beb0bb12f3b9f1cabf68f2deba1b0aa805eec2610fe5e03",
|
3676
3118
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb731f4c31a3691bf7beb0bb12f3b9f1cabf68f2deba1b0aa805eec2610fe5e03+99-REWARD_PAYOUT",
|
3677
|
-
"operator": undefined,
|
3678
3119
|
"recipients": [
|
3679
3120
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3680
3121
|
],
|
3681
3122
|
"senders": [],
|
3682
|
-
"standard": undefined,
|
3683
|
-
"tokenId": undefined,
|
3684
3123
|
"type": "REWARD_PAYOUT",
|
3685
3124
|
"value": "0",
|
3686
3125
|
},
|
@@ -3688,7 +3127,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3688
3127
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3689
3128
|
"blockHash": null,
|
3690
3129
|
"blockHeight": 5417354,
|
3691
|
-
"contract": undefined,
|
3692
3130
|
"extra": {
|
3693
3131
|
"palletMethod": "staking.Reward",
|
3694
3132
|
"validatorStash": "",
|
@@ -3697,13 +3135,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3697
3135
|
"fee": "0",
|
3698
3136
|
"hash": "0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6",
|
3699
3137
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6+332-REWARD_PAYOUT",
|
3700
|
-
"operator": undefined,
|
3701
3138
|
"recipients": [
|
3702
3139
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3703
3140
|
],
|
3704
3141
|
"senders": [],
|
3705
|
-
"standard": undefined,
|
3706
|
-
"tokenId": undefined,
|
3707
3142
|
"type": "REWARD_PAYOUT",
|
3708
3143
|
"value": "0",
|
3709
3144
|
},
|
@@ -3711,7 +3146,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3711
3146
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3712
3147
|
"blockHash": null,
|
3713
3148
|
"blockHeight": 13800108,
|
3714
|
-
"contract": undefined,
|
3715
3149
|
"extra": {
|
3716
3150
|
"palletMethod": "balances.transferKeepAlive",
|
3717
3151
|
"transferAmount": "10800000",
|
@@ -3722,15 +3156,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3722
3156
|
"hasFailed": false,
|
3723
3157
|
"hash": "0xb968cf473d0803cb552c3f3d4624e808594125c48c2eb4deb31c1d778aa9ee31",
|
3724
3158
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb968cf473d0803cb552c3f3d4624e808594125c48c2eb4deb31c1d778aa9ee31-IN",
|
3725
|
-
"operator": undefined,
|
3726
3159
|
"recipients": [
|
3727
3160
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3728
3161
|
],
|
3729
3162
|
"senders": [
|
3730
3163
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
3731
3164
|
],
|
3732
|
-
"standard": undefined,
|
3733
|
-
"tokenId": undefined,
|
3734
3165
|
"type": "IN",
|
3735
3166
|
"value": "10800000",
|
3736
3167
|
},
|
@@ -3738,7 +3169,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3738
3169
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3739
3170
|
"blockHash": null,
|
3740
3171
|
"blockHeight": 2640489,
|
3741
|
-
"contract": undefined,
|
3742
3172
|
"extra": {
|
3743
3173
|
"palletMethod": "staking.Reward",
|
3744
3174
|
"validatorStash": "",
|
@@ -3747,13 +3177,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3747
3177
|
"fee": "0",
|
3748
3178
|
"hash": "0xbc19b1b79ee947a09e91940d235b2d67e8784969fb900ae3e6ead83af977ab07",
|
3749
3179
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xbc19b1b79ee947a09e91940d235b2d67e8784969fb900ae3e6ead83af977ab07+25-REWARD_PAYOUT",
|
3750
|
-
"operator": undefined,
|
3751
3180
|
"recipients": [
|
3752
3181
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3753
3182
|
],
|
3754
3183
|
"senders": [],
|
3755
|
-
"standard": undefined,
|
3756
|
-
"tokenId": undefined,
|
3757
3184
|
"type": "REWARD_PAYOUT",
|
3758
3185
|
"value": "0",
|
3759
3186
|
},
|
@@ -3761,7 +3188,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3761
3188
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3762
3189
|
"blockHash": null,
|
3763
3190
|
"blockHeight": 5113329,
|
3764
|
-
"contract": undefined,
|
3765
3191
|
"extra": {
|
3766
3192
|
"palletMethod": "staking.Reward",
|
3767
3193
|
"validatorStash": "",
|
@@ -3770,13 +3196,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3770
3196
|
"fee": "0",
|
3771
3197
|
"hash": "0xbd52781212cf3701e63ccf1797049cdb172088ca628a3f80a34e24f03adcf50a",
|
3772
3198
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xbd52781212cf3701e63ccf1797049cdb172088ca628a3f80a34e24f03adcf50a+119-REWARD_PAYOUT",
|
3773
|
-
"operator": undefined,
|
3774
3199
|
"recipients": [
|
3775
3200
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3776
3201
|
],
|
3777
3202
|
"senders": [],
|
3778
|
-
"standard": undefined,
|
3779
|
-
"tokenId": undefined,
|
3780
3203
|
"type": "REWARD_PAYOUT",
|
3781
3204
|
"value": "0",
|
3782
3205
|
},
|
@@ -3784,7 +3207,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3784
3207
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3785
3208
|
"blockHash": null,
|
3786
3209
|
"blockHeight": 5700885,
|
3787
|
-
"contract": undefined,
|
3788
3210
|
"extra": {
|
3789
3211
|
"palletMethod": "staking.Reward",
|
3790
3212
|
"validatorStash": "",
|
@@ -3793,13 +3215,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3793
3215
|
"fee": "0",
|
3794
3216
|
"hash": "0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421",
|
3795
3217
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421+394-REWARD_PAYOUT",
|
3796
|
-
"operator": undefined,
|
3797
3218
|
"recipients": [
|
3798
3219
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3799
3220
|
],
|
3800
3221
|
"senders": [],
|
3801
|
-
"standard": undefined,
|
3802
|
-
"tokenId": undefined,
|
3803
3222
|
"type": "REWARD_PAYOUT",
|
3804
3223
|
"value": "0",
|
3805
3224
|
},
|
@@ -3807,7 +3226,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3807
3226
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3808
3227
|
"blockHash": null,
|
3809
3228
|
"blockHeight": 5343451,
|
3810
|
-
"contract": undefined,
|
3811
3229
|
"extra": {
|
3812
3230
|
"palletMethod": "staking.Reward",
|
3813
3231
|
"validatorStash": "",
|
@@ -3816,13 +3234,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3816
3234
|
"fee": "0",
|
3817
3235
|
"hash": "0xc14a50b71c907c7b9dcba0bf814fba0a41a0207f84de7ecd17bb00ccc00b27bd",
|
3818
3236
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc14a50b71c907c7b9dcba0bf814fba0a41a0207f84de7ecd17bb00ccc00b27bd+24-REWARD_PAYOUT",
|
3819
|
-
"operator": undefined,
|
3820
3237
|
"recipients": [
|
3821
3238
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3822
3239
|
],
|
3823
3240
|
"senders": [],
|
3824
|
-
"standard": undefined,
|
3825
|
-
"tokenId": undefined,
|
3826
3241
|
"type": "REWARD_PAYOUT",
|
3827
3242
|
"value": "0",
|
3828
3243
|
},
|
@@ -3830,7 +3245,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3830
3245
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3831
3246
|
"blockHash": null,
|
3832
3247
|
"blockHeight": 5604578,
|
3833
|
-
"contract": undefined,
|
3834
3248
|
"extra": {
|
3835
3249
|
"palletMethod": "staking.Reward",
|
3836
3250
|
"validatorStash": "",
|
@@ -3839,13 +3253,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3839
3253
|
"fee": "0",
|
3840
3254
|
"hash": "0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6",
|
3841
3255
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6+101-REWARD_PAYOUT",
|
3842
|
-
"operator": undefined,
|
3843
3256
|
"recipients": [
|
3844
3257
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3845
3258
|
],
|
3846
3259
|
"senders": [],
|
3847
|
-
"standard": undefined,
|
3848
|
-
"tokenId": undefined,
|
3849
3260
|
"type": "REWARD_PAYOUT",
|
3850
3261
|
"value": "0",
|
3851
3262
|
},
|
@@ -3853,7 +3264,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3853
3264
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3854
3265
|
"blockHash": null,
|
3855
3266
|
"blockHeight": 5113322,
|
3856
|
-
"contract": undefined,
|
3857
3267
|
"extra": {
|
3858
3268
|
"palletMethod": "staking.Reward",
|
3859
3269
|
"validatorStash": "",
|
@@ -3862,13 +3272,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3862
3272
|
"fee": "0",
|
3863
3273
|
"hash": "0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab",
|
3864
3274
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab+33-REWARD_PAYOUT",
|
3865
|
-
"operator": undefined,
|
3866
3275
|
"recipients": [
|
3867
3276
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3868
3277
|
],
|
3869
3278
|
"senders": [],
|
3870
|
-
"standard": undefined,
|
3871
|
-
"tokenId": undefined,
|
3872
3279
|
"type": "REWARD_PAYOUT",
|
3873
3280
|
"value": "0",
|
3874
3281
|
},
|
@@ -3876,7 +3283,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3876
3283
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3877
3284
|
"blockHash": null,
|
3878
3285
|
"blockHeight": 5514443,
|
3879
|
-
"contract": undefined,
|
3880
3286
|
"extra": {
|
3881
3287
|
"palletMethod": "staking.Reward",
|
3882
3288
|
"validatorStash": "",
|
@@ -3885,13 +3291,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3885
3291
|
"fee": "0",
|
3886
3292
|
"hash": "0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35",
|
3887
3293
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35+201-REWARD_PAYOUT",
|
3888
|
-
"operator": undefined,
|
3889
3294
|
"recipients": [
|
3890
3295
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3891
3296
|
],
|
3892
3297
|
"senders": [],
|
3893
|
-
"standard": undefined,
|
3894
|
-
"tokenId": undefined,
|
3895
3298
|
"type": "REWARD_PAYOUT",
|
3896
3299
|
"value": "0",
|
3897
3300
|
},
|
@@ -3899,7 +3302,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3899
3302
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3900
3303
|
"blockHash": null,
|
3901
3304
|
"blockHeight": 5014348,
|
3902
|
-
"contract": undefined,
|
3903
3305
|
"extra": {
|
3904
3306
|
"palletMethod": "staking.Reward",
|
3905
3307
|
"validatorStash": "",
|
@@ -3908,13 +3310,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3908
3310
|
"fee": "0",
|
3909
3311
|
"hash": "0xcbc4969373ef71a6f0b9ee7d907882299b183c39d50ee6cb5de4230d296b80a5",
|
3910
3312
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xcbc4969373ef71a6f0b9ee7d907882299b183c39d50ee6cb5de4230d296b80a5+327-REWARD_PAYOUT",
|
3911
|
-
"operator": undefined,
|
3912
3313
|
"recipients": [
|
3913
3314
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3914
3315
|
],
|
3915
3316
|
"senders": [],
|
3916
|
-
"standard": undefined,
|
3917
|
-
"tokenId": undefined,
|
3918
3317
|
"type": "REWARD_PAYOUT",
|
3919
3318
|
"value": "0",
|
3920
3319
|
},
|
@@ -3922,7 +3321,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3922
3321
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3923
3322
|
"blockHash": null,
|
3924
3323
|
"blockHeight": 2569486,
|
3925
|
-
"contract": undefined,
|
3926
3324
|
"extra": {
|
3927
3325
|
"palletMethod": "staking.Reward",
|
3928
3326
|
"validatorStash": "",
|
@@ -3931,13 +3329,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3931
3329
|
"fee": "0",
|
3932
3330
|
"hash": "0xccd84e23c3140ebd0445ccbbf2559cd1d7a899f55e5daf163a290fee4eb4e269",
|
3933
3331
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xccd84e23c3140ebd0445ccbbf2559cd1d7a899f55e5daf163a290fee4eb4e269+82-REWARD_PAYOUT",
|
3934
|
-
"operator": undefined,
|
3935
3332
|
"recipients": [
|
3936
3333
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3937
3334
|
],
|
3938
3335
|
"senders": [],
|
3939
|
-
"standard": undefined,
|
3940
|
-
"tokenId": undefined,
|
3941
3336
|
"type": "REWARD_PAYOUT",
|
3942
3337
|
"value": "0",
|
3943
3338
|
},
|
@@ -3945,7 +3340,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3945
3340
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3946
3341
|
"blockHash": null,
|
3947
3342
|
"blockHeight": 5700880,
|
3948
|
-
"contract": undefined,
|
3949
3343
|
"extra": {
|
3950
3344
|
"palletMethod": "staking.Reward",
|
3951
3345
|
"validatorStash": "",
|
@@ -3954,13 +3348,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3954
3348
|
"fee": "0",
|
3955
3349
|
"hash": "0xd000618b19e329094e48509e621304fe578bbe8d81010a7fbf1335bbb37173fb",
|
3956
3350
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd000618b19e329094e48509e621304fe578bbe8d81010a7fbf1335bbb37173fb+107-REWARD_PAYOUT",
|
3957
|
-
"operator": undefined,
|
3958
3351
|
"recipients": [
|
3959
3352
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3960
3353
|
],
|
3961
3354
|
"senders": [],
|
3962
|
-
"standard": undefined,
|
3963
|
-
"tokenId": undefined,
|
3964
3355
|
"type": "REWARD_PAYOUT",
|
3965
3356
|
"value": "0",
|
3966
3357
|
},
|
@@ -3968,7 +3359,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3968
3359
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3969
3360
|
"blockHash": null,
|
3970
3361
|
"blockHeight": 5213868,
|
3971
|
-
"contract": undefined,
|
3972
3362
|
"extra": {
|
3973
3363
|
"palletMethod": "staking.Reward",
|
3974
3364
|
"validatorStash": "",
|
@@ -3977,13 +3367,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3977
3367
|
"fee": "0",
|
3978
3368
|
"hash": "0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652",
|
3979
3369
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652+741-REWARD_PAYOUT",
|
3980
|
-
"operator": undefined,
|
3981
3370
|
"recipients": [
|
3982
3371
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
3983
3372
|
],
|
3984
3373
|
"senders": [],
|
3985
|
-
"standard": undefined,
|
3986
|
-
"tokenId": undefined,
|
3987
3374
|
"type": "REWARD_PAYOUT",
|
3988
3375
|
"value": "0",
|
3989
3376
|
},
|
@@ -3991,7 +3378,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
3991
3378
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
3992
3379
|
"blockHash": null,
|
3993
3380
|
"blockHeight": 2895323,
|
3994
|
-
"contract": undefined,
|
3995
3381
|
"extra": {
|
3996
3382
|
"palletMethod": "balances.transferKeepAlive",
|
3997
3383
|
"transferAmount": "16725125817",
|
@@ -4002,15 +3388,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4002
3388
|
"hasFailed": false,
|
4003
3389
|
"hash": "0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7",
|
4004
3390
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7-OUT",
|
4005
|
-
"operator": undefined,
|
4006
3391
|
"recipients": [
|
4007
3392
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
4008
3393
|
],
|
4009
3394
|
"senders": [
|
4010
3395
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4011
3396
|
],
|
4012
|
-
"standard": undefined,
|
4013
|
-
"tokenId": undefined,
|
4014
3397
|
"transactionSequenceNumber": 2,
|
4015
3398
|
"type": "OUT",
|
4016
3399
|
"value": "16879125817",
|
@@ -4019,7 +3402,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4019
3402
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4020
3403
|
"blockHash": null,
|
4021
3404
|
"blockHeight": 5604580,
|
4022
|
-
"contract": undefined,
|
4023
3405
|
"extra": {
|
4024
3406
|
"palletMethod": "staking.Reward",
|
4025
3407
|
"validatorStash": "",
|
@@ -4028,13 +3410,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4028
3410
|
"fee": "0",
|
4029
3411
|
"hash": "0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781",
|
4030
3412
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781+135-REWARD_PAYOUT",
|
4031
|
-
"operator": undefined,
|
4032
3413
|
"recipients": [
|
4033
3414
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4034
3415
|
],
|
4035
3416
|
"senders": [],
|
4036
|
-
"standard": undefined,
|
4037
|
-
"tokenId": undefined,
|
4038
3417
|
"type": "REWARD_PAYOUT",
|
4039
3418
|
"value": "0",
|
4040
3419
|
},
|
@@ -4042,7 +3421,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4042
3421
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4043
3422
|
"blockHash": null,
|
4044
3423
|
"blockHeight": 5014392,
|
4045
|
-
"contract": undefined,
|
4046
3424
|
"extra": {
|
4047
3425
|
"palletMethod": "staking.Reward",
|
4048
3426
|
"validatorStash": "",
|
@@ -4051,13 +3429,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4051
3429
|
"fee": "0",
|
4052
3430
|
"hash": "0xe6f02ccf527874da0ea4c0b1583c248dfcebcdba991241d44dee4c04f6a8370f",
|
4053
3431
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xe6f02ccf527874da0ea4c0b1583c248dfcebcdba991241d44dee4c04f6a8370f+112-REWARD_PAYOUT",
|
4054
|
-
"operator": undefined,
|
4055
3432
|
"recipients": [
|
4056
3433
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4057
3434
|
],
|
4058
3435
|
"senders": [],
|
4059
|
-
"standard": undefined,
|
4060
|
-
"tokenId": undefined,
|
4061
3436
|
"type": "REWARD_PAYOUT",
|
4062
3437
|
"value": "0",
|
4063
3438
|
},
|
@@ -4065,7 +3440,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4065
3440
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4066
3441
|
"blockHash": null,
|
4067
3442
|
"blockHeight": 2595192,
|
4068
|
-
"contract": undefined,
|
4069
3443
|
"extra": {
|
4070
3444
|
"palletMethod": "staking.Reward",
|
4071
3445
|
"validatorStash": "",
|
@@ -4074,13 +3448,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4074
3448
|
"fee": "0",
|
4075
3449
|
"hash": "0xee1f4251ff8b4ebab202def38f76dc4d97388f341c54207f9c3859fd45c0f236",
|
4076
3450
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xee1f4251ff8b4ebab202def38f76dc4d97388f341c54207f9c3859fd45c0f236+7-REWARD_PAYOUT",
|
4077
|
-
"operator": undefined,
|
4078
3451
|
"recipients": [
|
4079
3452
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4080
3453
|
],
|
4081
3454
|
"senders": [],
|
4082
|
-
"standard": undefined,
|
4083
|
-
"tokenId": undefined,
|
4084
3455
|
"type": "REWARD_PAYOUT",
|
4085
3456
|
"value": "3900414",
|
4086
3457
|
},
|
@@ -4088,7 +3459,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4088
3459
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4089
3460
|
"blockHash": null,
|
4090
3461
|
"blockHeight": 5113307,
|
4091
|
-
"contract": undefined,
|
4092
3462
|
"extra": {
|
4093
3463
|
"palletMethod": "staking.Reward",
|
4094
3464
|
"validatorStash": "",
|
@@ -4097,13 +3467,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4097
3467
|
"fee": "0",
|
4098
3468
|
"hash": "0xeeae9ffaa7f54e8fc622b8ff5b803596b8e5f0f00a880c4d8f37cf303ec0fdf2",
|
4099
3469
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xeeae9ffaa7f54e8fc622b8ff5b803596b8e5f0f00a880c4d8f37cf303ec0fdf2+86-REWARD_PAYOUT",
|
4100
|
-
"operator": undefined,
|
4101
3470
|
"recipients": [
|
4102
3471
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4103
3472
|
],
|
4104
3473
|
"senders": [],
|
4105
|
-
"standard": undefined,
|
4106
|
-
"tokenId": undefined,
|
4107
3474
|
"type": "REWARD_PAYOUT",
|
4108
3475
|
"value": "0",
|
4109
3476
|
},
|
@@ -4111,7 +3478,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4111
3478
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4112
3479
|
"blockHash": null,
|
4113
3480
|
"blockHeight": 4802733,
|
4114
|
-
"contract": undefined,
|
4115
3481
|
"extra": {
|
4116
3482
|
"palletMethod": "balances.transferKeepAlive",
|
4117
3483
|
"transferAmount": "10000000000",
|
@@ -4122,15 +3488,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4122
3488
|
"hasFailed": false,
|
4123
3489
|
"hash": "0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc",
|
4124
3490
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc-IN",
|
4125
|
-
"operator": undefined,
|
4126
3491
|
"recipients": [
|
4127
3492
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4128
3493
|
],
|
4129
3494
|
"senders": [
|
4130
3495
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
4131
3496
|
],
|
4132
|
-
"standard": undefined,
|
4133
|
-
"tokenId": undefined,
|
4134
3497
|
"type": "IN",
|
4135
3498
|
"value": "10000000000",
|
4136
3499
|
},
|
@@ -4138,7 +3501,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4138
3501
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4139
3502
|
"blockHash": null,
|
4140
3503
|
"blockHeight": 2521716,
|
4141
|
-
"contract": undefined,
|
4142
3504
|
"extra": {
|
4143
3505
|
"bondedAmount": "12345600000",
|
4144
3506
|
"palletMethod": "staking.bond",
|
@@ -4149,15 +3511,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4149
3511
|
"hasFailed": false,
|
4150
3512
|
"hash": "0xf133651143497c2f625fddf3e687c51ed24dcb36b2283a9a2aa75c3522377300",
|
4151
3513
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf133651143497c2f625fddf3e687c51ed24dcb36b2283a9a2aa75c3522377300-BOND",
|
4152
|
-
"operator": undefined,
|
4153
3514
|
"recipients": [
|
4154
3515
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4155
3516
|
],
|
4156
3517
|
"senders": [
|
4157
3518
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4158
3519
|
],
|
4159
|
-
"standard": undefined,
|
4160
|
-
"tokenId": undefined,
|
4161
3520
|
"transactionSequenceNumber": 0,
|
4162
3521
|
"type": "BOND",
|
4163
3522
|
"value": "155000000",
|
@@ -4166,7 +3525,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4166
3525
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4167
3526
|
"blockHash": null,
|
4168
3527
|
"blockHeight": 5417328,
|
4169
|
-
"contract": undefined,
|
4170
3528
|
"extra": {
|
4171
3529
|
"palletMethod": "staking.Reward",
|
4172
3530
|
"validatorStash": "",
|
@@ -4175,13 +3533,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4175
3533
|
"fee": "0",
|
4176
3534
|
"hash": "0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00",
|
4177
3535
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00+306-REWARD_PAYOUT",
|
4178
|
-
"operator": undefined,
|
4179
3536
|
"recipients": [
|
4180
3537
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4181
3538
|
],
|
4182
3539
|
"senders": [],
|
4183
|
-
"standard": undefined,
|
4184
|
-
"tokenId": undefined,
|
4185
3540
|
"type": "REWARD_PAYOUT",
|
4186
3541
|
"value": "0",
|
4187
3542
|
},
|
@@ -4189,7 +3544,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4189
3544
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
4190
3545
|
"blockHash": null,
|
4191
3546
|
"blockHeight": 5303914,
|
4192
|
-
"contract": undefined,
|
4193
3547
|
"extra": {
|
4194
3548
|
"palletMethod": "staking.Reward",
|
4195
3549
|
"validatorStash": "",
|
@@ -4198,13 +3552,10 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4198
3552
|
"fee": "0",
|
4199
3553
|
"hash": "0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e",
|
4200
3554
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e+221-REWARD_PAYOUT",
|
4201
|
-
"operator": undefined,
|
4202
3555
|
"recipients": [
|
4203
3556
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4204
3557
|
],
|
4205
3558
|
"senders": [],
|
4206
|
-
"standard": undefined,
|
4207
|
-
"tokenId": undefined,
|
4208
3559
|
"type": "REWARD_PAYOUT",
|
4209
3560
|
"value": "0",
|
4210
3561
|
},
|
@@ -4214,7 +3565,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4214
3565
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
4215
3566
|
"blockHash": null,
|
4216
3567
|
"blockHeight": 2997990,
|
4217
|
-
"contract": undefined,
|
4218
3568
|
"extra": {
|
4219
3569
|
"palletMethod": "balances.transferKeepAlive",
|
4220
3570
|
"transferAmount": "12345000000",
|
@@ -4225,15 +3575,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4225
3575
|
"hasFailed": false,
|
4226
3576
|
"hash": "0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d",
|
4227
3577
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d-IN",
|
4228
|
-
"operator": undefined,
|
4229
3578
|
"recipients": [
|
4230
3579
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
4231
3580
|
],
|
4232
3581
|
"senders": [
|
4233
3582
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
4234
3583
|
],
|
4235
|
-
"standard": undefined,
|
4236
|
-
"tokenId": undefined,
|
4237
3584
|
"type": "IN",
|
4238
3585
|
"value": "12345000000",
|
4239
3586
|
},
|
@@ -4241,7 +3588,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4241
3588
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
4242
3589
|
"blockHash": null,
|
4243
3590
|
"blockHeight": 15079412,
|
4244
|
-
"contract": undefined,
|
4245
3591
|
"extra": {
|
4246
3592
|
"palletMethod": "balances.transfer",
|
4247
3593
|
"transferAmount": "28912590838",
|
@@ -4252,15 +3598,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4252
3598
|
"hasFailed": false,
|
4253
3599
|
"hash": "0xc64c5c9deecd6e07b670d0ae2fbdefd777142430906b6a1f121bc45bf017b323",
|
4254
3600
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0xc64c5c9deecd6e07b670d0ae2fbdefd777142430906b6a1f121bc45bf017b323-OUT",
|
4255
|
-
"operator": undefined,
|
4256
3601
|
"recipients": [
|
4257
3602
|
"1jKT8nXzUqfnATqAJhYVppUXNEfWFGPEdurjGRzdyPUxaKW",
|
4258
3603
|
],
|
4259
3604
|
"senders": [
|
4260
3605
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
4261
3606
|
],
|
4262
|
-
"standard": undefined,
|
4263
|
-
"tokenId": undefined,
|
4264
3607
|
"transactionSequenceNumber": 0,
|
4265
3608
|
"type": "OUT",
|
4266
3609
|
"value": "29070125817",
|
@@ -4269,7 +3612,6 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4269
3612
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
4270
3613
|
"blockHash": null,
|
4271
3614
|
"blockHeight": 2895323,
|
4272
|
-
"contract": undefined,
|
4273
3615
|
"extra": {
|
4274
3616
|
"palletMethod": "balances.transferKeepAlive",
|
4275
3617
|
"transferAmount": "16725125817",
|
@@ -4280,15 +3622,12 @@ exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
4280
3622
|
"hasFailed": false,
|
4281
3623
|
"hash": "0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7",
|
4282
3624
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7-IN",
|
4283
|
-
"operator": undefined,
|
4284
3625
|
"recipients": [
|
4285
3626
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
4286
3627
|
],
|
4287
3628
|
"senders": [
|
4288
3629
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
4289
3630
|
],
|
4290
|
-
"standard": undefined,
|
4291
|
-
"tokenId": undefined,
|
4292
3631
|
"type": "IN",
|
4293
3632
|
"value": "16725125817",
|
4294
3633
|
},
|