Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getUserOperation(options: GetUserOperationOptions): Promise<EvmUserOperation>;
options
GetUserOperationOptions
Promise
EvmUserOperation
const result = await getUserOperation({ userOperationHash: "0x123...", evmSmartAccount: "0xabc...", network: "base-sepolia" }); console.log("User Operation Status:", result.transactionHash);
Was this page helpful?