You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Only Transaction and Type2Transaction objects are currently supported"
)
Look into supporting any rlp.Serializable objects to allow for easier integration. May need to validate the objects for the necessary props/types (Python Protocols could be useful?) to make sure but it should be doable.
The text was updated successfully, but these errors were encountered:
Right now most of our funcs check for native-types. For example:
ledger-eth-lib/ledgereth/transactions.py
Lines 51 to 60 in 884a25b
Look into supporting any
rlp.Serializable
objects to allow for easier integration. May need to validate the objects for the necessary props/types (Python Protocols could be useful?) to make sure but it should be doable.The text was updated successfully, but these errors were encountered: