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 468 B
import z from 'zod'; declare const RewardsLeaf: z.ZodTuple<[z.z.ZodCoercedBigInt<unknown>, z.z.ZodCoercedBigInt<unknown>], null>; export type RewardsTreeLeaf = z.infer<typeof RewardsLeaf>; export declare const parseRewardsTree: (data: string) => { format: "standard-v1"; tree: string[]; values: { value: [bigint, bigint]; treeIndex: number; }[]; leafEncoding: string[]; }; export {}; //# sourceMappingURL=parse-rewards-tree.d.ts.map