# Functions
Fixed8FromFloat returns a new Fixed8 type multiplied by decimals.
Fixed8FromInt64 returns a new Fixed8 type multiplied by decimals.
Fixed8FromString parses s which must be a fixed point number with precision up to 10^-8.
FromString converts a string to a big decimal with the specified precision.
Satoshi defines the value of a 'Satoshi'.
ToString converts a big decimal with the specified precision to a string.
# Variables
ErrInvalidFormat is returned when decimal format is invalid.
# Type aliases
Fixed8 represents a fixed-point number with precision 10^-8.