Documentation ¶ Index ¶ type Client func NewClient(config params.ClientConfig) *Client func (c *Client) SetEngineRPC(engine *rpc.Client) func (c *Client) Start() error func (c *Client) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. 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 ¶ View all Source files block_sync.goclient.goengineclient.go Click to show internal directories. Click to hide internal directories.