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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
This is overly verbose. From<InvokeTransaction> for AccountTransaction and From<InvokeTransaction> for Transaction are easy to implement and will make the code more straightforward.
Same for all other tx types
The text was updated successfully, but these errors were encountered:
gswirski
pushed a commit
to reilabs/blockifier
that referenced
this issue
Jun 26, 2024
Right now if I want to create and
Transaction
from anInvokeTransaction
I have to write this code:This is overly verbose.
From<InvokeTransaction> for AccountTransaction
andFrom<InvokeTransaction> for Transaction
are easy to implement and will make the code more straightforward.Same for all other tx types
The text was updated successfully, but these errors were encountered: