Documentation
    Preparing search index...

    Variable getAllFlashLoanAssetsConst

    getAllFlashLoanAssets: (
        options?: Partial<
            EnvOption & CacheOption & MarketOption & ServiceEndpointOption,
        >,
    ) => Promise<FloashloanAsset[]> = ...

    Get all available flash loan assets from the API Uses caching to avoid repeated API calls

    Type declaration