You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate typechain bindings using ethers-v6. I have some files in Solidity that are just structs. The are imported into contracts and appear in their typechain files.
The output of the typechain bindings for those structs looks like
tsc throws tons of errors when trying to bundle this as a library. Is it normal for the keys to be undefined? I have a feeling this is off because I cannot build our library with the bindings created by Typechain.
Overview
I'm trying to generate typechain bindings using
ethers-v6
. I have some files in Solidity that are just structs. The are imported into contracts and appear in their typechain files.The output of the typechain bindings for those structs looks like
tsc
throws tons of errors when trying to bundle this as a library. Is it normal for the keys to beundefined
? I have a feeling this is off because I cannot build our library with the bindings created by Typechain.For reference, our structs in Solidity look like:
The text was updated successfully, but these errors were encountered: