package
1.0.4
Repository: https://github.com/iov-one/weave.git
Documentation: pkg.go.dev

# 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.

# Constants

fractional units = 10^9.
MaxFrac is the highest possible fractional value.
10^15-1.
MinFrac is the lowest possible fractional value.
MinInt is the lowest whole value we accept.

# Variables

No description provided by the author
No description provided by the author
IsCC is the RegExp to ensure valid currency codes.

# Structs

Coin can hold any amount between -1 billion and +1 billion at steps of 10^-9.

# Type aliases

Coins represents a set of coins.