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
API route /api/v2/proxy/account-abstraction/operations/<op_hash> may include the following decoded field:
/api/v2/proxy/account-abstraction/operations/<op_hash>
{ //... "execute_target": { "ens_domain_name": null, "hash": "0x017405a2De0613e12cd3D7B67e691BfEfC46Debf", "implementations": [], "is_contract": true, "is_verified": true, "metadata": null, "name": "Missions" }, //... }
E.g. if the user operation was a USDC-transfer, this contract would a USDC contract address. We should display this field in the UI, if available.
Field is available in the API iff execute_call_data field is present too.
execute_call_data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API route
/api/v2/proxy/account-abstraction/operations/<op_hash>
may include the following decoded field:E.g. if the user operation was a USDC-transfer, this contract would a USDC contract address. We should display this field in the UI, if available.
Field is available in the API iff
execute_call_data
field is present too.The text was updated successfully, but these errors were encountered: