Abstract
amount must be raw, i.e. in the native representation
Optional
validate: ((value: JSBI) => void)Readonly
denominatorReadonly
isThis boolean checks to see if this is actually a Fraction.
Readonly
numeratorReadonly
tokenStatic
Readonly
ONEStatic
Readonly
ZEROFraction denominator.
Fraction numerator.
Performs floor division.
Multiplies this token amount by a fraction. WARNING: this loses precision
use scale
Abstract
newCreate a new TokenAmount.
Gets this TokenAmount as a percentage of the other TokenAmount.
Reduces this token amount by a percent. WARNING: this loses precision
Multiplies this token amount by a fraction. WARNING: this loses precision
JSON representation of the Fraction.
Static
fromStatic
fromEnsures the other object is of this Fraction type.
Static
isStatic
isReturns true if the other object is a TokenAmount.
Generated using TypeDoc
Represents a quantity of tokens.