Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdHandlers ¶
type CmdHandlers struct { GetStatus *chain.GetStatusCmdHandler IndexerIndex *indexing.IndexCmdHandler IndexerBackfill *indexing.BackfillCmdHandler IndexerPurge *indexing.PurgeCmdHandler IndexerSummarize *indexing.SummarizeCmdHandler DecorateValidators *validator.DecorateCmdHandler }
func NewCmdHandlers ¶
type HttpHandlers ¶
type HttpHandlers struct { Health types.HttpHandler GetStatus types.HttpHandler GetBlockTimes types.HttpHandler GetBlockSummary types.HttpHandler GetBlockByHeight types.HttpHandler GetAccountByAddress types.HttpHandler GetDebondingDelegationsByHeight types.HttpHandler GetDebondingDelegationsByAddress types.HttpHandler GetDelegationsByHeight types.HttpHandler GetStakingDetailsByHeight types.HttpHandler GetTransactionsByHeight types.HttpHandler BroadcastTransaction types.HttpHandler GetValidatorsByHeight types.HttpHandler GetValidatorByAddress types.HttpHandler GetValidatorSummary types.HttpHandler GetValidatorsForMinHeight types.HttpHandler GetSystemEventsForAddress types.HttpHandler GetBalanceForAddress types.HttpHandler GetDelegationsByAddress types.HttpHandler }
func NewHttpHandlers ¶
type WorkerHandlers ¶
type WorkerHandlers struct { IndexerIndex types.WorkerHandler IndexerSummarize types.WorkerHandler IndexerPurge types.WorkerHandler }
func NewWorkerHandlers ¶
Click to show internal directories.
Click to hide internal directories.