Versions in this module Expand all Collapse all v0 v0.0.3 Sep 6, 2022 v0.0.2 Sep 6, 2022 Changes in this version + var ErrHeightTooHigh = errors.New("height requested is too high") + var ErrLightBlockNotFound = errors.New("light block not found") + var ErrNoResponse = errors.New("client failed to respond") + type ErrBadLightBlock struct + Reason error + func (e ErrBadLightBlock) Error() string + type Provider interface + ChainID func() string + LightBlock func(ctx context.Context, height int64) (*types.LightBlock, error) + ReportEvidence func(context.Context, types.Evidence) error