IAccount
Methods
validateUserOp
function validateUserOp(UserOperation userOp, bytes32 userOpHash, uint256 missingAccountFunds) external nonpayable returns (uint256 validationData)
Parameters
Name
Type
Description
userOp
UserOperation
undefined
userOpHash
bytes32
undefined
missingAccountFunds
uint256
undefined
Returns
Name
Type
Description
validationData
uint256
undefined
Last updated