UNPKG

@lighthouse-web3/kavach

Version:

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

10 lines (9 loc) 250 B
export declare const getJWT: (address: string, payload: string, useAsRefreshToken?: boolean, chain?: string) => Promise<{ JWT: any; refreshToken: any; error: null; } | { JWT: null; error: string; refreshToken?: undefined; }>;