{{ $t("accountPage.title") }}
{{ $t("accountPage.subtitle") }}
{{(((currentScanBlock+1)/blockchainHeight*1000 | 0) / 10)}}%
{{ $t("accountPage.synchronizingBlock.lastBlock") }}: {{lastBlockLoading}} / {{ $t("accountPage.synchronizingBlock.Queue") }}: {{processingQueue}}
{{ $t("accountPage.balanceBlock.title") }}
{{ $t("accountPage.balanceBlock.portfolio") }}:
{{ ($n((walletAmount + depositedWalletAmount + withdrawableWalletAmount) / currencyDivider)) }} {{ticker}}
 
 
{{ $t("accountPage.balanceBlock.available") }}:
{{ $n(unlockedWalletAmount / currencyDivider) }} {{ticker}}
{{ $t("accountPage.balanceBlock.pending") }}:
{{ $n((walletAmount - unlockedWalletAmount) / currencyDivider) }} {{ticker}}
{{ $t("accountPage.balanceBlock.deposited") }}:
{{ $n(depositedWalletAmount / currencyDivider) }} {{ticker}} + {{ $t("accountPage.balanceBlock.futureInterest") }} {{ $n(futureLockedInterest / currencyDivider) }} {{ticker}} {{ $n(depositedWalletAmount / currencyDivider) }} {{ticker}}
{{ $t("accountPage.balanceBlock.withdrawable") }}:
{{ $n(withdrawableWalletAmount / currencyDivider) }} {{ticker}} + {{ $t("accountPage.balanceBlock.futureInterest") }} {{ $n(futureUnlockedInterest / currencyDivider) }} {{ticker}} {{ $n(withdrawableWalletAmount / currencyDivider) }} {{ticker}}
{{ $t("global.optimize.label") }}
{{ $t("global.optimize.subtitle") }} ({{optimizeOutputs}})
{{ $t("accountPage.historyBlock.title") }} ({{ $n(transactions.length) }} / {{ $n(allTransactionsCount) }})
{{ $t("accountPage.historyBlock.emptyWallet") }}
{{ $t("accountPage.historyBlock.waitSync") }}