ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

Expose TypedTransactions Publicly #262

Closed kclowes closed 4 months ago

kclowes commented 5 months ago

Currently TypedTransaction classes live under _utils. We want to expose those for general use. This should :tm: just involve moving them and changing the import path as needed.