.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/lint-check.yml
.github/workflows/python-publish.yml
.github/workflows/static.yml
.github/workflows/test.yml
aiotx/__init__.py
aiotx/exceptions.py
aiotx.egg-info/PKG-INFO
aiotx.egg-info/SOURCES.txt
aiotx.egg-info/dependency_links.txt
aiotx.egg-info/requires.txt
aiotx.egg-info/top_level.txt
aiotx/clients/__init__.py
aiotx/clients/_base_client.py
aiotx/clients/_bitcoin_base_client.py
aiotx/clients/_evm_base_client.py
aiotx/types/__init__.py
aiotx/utils/bep20_abi.json
aiotx/utils/erc20_abi.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/monitoring.rst
docs/clients/bsc_client/from_wei.rst
docs/clients/bsc_client/generate_address.rst
docs/clients/bsc_client/get_address_from_private_key.rst
docs/clients/bsc_client/get_balance.rst
docs/clients/bsc_client/get_block_by_number.rst
docs/clients/bsc_client/get_gas_price.rst
docs/clients/bsc_client/get_last_block.rst
docs/clients/bsc_client/get_token_balance.rst
docs/clients/bsc_client/get_transaction.rst
docs/clients/bsc_client/get_transaction_count.rst
docs/clients/bsc_client/index.rst
docs/clients/bsc_client/send_token_transaction.rst
docs/clients/bsc_client/send_transaction.rst
docs/clients/bsc_client/to_wei.rst
docs/clients/btc_client/from_wei.rst
docs/clients/btc_client/generate_address.rst
docs/clients/btc_client/index.rst
docs/clients/btc_client/to_wei.rst
docs/clients/eth_client/from_wei.rst
docs/clients/eth_client/generate_address.rst
docs/clients/eth_client/index.rst
docs/clients/eth_client/to_wei.rst
examples/aiogram_notificator_bot.png
examples/aiogram_notificator_bot.py
examples/block_and_transactions_parser.py
examples/two_block_parsers.py
scripts/build_and_test.sh
tests/conftest.py
tests/test_bsc_client.py
tests/test_bsc_input_decoding.py
tests/test_bsc_monitoring.py
tests/test_eth_client.py
tests/test_eth_input_decoding.py
tests/test_eth_monitoring.py
tests/fixtures/cassettes/bsc/get_balance.yaml
tests/fixtures/cassettes/bsc/get_contract_decimals.yaml
tests/fixtures/cassettes/bsc/get_gas_price.yaml
tests/fixtures/cassettes/bsc/get_last_block.yaml
tests/fixtures/cassettes/bsc/get_token_balance.yaml
tests/fixtures/cassettes/bsc/get_transaction.yaml
tests/fixtures/cassettes/bsc/get_transaction_count.yaml
tests/fixtures/cassettes/bsc/send_token_transaction.yaml
tests/fixtures/cassettes/bsc/send_transaction.yaml
tests/fixtures/cassettes/bsc/send_transaction_with_auto_gas.yaml
tests/fixtures/cassettes/bsc/send_transaction_with_custom_nonce.yaml
tests/fixtures/cassettes/bsc/test_async_monitoring.yaml
tests/fixtures/cassettes/eth/get_balance.yaml
tests/fixtures/cassettes/eth/get_contract_decimals.yaml
tests/fixtures/cassettes/eth/get_gas_price.yaml
tests/fixtures/cassettes/eth/get_last_block.yaml
tests/fixtures/cassettes/eth/get_token_balance.yaml
tests/fixtures/cassettes/eth/get_transaction.yaml
tests/fixtures/cassettes/eth/get_transaction_count.yaml
tests/fixtures/cassettes/eth/send_token_transaction.yaml
tests/fixtures/cassettes/eth/send_token_transaction_with_auto_params.yaml
tests/fixtures/cassettes/eth/send_transaction.yaml
tests/fixtures/cassettes/eth/send_transaction_with_auto_gas.yaml
tests/fixtures/cassettes/eth/send_transaction_with_custom_nonce.yaml
tests/fixtures/cassettes/eth/test_async_monitoring.yaml