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
Similar to #2482
On mainnet:
>>> block = w3.eth.get_block(14764013, full_transactions=True) >>> txn = block.transactions[0] >>> print(txn.type) "0x2" >>> print(txn.chainId) "0x1"
I expected an int for both, in this case 2 and 1.
int
2
1
Add a couple field normalizers
The text was updated successfully, but these errors were encountered:
type
chainId
Successfully merging a pull request may close this issue.
What was wrong?
Similar to #2482
On mainnet:
I expected an
int
for both, in this case2
and1
.How can it be fixed?
Add a couple field normalizers
The text was updated successfully, but these errors were encountered: