File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
179180ResponseWrapperTokenSecurityResult . 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
You can’t perform that action at this time.
0 commit comments