how do i call getBlockReceipt using web3 js? #6424
Unanswered
kkeolmusae
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
geth now supports the getBlockReceipt method. (https://github.com/ethereum/go-ethereum/releases/tag/v1.13.0)
I want to call the method using web3, so can I know when to start supporting it?
Now i can simply update geth and call from the node in the same way as curl. But eventually i have to connect to the websocket and use it, so i want you to support it so that I can get it using web3js.
Beta Was this translation helpful? Give feedback.
All reactions