Serialize and deserialize Option<Amount> as real numbers denominated in satoshi. Use with #[serde(default, with = "amount::serde::as_sat::opt")].
Option<Amount>
#[serde(default, with = "amount::serde::as_sat::opt")]