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