bitcoin_units

Module amount

source
Expand description

Bitcoin amounts.

This module mainly introduces the Amount and SignedAmount types. We refer to the documentation on the types for more information.

Modules§

  • serdeserde
    This module adds serde serialization and deserialization support for Amounts.

Structs§

Enums§

Traits§

  • Calculates the sum over the iterator using checked arithmetic.