combined number transform 1-2: from raw
static double balanceDouble(String raw, int decimals) { return bigIntToDouble(balanceInt(raw), decimals); }