Cashtab wallets store balances in a cumbersome custom object, with strings for both xec balance and sats balance.
Instead, just store sats as a number. This is a simpler implementation and makes it easier to perform calculations, for example now we can render notification amounts with locale string easily.