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