UserOperation constructor
UserOperation({})
Implementation
UserOperation(
{this.sender,
this.nonce,
this.initCode,
this.callData,
this.callGasLimit,
this.verificationGasLimit,
this.preVerificationGas,
this.maxFeePerGas,
this.maxPriorityFeePerGas,
this.paymasterAndData,
this.signature});