UNPKG

@okutrade/account-api

Version:

TypeScript client for OKU Account API using Connect-ES

22 lines (21 loc) 647 B
/** * WalletService provides wallet-related functionality * * @generated from service gfxcafe.oku.account.v1.WalletService */ export declare const WalletService: { readonly typeName: "gfxcafe.oku.account.v1.WalletService"; readonly methods: { /** * Get token holdings for a wallet address (/wallet/{address}/holdings) * * @generated from rpc gfxcafe.oku.account.v1.WalletService.AddressHoldings */ readonly addressHoldings: { readonly name: "AddressHoldings"; readonly I: any; readonly O: any; readonly kind: any; }; }; };