UNPKG

lighthouse-encryption-sdk-browser

Version:

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

5 lines (4 loc) 154 B
import { IGetAccessCondition } from "../../types"; export declare const getAccessCondition: (cid: string) => Promise<{ data: IGetAccessCondition; }>;