Function fedimint_core::msats

source ·
pub fn msats(msats: u64) -> Amount
Expand description

Shorthand for Amount::from_msats

Useful only for tests, but it’s so common that it makes sense to have it in the main fedimint-api crate.