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
https://github.com/ethereum/web3.js/blob/9714f30869d2ba6d1a7bc80df67a029694b2abc3/packages/web3-eth/types/index.d.ts#L191
in here the Block type have transaction type is array of Transaction; but when returned by web3.eth.getBlock() the type is array of string.
suggestion: make it union type of Transaction and string
The text was updated successfully, but these errors were encountered:
Hey thanks for raising this issue. Brilliant spot i will do a PR now for this.
Sorry, something went wrong.
This has been fixed here - #2844 @nivida will merge that when he has a second.
merged.
No branches or pull requests
https://github.com/ethereum/web3.js/blob/9714f30869d2ba6d1a7bc80df67a029694b2abc3/packages/web3-eth/types/index.d.ts#L191
in here the Block type have transaction type is array of Transaction; but when returned by web3.eth.getBlock() the type is array of string.
suggestion: make it union type of Transaction and string
The text was updated successfully, but these errors were encountered: