block

package
v0.3.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ReceivedBlock is sent after a block has been received by the beacon node via p2p or RPC.
	ReceivedBlock = iota + 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Notifier

type Notifier interface {
	BlockFeed() *event.Feed
}

Notifier interface defines the methods of the service that provides block updates to consumers.

type ReceivedBlockData

type ReceivedBlockData struct {
	SignedBlock *ethpb.SignedBeaconBlock
}

ReceivedBlockData is the data sent with ReceivedBlock events.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL