Versions in this module Expand all Collapse all v0 v0.38.3 Jan 4, 2024 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