UserOperationResult constructor
UserOperationResult({
- UserOperation? userOperation,
- String? entryPoint,
- String? blockNumber,
- String? blockHash,
- String? transactionHash,
Implementation
UserOperationResult(
{this.userOperation,
this.entryPoint,
this.blockNumber,
this.blockHash,
this.transactionHash});