Closed q9f closed 2 years ago
Sorry for the confusion! It looks like you're looking at the 'latest' version of the docs which builds from master. We consolidated encode_single
and encode_abi
into one encode
method, between now and the last release. You can either install eth_abi
from master or you can use encode_single
or encode_abi
with v3.0.0. Here's a link to the stable version of the docs: https://eth-abi.readthedocs.io/en/stable/encoding.html if you want to use encode_single
or encode_abi
.
Thank you, that works for me!
What was wrong?
The docs: https://eth-abi.readthedocs.io/en/latest/encoding.html
Suggest to import
encode
frometh_abi
which is apparently not available.Code that produced the error
Full error output
Environment