This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Export all return types such as Web3Account
or the signature type
#7341
Labels
Hi, I’ve noticed that some types returned by methods aren’t exported as types, such as
Web3Account
orSignature
(ReturnType<typeof account.sign>
). This makes it more difficult to structure larger TypeScript codebases effectively. Please see the example below:The text was updated successfully, but these errors were encountered: