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
Now, dynamic link functions can be called by only other contracts. Enable it from tx or query directly.
The text was updated successfully, but these errors were encountered:
without #255, read-only dynamic linked functions can be called via tx. Consider that it is ok or should be solved.
Sorry, something went wrong.
CallCallablePoint
QueryCallablePoint
callable_point
Call by tx
Call by Query
I think it is unnecessary. I think it's enough the callee function for dynamic link only be called by dynamic link caller.
Kynea0b
No branches or pull requests
Now, dynamic link functions can be called by only other contracts. Enable it from tx or query directly.
The text was updated successfully, but these errors were encountered: