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
qeval and msg_call should have the same basic input: an expression which may return a value which is evaluated. With qeval, this is just a query and cannot modify state, while msg_call creates a tx.
msg_call can, additionally, be enriched with some extra code, which is parsed as a normal Gno file.
This code is executed in the "realm" of the user; any contract calls from that code will have PrevRealm == OrigCaller.
msg_call's main parameter may call the functions defined in this realm. Ie. --address my_address --expr 'main()' will be essentially the way that maketx run is working now.
The text was updated successfully, but these errors were encountered:
#1001
The text was updated successfully, but these errors were encountered: