Function useAllSkipAssets

  • Get the assets supported by the skip API for a given chain

    Parameters

    • Optional args: Partial<{
          includeCW20Assets?: boolean;
          includeEVMAssets?: boolean;
          includeNoMetadataAssets?: boolean;
          includeSVMAssets?: boolean;
          nativeOnly?: boolean;
          only_testnets?: boolean;
      }>

    Returns SWRResponse<Record<string, SkipSupportedAsset[]>, any, {
        dedupingInterval: number;
        revalidateOnFocus: false;
    }>

    list of assets supported by the skip API