Skip to content

Commit

Permalink
fix: removed old Struct type
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Jun 28, 2023
1 parent a76b35c commit 8ec8a0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ export type Invocations = Array<

export type Tupled = { element: any; type: string };

export type Struct = {
type: 'struct';
[k: string]: BigNumberish;
};
export type Args = {
[inputName: string]: BigNumberish | BigNumberish[] | ParsedStruct | ParsedStruct[];
};
Expand Down

0 comments on commit 8ec8a0d

Please sign in to comment.