Versions in this module Expand all Collapse all v0 v0.3.0 Jan 1, 2022 Changes in this version + func HandleGetBlockList(c *gin.Context) v0.2.0 Dec 17, 2021 Changes in this version + func HandleGetBlockLatest(c *gin.Context) v0.1.0 Dec 11, 2021 Changes in this version + func ConfigureRoutes(g *gin.RouterGroup) + func HandleGetBlock(c *gin.Context) + type BlockResponse struct + BlockNumber uint32 + EpochNumber uint16 + EpochSlotNumber uint32 + Hash []byte + ProtoMajor uint16 + ProtoMinor uint16 + Size uint32 + SlotNumber uint32 + Time *time.Time + TxCount int64 + VrfKey string + func NewBlockResponse(b *models.Block) *BlockResponse + type GetBlockUriParams struct + Number uint32