Skip to content

Commit

Permalink
fix: struct returns empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Nov 28, 2023
1 parent f5db874 commit 5945866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/circuit_value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ function Struct<
};
toJSON: (x: T) => J;
fromJSON: (x: J) => T;
empty: () => T;
} {
class Struct_ {
static type = provable<A>(type);
Expand Down

0 comments on commit 5945866

Please sign in to comment.