Export types defined in the examples folder #51
Closed
jasperverbeet
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I noticed a lot of these types are exported by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The types in the example folder are not part of the package export but offer beneficial types for interacting with smart contracts in a non-wagmi environment.
Currently, I'm working on a project in a node environment where I'm switching from
Typechain
toabitype
with some custom implementations. To obtain the types for events and functions, I'm relying on the types defined in the examples folder. I have to copy and define them manually, but I'd rather import these types directly from the package.Is this something that would be considered?
Beta Was this translation helpful? Give feedback.
All reactions