Skip to content

Commit 92bfd21

Browse files
committed
build
1 parent bf2a6f8 commit 92bfd21

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

dist/gen/model/ResponseWrapperTokenSecurityResult.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ResponseWrapperTokenSecurityResult {
6060
if (data.hasOwnProperty('holder_count')) obj.holder_count = _ApiClient.ApiClient.convertToType(data['holder_count'], 'String');
6161
if (data.hasOwnProperty('trust_list')) obj.trust_list = _ApiClient.ApiClient.convertToType(data['trust_list'], 'String');
6262
if (data.hasOwnProperty('is_honeypot')) obj.is_honeypot = _ApiClient.ApiClient.convertToType(data['is_honeypot'], 'String');
63+
if (data.hasOwnProperty('honeypot_with_same_creator')) obj.honeypot_with_same_creator = _ApiClient.ApiClient.convertToType(data['honeypot_with_same_creator'], 'String');
6364
if (data.hasOwnProperty('holders')) obj.holders = _ApiClient.ApiClient.convertToType(data['holders'], [_ResponseWrapperTokenSecurityLpHolders.ResponseWrapperTokenSecurityLpHolders]);
6465
if (data.hasOwnProperty('dex')) obj.dex = _ApiClient.ApiClient.convertToType(data['dex'], [_ResponseWrapperTokenSecurityDex.ResponseWrapperTokenSecurityDex]);
6566
if (data.hasOwnProperty('is_open_source')) obj.is_open_source = _ApiClient.ApiClient.convertToType(data['is_open_source'], 'String');
@@ -178,6 +179,12 @@ ResponseWrapperTokenSecurityResult.prototype.trust_list = undefined;
178179
*/
179180
ResponseWrapperTokenSecurityResult.prototype.is_honeypot = undefined;
180181

182+
/**
183+
* It describes the number of honeypot tokens created by this creator.
184+
* @member {String} honeypot_with_same_creator
185+
*/
186+
ResponseWrapperTokenSecurityResult.prototype.honeypot_with_same_creator = undefined;
187+
181188
/**
182189
* Top10 holders info
183190
* @member {Array.<module:model/ResponseWrapperTokenSecurityLpHolders>} holders

0 commit comments

Comments
 (0)