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
By being able to check the Instruction Count from the Debug log when Hook is executed, it becomes possible to set an appropriate Fee for the JS Hook.
Without this, we would either be charged an execution fee that is too high for the execution logic, or we would set a low fee and the hook would fail.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
By being able to check the Instruction Count from the Debug log when Hook is executed, it becomes possible to set an appropriate Fee for the JS Hook.
Motivation
Without this, we would either be charged an execution fee that is too high for the execution logic, or we would set a low fee and the hook would fail.
Solution
Paths Not Taken
The text was updated successfully, but these errors were encountered: