UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

3 lines (2 loc) 183 B
import { init } from '../../init'; export declare const createPkpSignTest: (ctx: Awaited<ReturnType<typeof init>>, getAuthContext: () => any, pubkey?: string) => () => Promise<void>;