// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=.js"
// @generated from file gfxcafe/oku/account/v1/specialorders.proto (package gfxcafe.oku.account.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck

import { HistoryRequest, HistoryResponse } from "./specialorders_pb.js";
import { MethodKind } from "@bufbuild/protobuf";

/**
 * SpecialOrdersService provides unified order history functionality
 *
 * @generated from service gfxcafe.oku.account.v1.SpecialOrdersService
 */
export const SpecialOrdersService = {
  typeName: "gfxcafe.oku.account.v1.SpecialOrdersService",
  methods: {
    /**
     * Get order history across multiple chains (/specialorders/history)
     *
     * @generated from rpc gfxcafe.oku.account.v1.SpecialOrdersService.History
     */
    history: {
      name: "History",
      I: HistoryRequest,
      O: HistoryResponse,
      kind: MethodKind.Unary,
    },
  }
} as const;

