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.
Right now ExecutableTransaction is only implemented on Transaction, AccountTransaction and L1HandlerTransaction.
It forces me to wrap my InvokeTransaction in an AccoutTransaction to execute it.
This has no reason to be the case, ExecutableTransaction should be implemented on InvokeTransaction as well as DeclareTransaction and DeployAccountTransaction.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now
ExecutableTransaction
is only implemented onTransaction
,AccountTransaction
andL1HandlerTransaction
.It forces me to wrap my
InvokeTransaction
in anAccoutTransaction
to execute it.This has no reason to be the case,
ExecutableTransaction
should be implemented onInvokeTransaction
as well asDeclareTransaction
andDeployAccountTransaction
.The text was updated successfully, but these errors were encountered: