@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
38 lines (37 loc) • 1.24 kB
JavaScript
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=.js"
// @generated from file gfxcafe/oku/account/v1/search.proto (package gfxcafe.oku.account.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { MethodKind } from "@bufbuild/protobuf";
/**
* SearchService provides token and pool search functionality
*
* @generated from service gfxcafe.oku.account.v1.SearchService
*/
export const SearchService = {
typeName: "gfxcafe.oku.account.v1.SearchService",
methods: {
/**
* SearchTokens searches for tokens across supported chains
*
* @generated from rpc gfxcafe.oku.account.v1.SearchService.SearchTokens
*/
searchTokens: {
name: "SearchTokens",
I: SearchTokensRequest,
O: SearchTokensResponse,
kind: MethodKind.Unary,
},
/**
* SearchPools searches for liquidity pools
*
* @generated from rpc gfxcafe.oku.account.v1.SearchService.SearchPools
*/
searchPools: {
name: "SearchPools",
I: SearchPoolsRequest,
O: SearchPoolsResponse,
kind: MethodKind.Unary,
},
}
};