Bug #4395
Balance doesn't show transferable balance
Start date:
04/26/2022
Due date:
% Done:
0%
Estimated time:
Description
AVT balance on the “send” screen says available balance but doesn’t show available balance, it shows all locked and unlocked balance and not the transferable balance.
History
Updated by Gilles Hemmerlé 9 months ago
- Assignee set to Olivier Bitsch
- Status changed from In Study to To be discussed
To be discussed with aventus
The possible values are the following (for aventus) :
{
totalBalance: '213069000000000000000',
freeBalance: '2789500000000000000',
stakedBalance: '22279500000000000000',
unlockedBalance: '0',
unstakedBalance: '188000000000000000000'
}
Do you mean that the send screen should display the "freeBalance"? What is the difference with unlockedBalance?
Shouldn't we display the totalBalance (and the freeBalance somewhere near the totalBalance)?