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

10 lines 410 B
import { ParseResult, RemoveKeyResult } from './types.js'; /** * Parse deposit data JSON with comprehensive error handling */ export declare const parseDepositData: (jsonDepositData: string) => ParseResult; /** * Remove a key at specified index with enhanced error handling */ export declare const removeKey: (jsonDepositData: string, index: number) => RemoveKeyResult; //# sourceMappingURL=parser.d.ts.map