UNPKG

@bsv/wallet-toolbox

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

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