I’d like to understand the new data types listed here in main
but when running cargo doc
they don’t appear in the generated docs. So:
- how do I generate docs which include
pointer
and graph
?
- what is the status of those types when run with a local network at
main
?
cc @loziniak any tips?
5 Likes
These are in main tidied up now from yesterday. Docs are being refactored and should have been valuable today AFAIK (cc @JimCollinson ) so any time now, but should be in cargo docs now at least in main. They are defined in the ant-protocol crate if that helps
@Anselme is about to refactor the cli to use these and test them for usability as well.
6 Likes
I’m still using stable branch. And most of the time code tells me more than docs, so I often click “source” in docs.rs .
2 Likes
Have you been able to use Pointer or GraphEntry? Any issues?
I used Transaction (renamed to Graph in main) and Scratchpad, works ok on local testnet.
2 Likes