Commit 3d1cc98b authored by Andreas Bigger's avatar Andreas Bigger

blanket interface

parent 6774f533
...@@ -18,6 +18,8 @@ var ( ...@@ -18,6 +18,8 @@ var (
PreStateRequestErr = fmt.Errorf("Requested trace index is before prestate block") PreStateRequestErr = fmt.Errorf("Requested trace index is before prestate block")
) )
var _ types.TraceProvider = (*OutputTraceProvider)(nil)
type OutputRollupClient interface { type OutputRollupClient interface {
OutputAtBlock(ctx context.Context, blockNum uint64) (*eth.OutputResponse, error) OutputAtBlock(ctx context.Context, blockNum uint64) (*eth.OutputResponse, error)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment