Documentation ¶
Overview ¶
Package registry implements the CometBFT backed registry backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeListEpochInternalEvent ¶
type NodeListEpochInternalEvent struct {
Height int64 `json:"height"`
}
NodeListEpochInternalEvent is the per-epoch node list event.
func EventsFromCometBFT ¶
func EventsFromCometBFT( tx cmttypes.Tx, height int64, tmEvents []cmtabcitypes.Event, ) ([]*api.Event, []*NodeListEpochInternalEvent, error)
EventsFromCometBFT extracts registry events from CometBFT events.
type ServiceClient ¶
type ServiceClient interface { api.Backend tmapi.ServiceClient }
ServiceClient is the registry service client interface.
Click to show internal directories.
Click to hide internal directories.