Function stripFx

  • Returns the underlying fiat currency symbol for an fxToken

    Parameters

    • symbol: string

      The fxToken symbol.

    Returns string

    Example

    stripFx("fxAUD") // "AUD"
    

Generated using TypeDoc