getBlockHeadersByHeight
type GetBlockHeadersByHeightArgs struct {
Height uint64 `json:"height"`
End int64 `json:"end"`
}
Response: BlockHeadersResponse Last updated
type GetBlockHeadersByHeightArgs struct {
Height uint64 `json:"height"`
End int64 `json:"end"`
}
Response: BlockHeadersResponse Last updated