Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIsSuperset = errors.New("attestation is superset of existing attestation")
Functions ¶
This section is empty.
Types ¶
type AggregationPool ¶
type AggregationPool interface { // AddAttestation adds a single attestation to the pool. AddAttestation(att *solid.Attestation) error GetAggregatationByRoot(root common.Hash) *solid.Attestation }
func NewAggregationPool ¶
func NewAggregationPool( ctx context.Context, beaconConfig *clparams.BeaconChainConfig, netConfig *clparams.NetworkConfig, ethClock eth_clock.EthereumClock, ) AggregationPool
Directories ¶
Path | Synopsis |
---|---|
Package mock_services is a generated GoMock package.
|
Package mock_services is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.