Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureRoutes ¶
func ConfigureRoutes(g *gin.RouterGroup)
func HandleGetTotals ¶
Types ¶
type TotalsResponse ¶
type TotalsResponse struct { EpochNumber uint32 `json:"epoch_no"` Circulation string `json:"circulation"` Treasury string `json:"treasury"` Rewards string `json:"reward"` Supply string `json:"supply"` Reserves string `json:"reserves"` }
func NewTotalsResponse ¶
func NewTotalsResponse(t *models.AdaPots) *TotalsResponse
Click to show internal directories.
Click to hide internal directories.