static BigInt toLovelaces(String amount) { final parse = BigRational.parseDecimal(amount); return (parse * _adaDecimal).toBigInt(); }