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
It is one of the interesting use cases where gas can be paid from ERC-20 account.
Handler that needs to be overwritten:
deduct_caller
PreExecution
reimburse_caller
reward_beneficiary
validate_tx_against_state
The text was updated successfully, but these errors were encountered:
can i take on this ?
Sorry, something went wrong.
No branches or pull requests
It is one of the interesting use cases where gas can be paid from ERC-20 account.
Handler that needs to be overwritten:
deduct_caller
fromPreExecution
: https://bluealloy.github.io/revm/crates/revm/handler.html#preexecutionhandlerreimburse_caller
andreward_beneficiary
from post execution: https://bluealloy.github.io/revm/crates/revm/handler.html#postexecutionhandlervalidate_tx_against_state
https://bluealloy.github.io/revm/crates/revm/handler.html#validationhandler.The text was updated successfully, but these errors were encountered: