Function useSkipAssets

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

    Parameters

    • chainId: undefined | string
    • Optional options: {
          includeCW20Assets?: boolean;
          includeEVMAssets?: boolean;
          includeNoMetadataAssets?: boolean;
          includeSVMAssets?: boolean;
          nativeOnly?: boolean;
      }
      • Optional includeCW20Assets?: boolean
      • Optional includeEVMAssets?: boolean
      • Optional includeNoMetadataAssets?: boolean
      • Optional includeSVMAssets?: boolean
      • Optional nativeOnly?: boolean

    Returns UseSkipAssetsResponse

    list of assets supported by the skip API