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

3 lines 263 B
import { StandardMerkleTree } from '@openzeppelin/merkle-tree'; export declare const fetchAddressesTree: (url: string, treeRoot: string) => Promise<StandardMerkleTree<import("./types.js").AddressesTreeLeaf> | null>; //# sourceMappingURL=fetch-proofs-tree.d.ts.map