UserOperationResult constructor

UserOperationResult({
  1. UserOperation? userOperation,
  2. String? entryPoint,
  3. String? blockNumber,
  4. String? blockHash,
  5. String? transactionHash,
})

Implementation

UserOperationResult(
    {this.userOperation,
    this.entryPoint,
    this.blockNumber,
    this.blockHash,
    this.transactionHash});