Skip to content

Commit 8e87792

Browse files
committed
Update client code for 0220dff2779109eac7e3d74094487210bd9eccfb
1 parent dc6bea6 commit 8e87792

File tree

46 files changed

+8105
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8105
-4
lines changed

swagger_client/__init__.py

+41
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
from __future__ import absolute_import
1616

1717
# import apis into sdk package
18+
from swagger_client.api.token_security_api_for_solana__beta_api import TokenSecurityAPIForSolanaBetaApi
19+
from swagger_client.api.transaction_simulation_for_solana_api import TransactionSimulationForSolanaApi
1820
from swagger_client.api.approve_controller_v_1_api import ApproveControllerV1Api
1921
from swagger_client.api.approve_controller_v_2_api import ApproveControllerV2Api
2022
from swagger_client.api.contract_abi_controller_api import ContractAbiControllerApi
2123
from swagger_client.api.dapp_controller_api import DappControllerApi
2224
from swagger_client.api.defi_controller_api import DefiControllerApi
25+
from swagger_client.api.lock_controller_api import LockControllerApi
2326
from swagger_client.api.nft_controller_api import NftControllerApi
2427
from swagger_client.api.token_controller_api import TokenControllerApi
2528
from swagger_client.api.token_controller_v_1_api import TokenControllerV1Api
@@ -49,6 +52,8 @@
4952
from swagger_client.models.get_defi_info_response_result_owner import GetDefiInfoResponseResultOwner
5053
from swagger_client.models.json_object import JSONObject
5154
from swagger_client.models.map_string_string import MapStringString
55+
from swagger_client.models.new_allowance import NewAllowance
56+
from swagger_client.models.nft_locker_response import NftLockerResponse
5257
from swagger_client.models.parse_abi_data_request import ParseAbiDataRequest
5358
from swagger_client.models.parse_abi_data_response import ParseAbiDataResponse
5459
from swagger_client.models.response_wrapper_address_contract import ResponseWrapperAddressContract
@@ -71,6 +76,7 @@
7176
from swagger_client.models.response_wrapper_list_get_chains_list_result import ResponseWrapperListGetChainsListResult
7277
from swagger_client.models.response_wrapper_list_json_object import ResponseWrapperListJSONObject
7378
from swagger_client.models.response_wrapper_map_string_string import ResponseWrapperMapStringString
79+
from swagger_client.models.response_wrapper_nft_locker_response import ResponseWrapperNftLockerResponse
7480
from swagger_client.models.response_wrapper_parse_abi_data_response import ResponseWrapperParseAbiDataResponse
7581
from swagger_client.models.response_wrapper_phishing_site import ResponseWrapperPhishingSite
7682
from swagger_client.models.response_wrapper_phishing_site_result import ResponseWrapperPhishingSiteResult
@@ -80,7 +86,31 @@
8086
from swagger_client.models.response_wrapper_phishing_site_result_nft_risk_self_destruct import ResponseWrapperPhishingSiteResultNftRiskSelfDestruct
8187
from swagger_client.models.response_wrapper_phishing_site_result_nft_risk_transfer_without_approval import ResponseWrapperPhishingSiteResultNftRiskTransferWithoutApproval
8288
from swagger_client.models.response_wrapper_phishing_site_result_website_contract_security import ResponseWrapperPhishingSiteResultWebsiteContractSecurity
89+
from swagger_client.models.response_wrapper_solana_prerun_tx_response import ResponseWrapperSolanaPrerunTxResponse
90+
from swagger_client.models.response_wrapper_solana_token_security import ResponseWrapperSolanaTokenSecurity
91+
from swagger_client.models.response_wrapper_solana_token_security_balance_mutable_authority import ResponseWrapperSolanaTokenSecurityBalanceMutableAuthority
92+
from swagger_client.models.response_wrapper_solana_token_security_closable import ResponseWrapperSolanaTokenSecurityClosable
93+
from swagger_client.models.response_wrapper_solana_token_security_closable_authority import ResponseWrapperSolanaTokenSecurityClosableAuthority
94+
from swagger_client.models.response_wrapper_solana_token_security_creator import ResponseWrapperSolanaTokenSecurityCreator
95+
from swagger_client.models.response_wrapper_solana_token_security_day import ResponseWrapperSolanaTokenSecurityDay
96+
from swagger_client.models.response_wrapper_solana_token_security_default_account_state_upgradable import ResponseWrapperSolanaTokenSecurityDefaultAccountStateUpgradable
97+
from swagger_client.models.response_wrapper_solana_token_security_dex import ResponseWrapperSolanaTokenSecurityDex
98+
from swagger_client.models.response_wrapper_solana_token_security_freezable import ResponseWrapperSolanaTokenSecurityFreezable
99+
from swagger_client.models.response_wrapper_solana_token_security_lp_holders import ResponseWrapperSolanaTokenSecurityLpHolders
100+
from swagger_client.models.response_wrapper_solana_token_security_metadata import ResponseWrapperSolanaTokenSecurityMetadata
101+
from swagger_client.models.response_wrapper_solana_token_security_metadata_mutable import ResponseWrapperSolanaTokenSecurityMetadataMutable
102+
from swagger_client.models.response_wrapper_solana_token_security_mintable import ResponseWrapperSolanaTokenSecurityMintable
103+
from swagger_client.models.response_wrapper_solana_token_security_month import ResponseWrapperSolanaTokenSecurityMonth
104+
from swagger_client.models.response_wrapper_solana_token_security_result import ResponseWrapperSolanaTokenSecurityResult
105+
from swagger_client.models.response_wrapper_solana_token_security_transfer_fee import ResponseWrapperSolanaTokenSecurityTransferFee
106+
from swagger_client.models.response_wrapper_solana_token_security_transfer_fee_current_fee_rate import ResponseWrapperSolanaTokenSecurityTransferFeeCurrentFeeRate
107+
from swagger_client.models.response_wrapper_solana_token_security_transfer_fee_scheduled_fee_rate import ResponseWrapperSolanaTokenSecurityTransferFeeScheduledFeeRate
108+
from swagger_client.models.response_wrapper_solana_token_security_transfer_fee_upgradable import ResponseWrapperSolanaTokenSecurityTransferFeeUpgradable
109+
from swagger_client.models.response_wrapper_solana_token_security_transfer_hook import ResponseWrapperSolanaTokenSecurityTransferHook
110+
from swagger_client.models.response_wrapper_solana_token_security_transfer_hook_upgradable import ResponseWrapperSolanaTokenSecurityTransferHookUpgradable
111+
from swagger_client.models.response_wrapper_solana_token_security_week import ResponseWrapperSolanaTokenSecurityWeek
83112
from swagger_client.models.response_wrapper_ta_token_security_response import ResponseWrapperTaTokenSecurityResponse
113+
from swagger_client.models.response_wrapper_token_locker_response import ResponseWrapperTokenLockerResponse
84114
from swagger_client.models.response_wrapper_token_security import ResponseWrapperTokenSecurity
85115
from swagger_client.models.response_wrapper_token_security_dex import ResponseWrapperTokenSecurityDex
86116
from swagger_client.models.response_wrapper_token_security_fake_token import ResponseWrapperTokenSecurityFakeToken
@@ -90,4 +120,15 @@
90120
from swagger_client.models.response_wrapper_token_security_nft_list import ResponseWrapperTokenSecurityNFTList
91121
from swagger_client.models.response_wrapper_token_security_result import ResponseWrapperTokenSecurityResult
92122
from swagger_client.models.response_wrapperobject import ResponseWrapperobject
123+
from swagger_client.models.solana_allowance_upgrade import SolanaAllowanceUpgrade
124+
from swagger_client.models.solana_ownership_change import SolanaOwnershipChange
125+
from swagger_client.models.solana_prerun_tx_request import SolanaPrerunTxRequest
126+
from swagger_client.models.solana_prerun_tx_response import SolanaPrerunTxResponse
127+
from swagger_client.models.solana_tx_asset_change import SolanaTxAssetChange
128+
from swagger_client.models.solana_tx_asset_changes import SolanaTxAssetChanges
129+
from swagger_client.models.solana_tx_change_detail import SolanaTxChangeDetail
130+
from swagger_client.models.solana_tx_sol_change import SolanaTxSolChange
131+
from swagger_client.models.ta_nft_locker_lock_infoobject import TaNftLockerLockInfoobject
132+
from swagger_client.models.ta_token_locker_lock_infoobject import TaTokenLockerLockInfoobject
93133
from swagger_client.models.ta_token_security_response import TaTokenSecurityResponse
134+
from swagger_client.models.token_locker_response import TokenLockerResponse

