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

5 lines 447 B
import { CSM_SUPPORTED_CHAINS } from '../../common/index.js'; export declare const saveKeys: (pubKeys: string[], chainId: CSM_SUPPORTED_CHAINS, blockNumber: number) => void; export declare const removeKeys: (pubKeys: string[], chainId: CSM_SUPPORTED_CHAINS, blockNumber: number) => void; export declare const checkKeys: (pubKeys: string[], chainId: CSM_SUPPORTED_CHAINS, blockNumber?: number) => string[]; //# sourceMappingURL=cached-keys.d.ts.map