Documentation ¶
Index ¶
Constants ¶
View Source
const ( TotalExecutionShardCount = 1 ShardsPerVanBlock = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { VerifiedShardInfoDB db.VerifiedShardInfoDB VanguardPendingShardingCache cache.VanguardShardCache PandoraPendingHeaderCache cache.PandoraHeaderCache VanguardShardFeed iface.VanguardService PandoraHeaderFeed iface2.PandoraService }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service This part could be moved to other place during refactor, might be registered as a service
func (*Service) SubscribeVerifiedSlotInfoEvent ¶
func (s *Service) SubscribeVerifiedSlotInfoEvent(ch chan<- *types.SlotInfoWithStatus) event.Subscription
Source Files ¶
Click to show internal directories.
Click to hide internal directories.