Options for waiting for a user operation.

interface WaitForUserOperationOptions {
    smartAccountAddress: `0x${string}`;
    userOpHash: `0x${string}`;
    waitOptions?: WaitOptions;
}

Properties

smartAccountAddress: `0x${string}`

The smart account address.

userOpHash: `0x${string}`

The user operation hash.

waitOptions?: WaitOptions

The wait options.