debank-open-api
Version:
JavaScript library for DeBank OpenAPI
57 lines (56 loc) • 1.05 kB
text/typescript
/* 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;
}