Function getUnderlyingFxSymbol

  • Returns the underlying fiat currency symbol for an fxToken. Throws if the symbol is not an fxToken.

    Parameters

    • symbol: string

      The fxToken symbol.

    Returns string

    Example

    getUnderlyingFxSymbol("fxAUD") // "AUD"
    

Generated using TypeDoc