UNPKG

@okutrade/account-api

Version:

TypeScript client for OKU Account API using Connect-ES

22 lines (21 loc) 625 B
/** * SwapHistoryService provides swap history functionality * * @generated from service gfxcafe.oku.account.v1.SwapHistoryService */ export declare const SwapHistoryService: { readonly typeName: "gfxcafe.oku.account.v1.SwapHistoryService"; readonly methods: { /** * Get the swap history for a user (/swap/history) * * @generated from rpc gfxcafe.oku.account.v1.SwapHistoryService.History */ readonly history: { readonly name: "History"; readonly I: any; readonly O: any; readonly kind: any; }; }; };