@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
22 lines (21 loc) • 638 B
TypeScript
/**
* TokensService provides token information and metadata
*
* @generated from service gfxcafe.oku.account.v1.TokensService
*/
export declare const TokensService: {
readonly typeName: "gfxcafe.oku.account.v1.TokensService";
readonly methods: {
/**
* Get token details by chain and address (/tokens/{chain}/{address})
*
* @generated from rpc gfxcafe.oku.account.v1.TokensService.ChainAddress
*/
readonly chainAddress: {
readonly name: "ChainAddress";
readonly I: any;
readonly O: any;
readonly kind: any;
};
};
};