// @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 { AddressHoldingsRequest, AddressHoldingsResponse } from "./wallet_pb.js";
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,
    },
  }
} as const;

