Variable zrxApiParamsConst

zrxApiParams: {
    apiBaseUrl: {
        ETH: string;
    };
    nativeTokenAddress: string;
} = ...

Type declaration

  • apiBaseUrl: {
        ETH: string;
    }
    • ETH: string
  • nativeTokenAddress: string

Generated using TypeDoc