Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2022 Changes in this version + func Register(stack *node.Node, backend *eth.Ethereum) error + type ConsensusAPI struct + func NewConsensusAPI(eth *eth.Ethereum) *ConsensusAPI + func (api *ConsensusAPI) ExchangeTransitionConfigurationV1(config beacon.TransitionConfigurationV1) (*beacon.TransitionConfigurationV1, error) + func (api *ConsensusAPI) ForkchoiceUpdatedV1(update beacon.ForkchoiceStateV1, payloadAttributes *beacon.PayloadAttributesV1) (beacon.ForkChoiceResponse, error) + func (api *ConsensusAPI) GetPayloadV1(payloadID beacon.PayloadID) (*beacon.ExecutableDataV1, error) + func (api *ConsensusAPI) NewPayloadV1(params beacon.ExecutableDataV1) (beacon.PayloadStatusV1, error)