Uses of Class
io.gopluslabs.client.model.ResponseWrapperParseAbiDataResponse
-
Packages that use ResponseWrapperParseAbiDataResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperParseAbiDataResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperParseAbiDataResponse Modifier and Type Method Description ResponseWrapperParseAbiDataResponseContractAbiControllerApi. getAbiDataInfoUsingPOST(ParseAbiDataRequest body, String authorization)Get abi decode infoMethods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperParseAbiDataResponse Modifier and Type Method Description ApiResponse<ResponseWrapperParseAbiDataResponse>ContractAbiControllerApi. getAbiDataInfoUsingPOSTWithHttpInfo(ParseAbiDataRequest body, String authorization)Get abi decode infoMethod parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperParseAbiDataResponse Modifier and Type Method Description com.squareup.okhttp.CallContractAbiControllerApi. getAbiDataInfoUsingPOSTAsync(ParseAbiDataRequest body, String authorization, ApiCallback<ResponseWrapperParseAbiDataResponse> callback)Get abi decode info (asynchronously) -
Uses of ResponseWrapperParseAbiDataResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperParseAbiDataResponse Modifier and Type Method Description ResponseWrapperParseAbiDataResponseResponseWrapperParseAbiDataResponse. code(Integer code)ResponseWrapperParseAbiDataResponseResponseWrapperParseAbiDataResponse. message(String message)ResponseWrapperParseAbiDataResponseResponseWrapperParseAbiDataResponse. result(ParseAbiDataResponse result) -
Uses of ResponseWrapperParseAbiDataResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperParseAbiDataResponse Modifier and Type Method Description static ParseAbiDataParseAbiData. of(ResponseWrapperParseAbiDataResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperParseAbiDataResponse Constructor Description ParseAbiData(ResponseWrapperParseAbiDataResponse value)
-