@lit-protocol/e2e
Version:
Lit Protocol E2E testing package for running comprehensive integration tests
10 lines • 377 B
TypeScript
import { init } from '../init';
/**
* Creates a PKP authentication context
*/
export declare const createPkpAuthContext: (ctx: Awaited<ReturnType<typeof init>>) => Promise<any>;
/**
* Creates a custom authentication context
*/
export declare const createCustomAuthContext: (ctx: Awaited<ReturnType<typeof init>>) => Promise<any>;
//# sourceMappingURL=auth-contexts.d.ts.map