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

16 lines 525 B
/** * Minimal ABI for checking contract versions. * Contains only getInitializedVersion method supported by all versioned contracts. */ export declare const VersionCheckAbi: readonly [{ readonly type: "function"; readonly name: "getInitializedVersion"; readonly inputs: readonly []; readonly outputs: readonly [{ readonly name: ""; readonly type: "uint64"; readonly internalType: "uint64"; }]; readonly stateMutability: "view"; }]; //# sourceMappingURL=VersionCheck.d.ts.map