Function roundAmountToNativeCurrencyDecimals

  • Rounds value to the number of decimals specified by the native currency (see currencies.ts)

    Parameters

    • value: Value
    • currency: string
    • roundingMode: 0 = BigNumber.ROUND_UP

    Returns string

Generated using TypeDoc