Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewIBCChannelMessages = view.NewIBCChannelMessagesView NewIBCChannelMessagesTotal = view.NewIBCChannelMessagesTotalView UpdateLastHandledEventHeight = (*IBCChannelMessage).UpdateLastHandledEventHeight )
Functions ¶
This section is empty.
Types ¶
type IBCChannelMessage ¶
type IBCChannelMessage struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewIBCChannelMessage ¶
func NewIBCChannelMessage( logger applogger.Logger, rdbConn rdb.Conn, migrationHelper migrationhelper.MigrationHelper, ) *IBCChannelMessage
func (*IBCChannelMessage) GetEventsToListen ¶
func (_ *IBCChannelMessage) GetEventsToListen() []string
func (*IBCChannelMessage) HandleEvents ¶
func (projection *IBCChannelMessage) HandleEvents(height int64, events []event_entity.Event) error
func (*IBCChannelMessage) OnInit ¶
func (projection *IBCChannelMessage) OnInit() error
Click to show internal directories.
Click to hide internal directories.