package blsync

import "github.com/ethereum/go-ethereum/beacon/blsync"

Index

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config params.ClientConfig) *Client

func (*Client) SetEngineRPC

func (c *Client) SetEngineRPC(engine *rpc.Client)

func (*Client) Start

func (c *Client) Start() error

func (*Client) Stop

func (c *Client) Stop() error

Source Files

block_sync.go client.go engineclient.go

Version
v1.16.1 (latest)
Published
Jul 2, 2025
Platform
linux/amd64
Imports
20 packages
Last checked
5 days ago

Tools for package owners.