pub fn parse_amount(s: &str) -> Result<u64, Error>
parse amount string to zatoshi using integer arithmetic (no float precision issues)