Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiKeyRequest ¶
type ApiKeyRequest struct { }
type ApiKeyResponse ¶
type ApiKeyResponse struct {
ApiKey int `json:"api_key"`
}
type AverageHeightRequest ¶
type AverageHeightRequest struct { }
type AverageHeightResponse ¶
type AverageHeightResponse struct {
BlocksPerMinuteAVG int64 `json:"blocks_per_minute_avg"`
}
type CreateAccountRequest ¶
type CreateAccountRequest struct { Username string `json:"username"` Password string `json:"password"` }
request structs for http req and responses
type CreateAccountResponse ¶
type CreateAccountResponse struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.