swagger_client/api/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
# flake8: noqa
44

55
# import apis into api package
6+
from swagger_client.api.token_security_api_for_solana__beta_api import TokenSecurityAPIForSolanaBetaApi
7+
from swagger_client.api.transaction_simulation_for_solana_api import TransactionSimulationForSolanaApi
68
from swagger_client.api.approve_controller_v_1_api import ApproveControllerV1Api
79
from swagger_client.api.approve_controller_v_2_api import ApproveControllerV2Api
810
from swagger_client.api.contract_abi_controller_api import ContractAbiControllerApi
911
from swagger_client.api.dapp_controller_api import DappControllerApi
1012
from swagger_client.api.defi_controller_api import DefiControllerApi
13+
from swagger_client.api.lock_controller_api import LockControllerApi
1114
from swagger_client.api.nft_controller_api import NftControllerApi
1215
from swagger_client.api.token_controller_api import TokenControllerApi
1316
from swagger_client.api.token_controller_v_1_api import TokenControllerV1Api

swagger_client/api/approve_controller_v_1_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def address_contract_using_get1(self, address, **kwargs): # noqa: E501
4343
:param async_req bool
4444
:param str address: address (required)
4545
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
46-
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"tron\" means Tron; \"534352\" means Scroll; \"204\" means opBNB; \"solana\" means Solana; Solana and Tron address are case-sensitive;
46+
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59144\" means Linea Mainnet; \"tron\" means Tron; \"534352\" means Scroll; \"204\" means opBNB; \"8453\" means Base; \"solana\" means Solana; Solana and Tron address are case-sensitive;
4747
:return: ResponseWrapperAddressContract
4848
If the method is called asynchronously,
4949
returns the request thread.
@@ -66,7 +66,7 @@ def address_contract_using_get1_with_http_info(self, address, **kwargs): # noqa
6666
:param async_req bool
6767
:param str address: address (required)
6868
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
69-
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"tron\" means Tron; \"534352\" means Scroll; \"204\" means opBNB; \"solana\" means Solana; Solana and Tron address are case-sensitive;
69+
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59144\" means Linea Mainnet; \"tron\" means Tron; \"534352\" means Scroll; \"204\" means opBNB; \"8453\" means Base; \"solana\" means Solana; Solana and Tron address are case-sensitive;
7070
:return: ResponseWrapperAddressContract
7171
If the method is called asynchronously,
7272
returns the request thread.

0 commit comments

Comments
 (0)