UNPKG

@exromany/lido-csm-sdk

Version:

[![GitHub license](https://img.shields.io/github/license/lidofinance/lido-csm-sdk?color=limegreen)](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [![Version npm](https://img.shields.io/npm/v/@lidofinance/lido-csm-sdk?label=version)](h

6 lines 413 B
import { ClKey, ClPreparedKey } from './types.js'; export declare const getKeysPerChunk: (url: string, keyLength?: number) => number; export declare const getChunks: (arr: string[] | undefined, max: number) => string[][]; export declare const getClUrls: (keys: string[] | undefined, base: string) => string[]; export declare const prepareKey: (key: ClKey) => ClPreparedKey; //# sourceMappingURL=cl-chunks.d.ts.map