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