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
Define the xCall Interface Trait that has all the public functions that the xCall contract must expose and is used by both the proxy and implementation contracts.
Implement the xCall implementation contract that contains all of the up-to-date logic of xCall.
Implement the xCall proxy contract that delegates calls to the current implementation contract. Updates are made via access control.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: