mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-23 01:32:03 -07:00
Routes added
This commit is contained in:
@@ -54,6 +54,8 @@ class Electrum {
|
||||
_this.router.post('/balance', _this.balanceBulk)
|
||||
_this.router.get('/transactions/:address', _this.getTransactions)
|
||||
_this.router.post('/transactions', _this.transactionsBulk)
|
||||
_this.router.get('/mempool/:address', _this.getMempool)
|
||||
_this.router.post('/mempool', _this.mempoolBulk)
|
||||
}
|
||||
|
||||
// Initializes a connection to electrum servers.
|
||||
|
||||
Reference in New Issue
Block a user