Skip to content

Account Abstraction #3338

Answered by EngrPips
GaurangBharadava asked this question in Q&A
Jan 25, 2025 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Hello @GaurangBharadava, We use generatedSignedUserOps to generate a signed userOperation struct but then we firstly need to construct an unsigned userOperation before actually signing the unsigned userOperation to get a signed user operation and that is why we needed the _generateUnsignedUserOps function. So basically we call generatedSignedUserOps to construct a signed userOperation and send it back to us but it need an helper to first construct an unSignedUserOperation so that it can sign it and send it back to us so it delegate the work of creating an unSignedUserOperation to the _generateUnsignedUserOps function then get the unSignedUserOperation and then sign it and then send us bac…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@EngrPips
Comment options

@GaurangBharadava
Comment options

@EngrPips
Comment options

@GaurangBharadava
Comment options

@EngrPips
Comment options

Answer selected by GaurangBharadava
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants