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