docs icon indicating copy to clipboard operation
docs copied to clipboard

Update decoding callData for paymaster

Open himanshugarg06 opened this issue 8 months ago • 1 comments

When trying to execute userOP via SessionSigner, validation is being done in two steps. First step is validating when trying to do estimation for userOp and this is being done by passing the first calldata from above where we need to skip 4 bytes to get the destination contract. Second step is validating the userOP for execution, and this is being done by passing the second calldata with paymaster where we need to skip 0x4a bytes to get the destination contract. Add above in the docs https://docs.biconomy.io/Modules/abiSessionValidationModule#rules

himanshugarg06 avatar Jun 05 '24 10:06 himanshugarg06