nonce() :
This function validates a user operation, checks the signature, updates nonce, and pays for missing account funds.
(autogenerated documentation)
entryPoint() :
This function validates a user operation, checks the signature, updates nonce, and pays for missing account funds. It requires an entry point.
(autogenerated documentation)
validateUserOp(bytes32,uint256) :
This function validates a user operation, updates nonce, and pays for missing account funds. It uses a signature for validation.
(autogenerated documentation)
_requireFromEntryPoint() :
This function checks if the caller is the entry point contract and throws an error if not.
(autogenerated documentation)
_validateSignature(bytes32) :
This function validates a user operation's signature and updates nonce. It also pays for any missing account funds.
(autogenerated documentation)
_validateAndUpdateNonce() :
This function pays missing account funds to the user's address using a payable call.
(autogenerated documentation)
_payPrefund(uint256) :
This function sends missing funds to the caller's account using a payable function call.
(autogenerated documentation)