Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIGRATION_TABLE_NAME = "ibc_channel_schema_migrations" MIGRATION_DIRECOTRY = "projection/ibc_channel/migrations" )
Projection IBCChannelTxMsgTrace needs the below const, for debug purpose
Variables ¶
View Source
var ( NewIBCChannels = ibc_channel_view.NewIBCChannelsView NewIBCClients = ibc_channel_view.NewIBCClientsView NewIBCConnections = ibc_channel_view.NewIBCConnectionsView NewIBCDenomHashMapping = ibc_channel_view.NewIBCDenomHashMappingView NewIBCChannelTraces = ibc_channel_view.NewIBCChannelTraces UpdateLastHandledEventHeight = (*IBCChannel).UpdateLastHandledEventHeight )
Functions ¶
This section is empty.
Types ¶
type IBCChannel ¶
type IBCChannel struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewIBCChannel ¶
func NewIBCChannel( logger applogger.Logger, rdbConn rdb.Conn, config *Config, migrationHelper migrationhelper.MigrationHelper, ) *IBCChannel
func (*IBCChannel) GetEventsToListen ¶
func (_ *IBCChannel) GetEventsToListen() []string
func (*IBCChannel) HandleEvents ¶
func (projection *IBCChannel) HandleEvents(height int64, events []event_entity.Event) error
func (*IBCChannel) OnInit ¶
func (projection *IBCChannel) OnInit() error
Click to show internal directories.
Click to hide internal directories.