Uses of Class
io.gopluslabs.client.model.ResponseWrapperContractApproveResponse
-
Packages that use ResponseWrapperContractApproveResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperContractApproveResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperContractApproveResponse Modifier and Type Method Description ResponseWrapperContractApproveResponseApproveControllerV1Api. approvalContractUsingGET(String chainId, String contractAddresses, String authorization)Check if the approval is secureMethods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperContractApproveResponse Modifier and Type Method Description ApiResponse<ResponseWrapperContractApproveResponse>ApproveControllerV1Api. approvalContractUsingGETWithHttpInfo(String chainId, String contractAddresses, String authorization)Check if the approval is secureMethod parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperContractApproveResponse Modifier and Type Method Description com.squareup.okhttp.CallApproveControllerV1Api. approvalContractUsingGETAsync(String chainId, String contractAddresses, String authorization, ApiCallback<ResponseWrapperContractApproveResponse> callback)Check if the approval is secure (asynchronously) -
Uses of ResponseWrapperContractApproveResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperContractApproveResponse Modifier and Type Method Description ResponseWrapperContractApproveResponseResponseWrapperContractApproveResponse. code(Integer code)ResponseWrapperContractApproveResponseResponseWrapperContractApproveResponse. message(String message)ResponseWrapperContractApproveResponseResponseWrapperContractApproveResponse. result(ContractApproveResponse result) -
Uses of ResponseWrapperContractApproveResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperContractApproveResponse Modifier and Type Method Description static ContractApproveContractApprove. of(ResponseWrapperContractApproveResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperContractApproveResponse Constructor Description ContractApprove(ResponseWrapperContractApproveResponse value)
-