blinklabs-io / cardano-node-api

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

feat: endpoint for gRPC submit.WaitForTx #181

Closed wolf31o2 closed 3 months ago

wolf31o2 commented 3 months ago

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

Closes #33