blinklabs-io / cardano-node-api

Multi-protocol API for interfacing with a local Cardano node
Apache License 2.0
9 stars 0 forks source link

feat: endpoints for gRPC watch module for ChainSync #165

Closed wolf31o2 closed 5 months ago

wolf31o2 commented 6 months ago

This implements the watch.WatchTx endpoint from UTxO RPC gRPC standard, which is an interface over the Ouroboros ChainSync mini-protocol.

Closes #33