gouroboros icon indicating copy to clipboard operation
gouroboros copied to clipboard

Make txsubmission protocol interface simpler

Open agaffney opened this issue 3 years ago • 0 comments

We currently expose individual messages and handler functions for each protocol, but this requires the user to know more about the way that the mini-protocol works than they really need to. Instead, there should be some "simple" entrypoint functions and callbacks should only be to request or deliver information from/to the consumer.

agaffney avatar Oct 17 '22 22:10 agaffney