Gets a user operation by its hash.
The options for getting the user operation.
Request parameters for getting a user operation.
The user operation hash.
The EVM Smart Account that sent the user operation.
The network the user operation was sent on.
The user operation details.
const result = await getUserOperation({ userOperationHash: "0x123...", evmSmartAccount: "0xabc...", network: "base-sepolia"});console.log("User Operation Status:", result.transactionHash); Copy
const result = await getUserOperation({ userOperationHash: "0x123...", evmSmartAccount: "0xabc...", network: "base-sepolia"});console.log("User Operation Status:", result.transactionHash);
Gets a user operation by its hash.