@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
14 lines • 468 B
TypeScript
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