macro_rules! btc { ($amount:expr) => { ... }; }
Shorthand macro for Amount::try_from_btc(dec!(___)).unwrap()
Amount::try_from_btc(dec!(___)).unwrap()