package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# Functions

NewAmount creates an Amount from a floating point value representing some value in bitcoin.

# Constants

These constants define various units used when describing a bitcoin monetary amount.
These constants define various units used when describing a bitcoin monetary amount.
MaxSatoshi is the maximum transaction amount allowed in satoshi.
These constants define various units used when describing a bitcoin monetary amount.
These constants define various units used when describing a bitcoin monetary amount.
These constants define various units used when describing a bitcoin monetary amount.
These constants define various units used when describing a bitcoin monetary amount.
SatoshiPerBitcent is the number of satoshi in one bitcoin cent.
SatoshiPerBitcoin is the number of satoshi in one bitcoin (1 DUO).

# Type aliases

Amount represents the base bitcoin monetary unit (colloquially referred to as a `Satoshi').
Unit describes a method of converting an Amount to something other than the base unit of a bitcoin.