-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Generate type safe bindings for abstract accounts (#4) #17
Conversation
|
||
abigen!( | ||
UserOperation, | ||
"$OUT_DIR/UserOperation.sol/UserOperationLib.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vid201 Just FYI. Here it would generate the same data structure UserOperation
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, ok. Then we can import this data structure in user_operation.rs
(and implement additional things that will be needed).
16c6a10
to
e314234
Compare
@zsluedem I think we should add info about installing solc to README.md (with link to https://docs.soliditylang.org/en/v0.8.9/installing-solidity.html and version required). |
LGTM! 🚀 |
The first step for #4 .