re-export indexer types for consuming libs
This commit is contained in:
parent
7c4f8432db
commit
026bd81636
7
indexer/reexport.go
Normal file
7
indexer/reexport.go
Normal file
@ -0,0 +1,7 @@
|
||||
package indexer
|
||||
|
||||
import "github.com/cerc-io/plugeth-statediff/indexer/interfaces"
|
||||
|
||||
type Indexer = interfaces.StateDiffIndexer
|
||||
type Batch = interfaces.Batch
|
||||
type Config = interfaces.Config
|
Loading…
Reference in New Issue
Block a user