UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

9 lines 309 B
export const createEpochSnapshot = async (litClient) => { const ctx = await litClient.getContext(); const snapshot = { latestConnectionInfo: ctx?.latestConnectionInfo, handshakeResult: ctx?.handshakeResult, }; return snapshot; }; //# sourceMappingURL=createEpochSnapshot.js.map