Account API

This commit is contained in:
ToniRamirezM
2020-10-29 10:57:49 +01:00
parent e8aabab2de
commit b840ceb57a
14 changed files with 447 additions and 19 deletions

View File

@@ -31,14 +31,6 @@ var (
ErrNillBidderAddr = errors.New("biderAddr can not be nil")
)
func getAccounts(c *gin.Context) {
}
func getAccount(c *gin.Context) {
}
func getNextForgers(c *gin.Context) {
}