Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ForkDetected = &FeedOf[struct{}]{} NewChainHead = &FeedOf[*types.Block]{} NewMinedBlock = &FeedOf[*types.Block]{} NewNetworkBlock = &FeedOf[*types.Block]{} NewNetworkTx = &FeedOf[types.Tx]{} NewTx = &FeedOf[types.Tx]{} SyncStarted = &FeedOf[struct{}]{} SyncFinished = &FeedOf[struct{}]{} )
Functions ¶
This section is empty.
Types ¶
type Subscription ¶
type Subscription[T any] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.