UNPKG

@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) 213 B
import { AuthToken, LightHouseSDKResponse } from "../../types"; export declare const revokeAccess: (address: string, cid: string, auth_token: AuthToken, revokeTo: Array<string>) => Promise<LightHouseSDKResponse>;