Module breez_sdk_liquid::bitcoin::util::amount
Expand description
Bitcoin amounts.
This module mainly introduces the Amount and SignedAmount types. We refer to the documentation on the types for more information.
Structs§
- Amount
- A helper/builder that displays amount with specified settings.
- SignedAmount
Enums§
- A set of denominations in which amounts can be expressed.
- An error during amount parsing.
Traits§
- Calculate the sum over the iterator using checked arithmetic.