mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
API add slots endpoints
This commit is contained in:
@@ -62,6 +62,7 @@ func SetAPIEndpoints(
|
||||
server.GET("/batches/:batchNum", getBatch)
|
||||
server.GET("/full-batches/:batchNum", getFullBatch)
|
||||
server.GET("/slots", getSlots)
|
||||
server.GET("/slots/:slotNum", getSlot)
|
||||
server.GET("/bids", getBids)
|
||||
server.GET("/next-forgers", getNextForgers)
|
||||
server.GET("/state", getState)
|
||||
|
||||
Reference in New Issue
Block a user