@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
27 lines (26 loc) • 921 B
JavaScript
// @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 { 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,
},
}
};