getUserOpReceipt abstract method
- String userOpHash
Retrieves a user operation receipt associated with a userOpHash.
userOpHash
: The hashed string of the user operation.
Returns a Future that completes with a UserOperationReceipt
object.
Implementation
Future<UserOperationReceipt> getUserOpReceipt(String userOpHash);