You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when calling the web3.eth.getBlock() function, the array of transactions that is returned contains only partially correct information about the transactions.
Here is an example transaction retrieved with getBlock(58459):
However I would have expected that the input field contains the actual transaction inputs (that is, the arguments passed when calling in this case a smart contract method).
This would prove very helpful to get much more details about transactions occurring in a given block, so as to be able to create rich block explorer functionalities.
The text was updated successfully, but these errors were encountered:
Currently when calling the
web3.eth.getBlock()
function, the array of transactions that is returned contains only partially correct information about the transactions.Here is an example transaction retrieved with
getBlock(58459)
:However I would have expected that the
input
field contains the actual transaction inputs (that is, the arguments passed when calling in this case a smart contract method).This would prove very helpful to get much more details about transactions occurring in a given block, so as to be able to create rich block explorer functionalities.
The text was updated successfully, but these errors were encountered: