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
I like the idea of creating a templated type-safe TxReceipt type. But I think that it is still better to have two separate fields tx for the transaction and deltas for the modified deltas.
Currently this is required:
I think it would be nice to have a polymorphic
TxReceipt<T extends Transaction>
helper, which types the internal transaction:This can then be set in the return values of our interfaces and should be straight forward to implement.
The text was updated successfully, but these errors were encountered: