Skip to content

Commit

Permalink
chore: fix typo in typedef of FhevmInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Dec 8, 2024
1 parent 67ecdfd commit 3aaf5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type FhevmInstance = {
createEIP712: (
publicKey: string,
contractAddress: string,
userAddress?: string,
delegatedAccount?: string,
) => EIP712;
reencrypt: (
handle: bigint,
Expand Down

0 comments on commit 3aaf5e4

Please sign in to comment.