@lighthouse-web3/kavach
Version:
Encryption SDK: Build your trustless, decentralized and fault resistance Application using distributed key shades with threshold cryptography
3 lines (2 loc) • 363 B
TypeScript
import { AuthToken, Condition, DecryptionType, KeyShard, ChainType, LightHouseSDKResponse } from "../../types";
export declare const accessControl: (address: string, cid: string, auth_token: AuthToken, conditions: Condition[], aggregator?: string, chainType?: ChainType, keyShards?: KeyShard[], decryptionType?: DecryptionType) => Promise<LightHouseSDKResponse>;