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
Right now, the contract is triggered by API calls and the method does not have a separate path of execution for internal contracts. For some functions, it might be useful to have such methods (ie we could pass around a "method" param which can denote "API" or "internal" and the contract can execute accordingly.
Right now, the contract is triggered by API calls and the method does not have a separate path of execution for internal contracts. For some functions, it might be useful to have such methods (ie we could pass around a "method" param which can denote "API" or "internal" and the contract can execute accordingly.