GET and POST endpoints for unconfirmed utxos

This commit is contained in:
Stoyan Zhekov
2020-07-28 23:39:16 +09:00
parent 01b9e80e89
commit 1e53a42efd
3 changed files with 497 additions and 1 deletions
+10 -1
View File
@@ -31,8 +31,17 @@ const txHistory = [
}
]
const mempool = [
{
tx_hash: '45381031132c57b2ff1cbe8d8d3920cf9ed25efd9a0beb764bdb2f24c7d1c7e3',
height: 0,
fee: 24310
}
]
module.exports = {
utxos,
balance,
txHistory
txHistory,
mempool
}