You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we need use available flow balance across our wallet for flow token balance. Which including move and send action.
In this way, even user use max amount. The balance won’t lower than 0.001 or the minimum storage requirement.
Currently, we query flow token balance along with other tokens together and its total balance.
We need handle flow balance separately by using available balance.
The text was updated successfully, but these errors were encountered:
Basically, we need use available flow balance across our wallet for flow token balance. Which including move and send action.
In this way, even user use max amount. The balance won’t lower than 0.001 or the minimum storage requirement.
Currently, we query flow token balance along with other tokens together and its total balance.
We need handle flow balance separately by using available balance.
The text was updated successfully, but these errors were encountered: