Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsensusInfoFeed ¶
type ConsensusInfoFeed interface {
SubscribeMinConsensusInfoEvent(chan<- *types.MinimalEpochConsensusInfo) event.Subscription
}
type NewConsensusInfoHandler ¶
type NewConsensusInfoHandler interface {
OnNewConsensusInfo(ctx context.Context, consensusInfo *types.MinimalEpochConsensusInfo)
}
type NewHeaderHandler ¶
type NewHeaderHandler interface { OnNewHeader() OnHeaderSubError(err error) }
Click to show internal directories.
Click to hide internal directories.