Documentation ¶
Overview ¶
Package roothash implements the CometBFT backed roothash backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventsFromCometBFT ¶
func EventsFromCometBFT( tx cmttypes.Tx, height int64, tmEvents []cmtabcitypes.Event, ) ([]*api.Event, error)
EventsFromCometBFT extracts staking events from CometBFT events.
Types ¶
type ServiceClient ¶
type ServiceClient interface { api.Backend tmapi.ServiceClient }
ServiceClient is the roothash service client interface.
Click to show internal directories.
Click to hide internal directories.