Uses of Class
io.gopluslabs.client.model.ResponseWrapperAddressContract
-
Packages that use ResponseWrapperAddressContract Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperAddressContract in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperAddressContract Modifier and Type Method Description ResponseWrapperAddressContractApproveControllerV1Api. addressContractUsingGET1(String address, String authorization, String chainId)Check if the address is maliciousMethods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperAddressContract Modifier and Type Method Description ApiResponse<ResponseWrapperAddressContract>ApproveControllerV1Api. addressContractUsingGET1WithHttpInfo(String address, String authorization, String chainId)Check if the address is maliciousMethod parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperAddressContract Modifier and Type Method Description com.squareup.okhttp.CallApproveControllerV1Api. addressContractUsingGET1Async(String address, String authorization, String chainId, ApiCallback<ResponseWrapperAddressContract> callback)Check if the address is malicious (asynchronously) -
Uses of ResponseWrapperAddressContract in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperAddressContract Modifier and Type Method Description ResponseWrapperAddressContractResponseWrapperAddressContract. code(Integer code)ResponseWrapperAddressContractResponseWrapperAddressContract. message(String message)ResponseWrapperAddressContractResponseWrapperAddressContract. result(ResponseWrapperAddressContractResult result) -
Uses of ResponseWrapperAddressContract in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperAddressContract Modifier and Type Method Description static AddressContractAddressContract. of(ResponseWrapperAddressContract response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperAddressContract Constructor Description AddressContract(ResponseWrapperAddressContract value)
-