UNPKG

@okutrade/account-api

Version:

TypeScript client for OKU Account API using Connect-ES

22 lines (21 loc) 662 B
/** * SpecialOrdersService provides unified order history functionality * * @generated from service gfxcafe.oku.account.v1.SpecialOrdersService */ export declare const SpecialOrdersService: { readonly typeName: "gfxcafe.oku.account.v1.SpecialOrdersService"; readonly methods: { /** * Get order history across multiple chains (/specialorders/history) * * @generated from rpc gfxcafe.oku.account.v1.SpecialOrdersService.History */ readonly history: { readonly name: "History"; readonly I: any; readonly O: any; readonly kind: any; }; }; };