public List <ParameterOutput> DecodeOutput(string data) { return(FunctionCallDecoder.DecodeDefaultData(data, FunctionABI.OutputParameters)); }