(ctx context.Context)
| 103 | |
| 104 | type EvmStatePoller interface { |
| 105 | Bootstrap(ctx context.Context) error |
| 106 | Poll(ctx context.Context) error |
| 107 | PollLatestBlockNumber(ctx context.Context) (int64, error) |
| 108 | PollFinalizedBlockNumber(ctx context.Context) (int64, error) |
no outgoing calls