Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultRequest ¶
type DefaultResponse ¶
type DefaultResponse struct {
Error string `json:"error"`
}
type ProcessBlockRequest ¶
type ProcessBlockRequest struct { Block string `json:"block"` DefaultRequest }
type ProcessBlockResponse ¶
type ProcessBlockResponse struct { Hash string `json:"hash"` DefaultResponse }
type RetrieveBlockRequest ¶
type RetrieveBlockRequest struct { Hash string `json:"hash"` DefaultRequest }
type RetrieveBlockResponse ¶
type RetrieveBlockResponse struct { Contents string `json:"contents"` DefaultResponse }
Click to show internal directories.
Click to hide internal directories.