UNPKG

lighthouse-encryption-sdk-browser

Version:

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

9 lines (8 loc) 281 B
import { AuthToken, KeyShard } from "../../types"; export declare const saveShards: (address: string, cid: string, auth_token: AuthToken, keyShards: KeyShard[], shareTo?: string[]) => Promise<{ isSuccess: boolean; error: any; } | { isSuccess: any; error: null; }>;