Uses of Class
io.gopluslabs.client.model.AbiParamInfo
-
Packages that use AbiParamInfo Package Description io.gopluslabs.client.model -
-
Uses of AbiParamInfo in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type AbiParamInfo Modifier and Type Field Description private List<AbiParamInfo>ParseAbiDataResponse. paramsMethods in io.gopluslabs.client.model that return AbiParamInfo Modifier and Type Method Description AbiParamInfoAbiParamInfo. addressInfo(AbiAddressInfo addressInfo)AbiParamInfoAbiParamInfo. input(Object input)AbiParamInfoAbiParamInfo. name(String name)AbiParamInfoAbiParamInfo. type(String type)Methods in io.gopluslabs.client.model that return types with arguments of type AbiParamInfo Modifier and Type Method Description List<AbiParamInfo>ParseAbiDataResponse. getParams()It describes the parameter infoMethods in io.gopluslabs.client.model with parameters of type AbiParamInfo Modifier and Type Method Description ParseAbiDataResponseParseAbiDataResponse. addParamsItem(AbiParamInfo paramsItem)Method parameters in io.gopluslabs.client.model with type arguments of type AbiParamInfo Modifier and Type Method Description ParseAbiDataResponseParseAbiDataResponse. params(List<AbiParamInfo> params)voidParseAbiDataResponse. setParams(List<AbiParamInfo> params)
-