# Functions
ErrToGoodbyeCode converts given error to RPC goodbye code.
InitializeDataMaps initializes all the relevant object maps.
# Constants
Spec defined codes.
Lighthouse specific codes.
Teku specific codes.
# 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.