Expand description
Bitcoin amount types
Structs§
- Amount
- Represents an amount of BTC. The base denomination is millisatoshis, which
is why the
Amount
type from rust-bitcoin isn’t used instead.
Enums§
Constants§
Functions§
- msats
- Shorthand for
Amount::from_msats
- sats
- Shorthand for
Amount::from_sats