WaitForUserOperationOptions: {
    smartAccountAddress: Address;
    userOpHash: Hex;
    waitOptions?: WaitOptions;
}

Options for waiting for a user operation.

Type declaration

  • smartAccountAddress: Address

    The address of the smart account.

  • userOpHash: Hex

    The hash of the user operation.

  • OptionalwaitOptions?: WaitOptions

    Optional options for the wait operation.