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:
@@ -21,6 +21,9 @@ const (
|
||||
|
||||
// 2^32 -1
|
||||
maxUint32 = 4294967295
|
||||
|
||||
// 2^64 /2 -1
|
||||
maxInt64 = 9223372036854775807
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -36,10 +39,6 @@ func getAccount(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func getSlots(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func getNextForgers(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user