API add slots endpoints

This commit is contained in:
laisolizq
2020-10-29 17:34:15 +01:00
parent 9ab50135d7
commit 5012b82914
10 changed files with 872 additions and 32 deletions

View File

@@ -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) {
}