Versions in this module Expand all Collapse all v0 v0.3.0 Jan 1, 2022 Changes in this version + func HandleGetEpochList(c *gin.Context) + func HandleGetEpochStake(c *gin.Context) + func HandleGetEpochStakeByAccount(c *gin.Context) + func HandleGetEpochStakeByPool(c *gin.Context) + type EpochStakeResponse struct + Amount uint64 + func NewEpochStakeResponse(e *StakeAmount) *EpochStakeResponse + type GetEpochStakeUriParams struct + Account string + Number uint32 + Pool string + type StakeAmount struct + Amount uint64 v0.2.0 Dec 17, 2021 Changes in this version + func ConfigureRoutes(g *gin.RouterGroup) + func HandleGetEpoch(c *gin.Context) + func HandleGetEpochLatest(c *gin.Context) + type EpochResponse struct + BlockCount uint32 + EndTime *time.Time + EpochNumber uint32 + Fees uint64 + OutSum uint64 + StartTime *time.Time + TxCount uint32 + func NewEpochResponse(e *models.Epoch) *EpochResponse + type GetEpochUriParams struct + Number uint32