Documentation ¶ Index ¶ type Module func New(b broker, cli *grpcClient.Client, tbM tb.ToBroker) *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) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Module ¶ type Module struct { // contains filtered or unexported fields } func New ¶ func New(b broker, cli *grpcClient.Client, tbM tb.ToBroker) *Module func (*Module) HandleBeginBlocker ¶ func (m *Module) HandleBeginBlocker(ctx context.Context, eventsMap types.BlockerEvents, height int64) error func (*Module) HandleBlock ¶ func (m *Module) HandleBlock(ctx context.Context, block *types.Block) error func (*Module) Name ¶ func (m *Module) Name() string Source Files ¶ View all Source files begin_blocker.go block.go broker.go module.go Click to show internal directories. Click to hide internal directories.