Documentation ¶
Index ¶
- func BuildEndpoints(router *Router, handler *IndexHandler)
- type BalanceHandler
- type CurrentChallengeHandler
- type DifficultyHandler
- type DisputeStatusHandler
- type GasHandler
- type GranularityHandler
- type Handler
- type IndexHandler
- type MiningStatusHandler
- type QueryStringHandler
- type RequestIdHandler
- type Router
- type TokenBalanceHandler
- type Top50Handler
- type TotalTipHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildEndpoints ¶
func BuildEndpoints(router *Router, handler *IndexHandler)
Types ¶
type CurrentChallengeHandler ¶
type CurrentChallengeHandler struct { }
BalanceHandler handles balance requests
type DisputeStatusHandler ¶
type DisputeStatusHandler struct { }
BalanceHandler handles balance requests
type GranularityHandler ¶
type GranularityHandler struct { }
BalanceHandler handles balance requests
type Handler ¶
Handler handle incoming http requests and produces a response code and JSON payload string
type MiningStatusHandler ¶
type MiningStatusHandler struct { }
BalanceHandler handles balance requests
type QueryStringHandler ¶
type QueryStringHandler struct { }
BalanceHandler handles balance requests
type Router ¶
Router holds all url to handler mappings and routes incoming http calls to handlers
type TokenBalanceHandler ¶
type TokenBalanceHandler struct { }
BalanceHandler handles balance requests
Source Files ¶
Click to show internal directories.
Click to hide internal directories.