Document what innerSignature
(and signature
) is for each keytype
#25
Labels
documentation
Improvements or additions to documentation
I've come to learn that
UserOp.signature
can be e.g.abi.encode(r, s, v)
,abi.encode(r, vs)
for secp256k1. The second case only if the privkey corresponds toUserOp.eoa
. It would be nice to document exactly whatsignature
can be, for which keytypes and under what constraints, as well as whatinnerSignature
can be in the case wheresignature
isabi.encodePacked(bytes(innerSignature), bytes32(keyHash), bool(prehash))
The text was updated successfully, but these errors were encountered: