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
Hi guys, what's the use case for this? Anyway, it's always good to have new tools :)
erikzhang
added
Discussion
Initial issue state - proposed but not yet accepted
and removed
Enhancement
Type - Changes that may affect performance, usability or add new features to existing modules.
labels
Oct 9, 2018
The invocation counter records the number of times each contract was invoked in current
InvocationTransaction
.Consider that we have an
InvocationTransaction
with the followingScript
:If we call
System.Runtime.GetInvocationCounter
in each contract, we will get:1
fromAPPCALL <A>
1
from the firstAPPCALL <B>
2
from the secondAPPCALL <B>
1
fromAPPCALL <C>
The text was updated successfully, but these errors were encountered: