-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: ERC-6492 signature verification #39
Conversation
Self { provider } | ||
} | ||
|
||
pub async fn verify_signature( |
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.
I assume for Kotlin it would be copy and paste this method
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.
Yeah
provider: ReqwestProvider<Ethereum>, | ||
} | ||
|
||
impl Erc6492Client { |
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.
I understand that I can use this client to verify any type of accounts, EOAs and SA, correct?
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.
Yeah, you can verify all signature types with this
Adds ERC-6492 signature verification to the Swift FFI bindings
Resolves RES-93
personal_sign
Depends on reown-com/erc6492#3