package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

ErrToGoodbyeCode converts given error to RPC goodbye code.
InitializeDataMaps initializes all the relevant object maps.

# Constants

# Variables

AggregateAttestationMap maps the fork-version to the underlying data type for that particular fork period.
AttestationMap maps the fork-version to the underlying data type for that particular fork period.
BlockMap maps the fork-version to the underlying data type for that particular fork period.
GoodbyeCodeMessages defines a mapping between goodbye codes and string messages.
MetaDataMap maps the fork-version to the underlying data type for that particular fork period.

# Type aliases

BeaconBlockByRootsReq specifies the block by roots request type.
BlobSidecarsByRootReq is used to specify a list of blob targets (root+index) in a BlobSidecarsByRoot RPC request.
ErrorMessage describes the error message type.
RPCGoodbyeCode represents goodbye code, used in sync package.
SSZBytes is a bytes slice that satisfies the fast-ssz interface.