Documentation ¶ Index ¶ type Module func New(b broker, tbM tb.ToBroker, client *grpcClient.Client) *Module 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 ¶ 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, tbM tb.ToBroker, client *grpcClient.Client) *Module func (*Module) HandleBlock ¶ added in v0.2.2 func (m *Module) HandleBlock(ctx context.Context, block *types.Block) error func (*Module) HandleMessage ¶ func (m *Module) HandleMessage(ctx context.Context, index int, cosmosMsg sdk.Msg, tx *types.Tx) error func (*Module) Name ¶ func (m *Module) Name() string Source Files ¶ View all Source files block.go broker.go message.go module.go Click to show internal directories. Click to hide internal directories.