whoisjeremylam / enu

Enu API server application
0 stars 0 forks source link

Add blockchainStatus to delegated functions #40

Closed whoisjeremylam closed 8 years ago

whoisjeremylam commented 9 years ago

The blockchainStatus should contain the status if the given transaction has been included in the blockchain or if it is still pending.

whoisjeremylam commented 9 years ago

Requires a new process which asynchronously looks for transactions by broadcastTxId that are included in the blockchain. Could be done locally, or depend on a third party API call.

whoisjeremylam commented 8 years ago

Added for payments https://github.com/vennd/enu/commit/7dcb7a0a71e975bce4af6faf4480807699eefd35

whoisjeremylam commented 8 years ago

Done