UNPKG

debank-open-api

Version:
57 lines (56 loc) 1.05 kB
/* tslint:disable */ /* eslint-disable */ /** * DeBank OpenAPI * Build for DeFi Developers. * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface Protocol */ export interface Protocol { /** * protocol id * @type {string} * @memberof Protocol */ id?: any; /** * ChainID * @type {number} * @memberof Protocol */ chainId?: any; /** * * @type {string} * @memberof Protocol */ name?: any; /** * * @type {string} * @memberof Protocol */ logoUrl?: any; /** * Prioritize websites that can be interacted with, not official websites * @type {string} * @memberof Protocol */ siteUrl?: any; /** * Is portfolio already supported * @type {boolean} * @memberof Protocol */ hasSupportedPortfolio?: any; }