UNPKG

@lighthouse-web3/kavach

Version:

Encryption SDK: Build your trustless, decentralized and fault resistance Application using distributed key shades with threshold cryptography

4 lines (3 loc) 243 B
import { AuthToken } from "../../types"; import { RecoverShards } from "../../types"; export declare const recoverShards: (address: string, cid: string, auth_token: AuthToken, numOfShards?: number, dynamicData?: {}) => Promise<RecoverShards>;