UNPKG

lighthouse-encryption-sdk-browser

Version:

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

3 lines (2 loc) 236 B
import { AuthToken, LightHouseSDKResponse } from "../../types"; export declare const transferOwnership: (address: string, cid: string, newOwner: string, auth_token: AuthToken, resetSharedTo?: boolean) => Promise<LightHouseSDKResponse>;