UNPKG

@hawksightco/swagger-client

Version:

OpenAPI client for Hawksight v2 Public API

45 lines (40 loc) 934 B
/* tslint:disable */ /* eslint-disable */ /** * Hawksight API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 0.0.1 * * * 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 InlineResponse2004 */ export interface InlineResponse2004 { /** * The wallet address of the user. * * @type {string} * @memberof InlineResponse2004 */ wallet?: string; /** * The associated Program Derived Address (PDA) of the user. * * @type {string} * @memberof InlineResponse2004 */ userPda?: string; /** * @type {{ [key: string]: Array<any>; }} * @memberof InlineResponse2004 */ pools?: { [key: string]: Array<any>; }; }