Properties
boundLisener
boundLisener: (this: any, ...param: any) => void
Type declaration
-
- (this: any, ...param: any): void
-
Parameters
-
this: any
-
Rest ...param: any
Returns void
Optional Readonly nonce
nonce: BigNumberish
Readonly reject
reject: (reason?: any) => void
Readonly resolve
resolve: (t: TransactionReceipt) => void
Type declaration
-
- (t: TransactionReceipt): void
resolved
resolved: boolean = false
Readonly sender
sender: string
Optional Readonly timeout
timeout: number
Readonly userOpHash
userOpHash: string
This class encapsulates Ethers.js listener function and necessary UserOperation details to discover a TransactionReceipt for the operation.