IntersectMBO / IntersectMBO/ouroboros-network

Improve the tx submission reponse

Open
#1,644 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
296
Forks
104
Avg merge
2d 10h
Merged PRs (30d)
4

Description

Currently in the `cardano-tx-submit-webapi` I use a pair ot `StrictTMVar`s to submit a transaction to the network and get the response. The type of the response is `Maybe ApplyMempoolPayloadErr` which is returns either an error in the `Just` or `Nothing` if the submission is successful.

For something like the `cardano-tx-submit-webapi` for a succesful submission, I would like return the transaction id to the caller. With the current types that is not possible.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.