package
0.7.6
Repository: https://github.com/nspcc-dev/neofs-api-go.git
Documentation: pkg.go.dev

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

# Structs

Decimal is a structure used for representation of assets amount.