aboutsummaryrefslogtreecommitdiffstats
path: root/src/verify.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement "verify" API.HEADmasterHarald Eilertsen2023-03-261-0/+161
The verify API call returns a full channel object, including the corresponding xchan. I've added the xchan as a field in the Channel object, instead of having all the fields in one object like it is returned from the API.