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

9 lines 384 B
import { CsmSDKModule } from '../common/class-primitives/csm-sdk-module.js'; import { CurrentFrameInfo, FrameInfo } from './types.js'; export declare class FrameSDK extends CsmSDKModule { private get oracleContract(); private get consensusContract(); getInfo(): Promise<FrameInfo>; getCurentFrame(): Promise<CurrentFrameInfo>; } //# sourceMappingURL=frame-sdk.d.ts.map