Documentation ¶
Index ¶
- Constants
- type Module
- func (m *Module) HandleBeginBlocker(ctx context.Context, eventsMap types.BlockerEvents, height int64) error
- func (m *Module) HandleBlock(ctx context.Context, block *types.Block) error
- func (m *Module) HandleMessage(ctx context.Context, index int, cosmosMsg sdk.Msg, tx *types.Tx) error
- func (m *Module) Name() string
Constants ¶
View Source
const (
ModuleName = "slashing"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) HandleBeginBlocker ¶ added in v0.0.4
func (*Module) HandleBlock ¶ added in v0.3.0
func (*Module) HandleMessage ¶
Click to show internal directories.
Click to hide internal directories.