Due to changes with FS api, we need a few more requests for selecting an account, and two of those requests take longer because FS needs to talk to the MC network to fulfill them.
This PR removes one extra request by creating a new function to return both balance and account status from the same request. It also adds a loading indicator while the account switch is happening
Due to changes with FS api, we need a few more requests for selecting an account, and two of those requests take longer because FS needs to talk to the MC network to fulfill them.
This PR removes one extra request by creating a new function to return both balance and account status from the same request. It also adds a loading indicator while the account switch is happening