Versions in this module Expand all Collapse all v1 v1.1.14 Oct 6, 2022 Changes in this version + func Register(stack *node.Node, backend *les.LightEthereum) error + type ConsensusAPI struct + func NewConsensusAPI(les *les.LightEthereum) *ConsensusAPI + func (api *ConsensusAPI) ExecutePayloadV1(params beacon.ExecutableDataV1) (beacon.ExecutePayloadResponse, error) + func (api *ConsensusAPI) ForkchoiceUpdatedV1(heads beacon.ForkchoiceStateV1, payloadAttributes *beacon.PayloadAttributesV1) (beacon.ForkChoiceResponse, error) + func (api *ConsensusAPI) GetPayloadV1(payloadID beacon.PayloadID) (*beacon.ExecutableDataV1, error)