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 submit module for LocalTxSubmission #156

Closed wolf31o2 closed 6 months ago

wolf31o2 commented 6 months ago

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

Closes #31 #153 #154