# Functions
New returns new Decimal (in satoshi).
NewGAS returns new Decimal * 1e8 (in GAS).
NewWithPrecision returns new Decimal with custom precision.
ParseFloat return new Decimal parsed from float64 * 1e8 (in GAS).
ParseFloatWithPrecision returns new Decimal parsed from float64 * 1^p.
# Constants
GASPrecision contains precision for NEO Gas token.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Zero is empty Decimal value.