package
0.0.0-20190618060323-4701ab309562
Repository: https://github.com/fletaio/core.git
Documentation: pkg.go.dev

# Functions

NewAmountFromBytes parse the amount from the byte array.
NewCoinAmount returns the amount that is consisted of the integer and the fractional value.
ParseAmount parse the amount from the float string.

# Constants

FractionalCount represent the number of under the float point.
FractionalMax represent the max value of under the float point.

# Variables

COIN is 1 coin.
amount errors.

# Structs

Amount is the precision float value based on the big.Int.