runonbitcoin / run-db

An indexer that crawls the blockchain and calculates RUN states
MIT License
24 stars 22 forks source link

accurately describe the POST endpoint to /tx/:txid #24

Open framesjenco opened 2 years ago

framesjenco commented 2 years ago

As currently implemented the raw tx hex must be supplied in the body or the endpoint exits without creating an entry in the db. It seems the long term intention is to optionally download the raw hex from txid, but this might save some expectations until that is implemented.

Feel free to close if raw tx dl implementation is on the horizon instead.