@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
6 lines • 341 B
TypeScript
import { StandardMerkleTree } from '@openzeppelin/merkle-tree';
import { Address } from 'viem';
import { Proof } from '../common/types.js';
import { AddressesTreeLeaf } from './types.js';
export declare const findProof: (tree: StandardMerkleTree<AddressesTreeLeaf>, address: Address) => Proof | null;
//# sourceMappingURL=find-proof.d.ts.map