@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
27 lines (26 loc) • 915 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/wallet.proto (package gfxcafe.oku.account.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { MethodKind } from "@bufbuild/protobuf";
/**
* WalletService provides wallet-related functionality
*
* @generated from service gfxcafe.oku.account.v1.WalletService
*/
export const WalletService = {
typeName: "gfxcafe.oku.account.v1.WalletService",
methods: {
/**
* Get token holdings for a wallet address (/wallet/{address}/holdings)
*
* @generated from rpc gfxcafe.oku.account.v1.WalletService.AddressHoldings
*/
addressHoldings: {
name: "AddressHoldings",
I: AddressHoldingsRequest,
O: AddressHoldingsResponse,
kind: MethodKind.Unary,
},
}
};