Skip to content

Commit

Permalink
Merge pull request #98 from zama-ai/exportsForMocked
Browse files Browse the repository at this point in the history
feat: add exported functions for mocked mode
  • Loading branch information
immortal-tofu authored Oct 9, 2024
2 parents 4438163 + 0db5344 commit 57ae622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export type FhevmInstance = {
getPublicParams: () => PublicParams;
};

export { generateKeypair, createEIP712 } from './keypair';

export const createInstance = async (
config: FhevmInstanceConfig,
): Promise<FhevmInstance> => {
Expand Down

0 comments on commit 57ae622

Please sign in to comment.