getUserOperationByHash abstract method

Future<UserOperationByHash> getUserOperationByHash(
  1. 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);