Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandlers ¶
type HttpHandlers struct { Health types.HttpHandler GetBlockTimes types.HttpHandler GetBlockTimesForInterval types.HttpHandler GetBlockByHeight types.HttpHandler GetAccountByPublicKey types.HttpHandler GetDebondingDelegationsByHeight types.HttpHandler GetDelegationsByHeight types.HttpHandler GetStakingDetailsByHeight types.HttpHandler GetMostRecentHeight types.HttpHandler GetTransactionsByHeight types.HttpHandler GetValidatorsByHeight types.HttpHandler GetValidatorByEntityUid types.HttpHandler GetValidatorUptime types.HttpHandler GetValidatorVotingPower types.HttpHandler GetVotingPowerForAllValidators types.HttpHandler GetValidatorsForMinHeight types.HttpHandler }
func NewHttpHandlers ¶
func NewHttpHandlers(db *store.Store, c *client.Client) *HttpHandlers
type UseCase ¶
type UseCase struct { HttpHandlers *HttpHandlers CLIHandlers *CmdHandlers WorkerHandlers *WorkerHandlers }
type WorkerHandlers ¶
type WorkerHandlers struct {
RunIndexer types.WorkerHandler
}
func NewWorkerHandlers ¶
Click to show internal directories.
Click to hide internal directories.