We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getDepositTx
getDepositTx has return value Promise<any>. It should be properly typed.
Promise<any>
zksync-ethers/src/adapters.ts
Line 782 in 6476368
It seems to me this is not difficult to implement, as when I go 2 functions deep I can see things are typed properly.
The text was updated successfully, but these errors were encountered:
@cytadela8 Thank you for mentioning this, it will be resolved.
Sorry, something went wrong.
No branches or pull requests
🌟 Feature Request
📝 Description
getDepositTx
has return valuePromise<any>
. It should be properly typed.zksync-ethers/src/adapters.ts
Line 782 in 6476368
🤔 Rationale
It seems to me this is not difficult to implement, as when I go 2 functions deep I can see things are typed properly.
📋 Additional Context
The text was updated successfully, but these errors were encountered: