Solidity API
DAppControlTemplate
DEFAULT_SOLVER_GAS_LIMIT
uint32 DEFAULT_SOLVER_GAS_LIMIT
constructor
constructor() internal
_preOpsCall
function _preOpsCall(struct UserOperation) internal virtual returns (bytes)
_checkUserOperation
function _checkUserOperation(struct UserOperation) internal virtual
_allocateValueCall
function _allocateValueCall(address bidToken, uint256 bidAmount, bytes data) internal virtual
_preSolverCall
function _preSolverCall(struct SolverOperation, bytes) internal virtual
_postSolverCall
function _postSolverCall(struct SolverOperation, bytes) internal virtual
_postOpsCall
function _postOpsCall(bool, bytes) internal virtual
getBidFormat
function getBidFormat(struct UserOperation userOp) public view virtual returns (address bidToken)