Uses of Class
io.gopluslabs.client.model.ResponseWrapperTokenSecurity
-
Packages that use ResponseWrapperTokenSecurity Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperTokenSecurity in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperTokenSecurity Modifier and Type Method Description ResponseWrapperTokenSecurityTokenControllerV1Api. tokenSecurityUsingGET1(String chainId, String contractAddresses, String authorization)Get token's security and risk data.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperTokenSecurity Modifier and Type Method Description ApiResponse<ResponseWrapperTokenSecurity>TokenControllerV1Api. tokenSecurityUsingGET1WithHttpInfo(String chainId, String contractAddresses, String authorization)Get token's security and risk data.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperTokenSecurity Modifier and Type Method Description com.squareup.okhttp.CallTokenControllerV1Api. tokenSecurityUsingGET1Async(String chainId, String contractAddresses, String authorization, ApiCallback<ResponseWrapperTokenSecurity> callback)Get token's security and risk data. -
Uses of ResponseWrapperTokenSecurity in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperTokenSecurity Modifier and Type Method Description ResponseWrapperTokenSecurityResponseWrapperTokenSecurity. code(Integer code)ResponseWrapperTokenSecurityResponseWrapperTokenSecurity. message(String message)ResponseWrapperTokenSecurityResponseWrapperTokenSecurity. putResultItem(String key, ResponseWrapperTokenSecurityResult resultItem)ResponseWrapperTokenSecurityResponseWrapperTokenSecurity. result(Map<String,ResponseWrapperTokenSecurityResult> result) -
Uses of ResponseWrapperTokenSecurity in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperTokenSecurity Modifier and Type Method Description static TokenSecurityTokenSecurity. of(ResponseWrapperTokenSecurity response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperTokenSecurity Constructor Description TokenSecurity(ResponseWrapperTokenSecurity value)
-