bitcoin_units::amount::serde

Module as_btc

source
Available on crate features serde and alloc only.
Expand description

Serialize and deserialize Amount as JSON numbers denominated in BTC. Use with #[serde(with = "amount::serde::as_btc")].

Modules§

  • Serialize and deserialize Option<Amount> as JSON numbers denominated in BTC. Use with #[serde(default, with = "amount::serde::as_btc::opt")].

Functions§