public class ApproveControllerV2Api extends Object
| 构造器和说明 |
|---|
ApproveControllerV2Api() |
ApproveControllerV2Api(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperListApproveNFT1155ListResponse |
addressNFT1155ApproveListUsingGET1(String addresses,
String chainId,
String authorization)
Returns the ERC-1155 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressNFT1155ApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveNFT1155ListResponse> callback)
Returns the ERC-1155 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressNFT1155ApproveListUsingGET1Call(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addressNFT1155ApproveListUsingGET1
|
private okhttp3.Call |
addressNFT1155ApproveListUsingGET1ValidateBeforeCall(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
ApiResponse<ResponseWrapperListApproveNFT1155ListResponse> |
addressNFT1155ApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-1155 approvals of an EOA address and associated risk items.
|
ResponseWrapperListApproveNFTListResponse |
addressNFT721ApproveListUsingGET1(String addresses,
String chainId,
String authorization)
Returns the ERC-721 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressNFT721ApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveNFTListResponse> callback)
Returns the ERC-721 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressNFT721ApproveListUsingGET1Call(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addressNFT721ApproveListUsingGET1
|
private okhttp3.Call |
addressNFT721ApproveListUsingGET1ValidateBeforeCall(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
ApiResponse<ResponseWrapperListApproveNFTListResponse> |
addressNFT721ApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-721 approvals of an EOA address and associated risk items.
|
ResponseWrapperListApproveTokenOutListResponse |
addressTokenApproveListUsingGET1(String addresses,
String chainId,
String authorization)
Returns the ERC-20 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressTokenApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveTokenOutListResponse> callback)
Returns the ERC-20 approvals of an EOA address and associated risk items.
|
okhttp3.Call |
addressTokenApproveListUsingGET1Call(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addressTokenApproveListUsingGET1
|
private okhttp3.Call |
addressTokenApproveListUsingGET1ValidateBeforeCall(String addresses,
String chainId,
String authorization,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
ApiResponse<ResponseWrapperListApproveTokenOutListResponse> |
addressTokenApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-20 approvals of an EOA address and associated risk items.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
private ApiClient apiClient
public ApproveControllerV2Api()
public ApproveControllerV2Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call addressNFT1155ApproveListUsingGET1Call(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectprivate okhttp3.Call addressNFT1155ApproveListUsingGET1ValidateBeforeCall(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ApiExceptionpublic ResponseWrapperListApproveNFT1155ListResponse addressNFT1155ApproveListUsingGET1(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseWrapperListApproveNFT1155ListResponse> addressNFT1155ApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call addressNFT1155ApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveNFT1155ListResponse> callback) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call addressNFT721ApproveListUsingGET1Call(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectprivate okhttp3.Call addressNFT721ApproveListUsingGET1ValidateBeforeCall(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ApiExceptionpublic ResponseWrapperListApproveNFTListResponse addressNFT721ApproveListUsingGET1(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseWrapperListApproveNFTListResponse> addressNFT721ApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call addressNFT721ApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveNFTListResponse> callback) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call addressTokenApproveListUsingGET1Call(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectprivate okhttp3.Call addressTokenApproveListUsingGET1ValidateBeforeCall(String addresses, String chainId, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ApiExceptionpublic ResponseWrapperListApproveTokenOutListResponse addressTokenApproveListUsingGET1(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseWrapperListApproveTokenOutListResponse> addressTokenApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call addressTokenApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveTokenOutListResponse> callback) throws ApiException
addresses - contract address (required)chainId - chain id (required)authorization - Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2024. All rights reserved.