Versions in this module Expand all Collapse all v0 v0.50.0 Sep 23, 2024 Changes in this version + type LightClient struct + func NewLightClient(t NewLightClientT) *LightClient + func (_m *LightClient) ChainID() string + func (_m *LightClient) TrustedLightBlock(height int64) (*types.LightBlock, error) + func (_m *LightClient) Update(ctx context.Context, now time.Time) (*types.LightBlock, error) + func (_m *LightClient) VerifyLightBlockAtHeight(ctx context.Context, height int64, now time.Time) (*types.LightBlock, error) + type NewLightClientT interface + Cleanup func(func())