()
| 31 | //go:generate ../../scripts/mockery_generate.sh LightClient |
| 32 | type LightClient interface { |
| 33 | ChainID() string |
| 34 | Update(ctx context.Context, now time.Time) (*types.LightBlock, error) |
| 35 | VerifyLightBlockAtHeight(ctx context.Context, height int64, now time.Time) (*types.LightBlock, error) |
| 36 | TrustedLightBlock(height int64) (*types.LightBlock, error) |
no outgoing calls