UNPKG

@lighthouse-web3/kavach

Version:

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

4 lines (3 loc) 282 B
export declare const isCidReg: (cid: string) => boolean; export declare const isEqual: (...objects: any) => any; export declare function API_NODE_HANDLER(endpoint: string, verb: "GET" | "POST" | "DELETE" | "PUT", auth_token?: string, body?: any, retryCount?: number): Promise<any>;