# Functions
CombineCoins creates a Coins containing all given coins.
IsEmpty returns true on null or zero amount.
NewCoin creates a new coin object.
NewCoinp returns a pointer to a new coin.
NormalizeCoins is a cleanup operation that merge and orders set of coin instances into a unified form.
ParseHumanFormat parse a human readable coin representation.
# Variables
No description provided by the author
No description provided by the author
IsCC is the RegExp to ensure valid currency codes.
# Type aliases
Coins represents a set of coins.