Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSigningInfos ¶
func GetSigningInfos(height int64, client slashingtypes.QueryClient) ([]types.ValidatorSigningInfo, error)
func HandleBlock ¶
func HandleBlock(block *tmctypes.ResultBlock, slashingClient slashingtypes.QueryClient, db *database.BigDipperDb) error
HandleBlock represents a method that is called each time a new block is created
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represent x/slashing module
func NewModule ¶
func NewModule(grpcConnection *grpc.ClientConn, db *database.BigDipperDb) *Module
NewModule returns a new Module instance
func (*Module) HandleBlock ¶
func (m *Module) HandleBlock(block *tmctypes.ResultBlock, _ []*types.Tx, _ *tmctypes.ResultValidators) error
HandleBlock implements BlockModule
Click to show internal directories.
Click to hide internal directories.