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

14 lines 477 B
import z from 'zod'; declare const StrikesLeaf: z.ZodTuple<[z.z.ZodCoercedBigInt<unknown>, z.ZodString, z.ZodArray<z.ZodNumber>], null>; export type StrikesTreeLeaf = z.infer<typeof StrikesLeaf>; export declare const parseStrikesTree: (data: string) => { format: "standard-v1"; tree: string[]; values: { value: [bigint, string, number[]]; treeIndex: number; }[]; leafEncoding: string[]; }; export {}; //# sourceMappingURL=parse-tree.d.ts.map