pub fn parse_money(money_string: &String) -> Option<Amount>
| Parse an amount denoted in full coins. | E.g. “0.0034” supplied on the command | line. * |