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
Currently when actually executing a transaction we execute all of them as legacy transactions. We need to rework the TransactionInput type to actually run each transaction as its corresponding type.
Currently when actually executing a transaction we execute all of them as legacy transactions. We need to rework the
TransactionInputtype to actually run each transaction as its corresponding type.