(context.Context, *big.Int)
| 33 | GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error) |
| 34 | GetUpdatedKvIndices(startBlock, endBlock *big.Int) ([]uint64, error) |
| 35 | HeaderByNumber(context.Context, *big.Int) (*types.Header, error) |
| 36 | } |
| 37 | |
| 38 | type Worker struct { |
no outgoing calls
no test coverage detected