Skip to main content

btc

Macro btc 

Source
macro_rules! btc {
    ($amount:expr) => { ... };
}
Expand description

Shorthand macro for Amount::try_from_btc(dec!(___)).unwrap()