static int xrpToDrops(double xrp) { // double.parse(xrp.toStringAsFixed(2)) return (xrp * DROPS_PER_XRP).toInt(); }