Skip to content

Commit

Permalink
Add typescript defs for new field (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Nov 14, 2024
1 parent def82f1 commit 1036eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ export interface CreateInvocation {
hash: string;
address: string;
salt: string;
constructorArgs?: any[];
};
}

Expand Down

0 comments on commit 1036eab

Please sign in to comment.