lib-base.decimal

Home > @mosaic/lib-base > Decimal

Decimal class

Fixed-point decimal bignumber with 18 digits of precision.

Signature:

export declare class Decimal 

Remarks

Used by Mosaic libraries to precisely represent native currency (e.g. Ether), MoUSD and MSIC amounts, as well as derived metrics like collateral ratios.

Properties

PropertyModifiersTypeDescription

this | undefined

static

this | undefined

static

boolean

this | undefined

static

this | undefined

static

Methods

Last updated