We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the ability from the gateway contracts to call smart contract (programs) using the authenticated model.
The Gateway contract can call a predefined function onCall on any smart contract, the caller from ZetaChain is speficied in the argument.
onCall
Need some investigation as we use interface in Solidity
The text was updated successfully, but these errors were encountered:
skosito
No branches or pull requests
Support the ability from the gateway contracts to call smart contract (programs) using the authenticated model.
The Gateway contract can call a predefined function
onCall
on any smart contract, the caller from ZetaChain is speficied in the argument.Need some investigation as we use interface in Solidity
The text was updated successfully, but these errors were encountered: