Transaction view.
This commit is contained in:
@@ -268,6 +268,7 @@ class MempoolSpace {
|
||||
this.app
|
||||
.get(config.API_ENDPOINT + 'explorer/blocks', routes.getBlocks)
|
||||
.get(config.API_ENDPOINT + 'explorer/blocks/:height', routes.getBlocks)
|
||||
.get(config.API_ENDPOINT + 'explorer/tx/:id', routes.getRawTransaction)
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user