UNPKG

wallet-storage-client

Version:
8 lines 290 B
import { MerklePath } from '@bsv/sdk'; export interface TscMerkleProofApi { height: number; index: number; nodes: string[]; } export declare function convertProofToMerklePath(txid: string, proof: TscMerkleProofApi): MerklePath; //# sourceMappingURL=tscProofToMerklePath.d.ts.map