Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 Changes in this version + type Client struct + func Dial(rawurl string) (*Client, error) + func DialContext(ctx context.Context, rawurl string) (*Client, error) + func NewClient(c *rpc.Client) *Client + func (ec *Client) GetEpochStats(ctx context.Context, epoch *big.Int) (map[string]interface{}, error) + func (ec *Client) GetEvent(ctx context.Context, h hash.Event) (e inter.EventI, err error) + func (ec *Client) GetEventPayload(ctx context.Context, h hash.Event, inclTx bool) (e inter.EventI, txs []common.Hash, err error) + func (ec *Client) GetHeads(ctx context.Context, epoch *big.Int) (hash.Events, error)