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.MinimalEpochConsensusInfoV2) event.Subscription
}
type VanguardService ¶
type VanguardService interface { SubscribeShardInfoEvent(chan<- *types.VanguardShardInfo) event.Subscription SubscribeShutdownSignalEvent(chan<- *types.Reorg) event.Subscription StopSubscription(reorgInfo *types.Reorg) }
Click to show internal directories.
Click to hide internal directories.