LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
eth_account/__init__.py
eth_account/account.py
eth_account/datastructures.py
eth_account/messages.py
eth_account/py.typed
eth_account.egg-info/PKG-INFO
eth_account.egg-info/SOURCES.txt
eth_account.egg-info/dependency_links.txt
eth_account.egg-info/not-zip-safe
eth_account.egg-info/requires.txt
eth_account.egg-info/top_level.txt
eth_account/_utils/__init__.py
eth_account/_utils/legacy_transactions.py
eth_account/_utils/signing.py
eth_account/_utils/transaction_utils.py
eth_account/_utils/typed_transactions.py
eth_account/_utils/validation.py
eth_account/_utils/encode_typed_data/__init__.py
eth_account/_utils/encode_typed_data/encoding_and_hashing.py
eth_account/_utils/encode_typed_data/helpers.py
eth_account/_utils/structured_data/__init__.py
eth_account/_utils/structured_data/hashing.py
eth_account/_utils/structured_data/validation.py
eth_account/hdaccount/__init__.py
eth_account/hdaccount/_utils.py
eth_account/hdaccount/deterministic.py
eth_account/hdaccount/mnemonic.py
eth_account/hdaccount/wordlist/chinese_simplified.txt
eth_account/hdaccount/wordlist/chinese_traditional.txt
eth_account/hdaccount/wordlist/czech.txt
eth_account/hdaccount/wordlist/english.txt
eth_account/hdaccount/wordlist/french.txt
eth_account/hdaccount/wordlist/italian.txt
eth_account/hdaccount/wordlist/japanese.txt
eth_account/hdaccount/wordlist/korean.txt
eth_account/hdaccount/wordlist/spanish.txt
eth_account/signers/__init__.py
eth_account/signers/base.py
eth_account/signers/local.py
tests/core/test_accounts.py
tests/core/test_deterministic.py
tests/core/test_encode_structured_data_vs_signTypedData_v4.py
tests/core/test_hdaccount.py
tests/core/test_import_and_version.py
tests/core/test_messages.py
tests/core/test_mnemonic.py
tests/core/test_structured_data_signing.py
tests/core/test_transaction_utils.py
tests/core/test_typed_transactions.py
tests/core/test_validation.py
tests/core/test_encode_typed_data/test_encode_typed_data_full_messages.py
tests/core/test_encode_typed_data/test_encode_typed_data_internals.py
tests/eip712_messages/__init__.py
tests/eip712_messages/invalid.json
tests/eip712_messages/messages.py
tests/eip712_messages/one_arg_invalid.json
tests/eip712_messages/valid_for_all.json
tests/eip712_messages/valid_py_and_ethers.json
tests/eip712_messages/valid_py_and_metamask.json
tests/fixtures/invalid_message_invalid_abi_type.json
tests/fixtures/invalid_message_unequal_1d_array_lengths.json
tests/fixtures/invalid_message_unequal_array_dimensions.json
tests/fixtures/invalid_message_valid_abi_type_invalid_value.json
tests/fixtures/invalid_message_value_type_mismatch_type.json
tests/fixtures/invalid_struct_identifier_message.json
tests/fixtures/invalid_struct_type_message.json
tests/fixtures/valid_eip712_example.json
tests/fixtures/valid_eip712_example_with_array.json
tests/fixtures/valid_eip712_example_with_multi_array.json
tests/fixtures/valid_message_nested_structs.json
tests/integration/test_comparison_js_eip712_signing.py
tests/integration/test_ethers_fuzzing.py
tests/integration/js-scripts/.gitignore
tests/integration/js-scripts/ethers-mnemonic-fuzzing.js
tests/integration/js-scripts/package-lock.json
tests/integration/js-scripts/package.json
tests/integration/js-scripts/setup_node_v20.sh
tests/integration/js-scripts/sign-eip712-with-ethers.js
tests/integration/js-scripts/sign-eip712-with-metamask.js