Function transferRateToDecimal

  • Converts a transfer rate in "billionths" format to a decimal.

    Parameters

    • rate: number

      TransferRate to convert to decimal.

    Returns string

    decimal representation of transfer Rate.

    Throws

    ValidationError when it cannot convert from billionths format.

Generated using TypeDoc