(height int64)
| 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) |
| 37 | } |
| 38 | |
| 39 | var _ rpcclient.Client = (*Client)(nil) |
no outgoing calls