moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
362 stars 269 forks source link

Add tx_confirmations to resultset in api/outputs #212

Closed ghost closed 4 years ago

ghost commented 4 years ago

Adding the count of confirmations (tx_confirmations) enables this API to prove that a transaction has been both sent and confirmed in the blockchain.

Ref: https://github.com/bisq-network/bisq/pull/4378#issuecomment-669629274

moneroexamples commented 4 years ago

Thanks. I will check.

moneroexamples commented 4 years ago

Thank you.