Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockResult ¶
type BulkBlocksRequest ¶
type BulkBlocksRequest struct {
Blocks []uint64 `json:"blocks"`
}
type BulkBlocksResponse ¶
type BulkBlocksResponse struct {
Status string `json:"status"`
Processor string `json:"processor"`
Queue string `json:"queue"`
Summary struct {
Total int `json:"total"`
Queued int `json:"queued"`
Skipped int `json:"skipped"`
Failed int `json:"failed"`
} `json:"summary"`
Results []BlockResult `json:"results"`
}
type ErrorResponse ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) RegisterRoutes ¶
Click to show internal directories.
Click to hide internal directories.