8 lines
188 B
Go
8 lines
188 B
Go
|
package indexer
|
||
|
|
||
|
import "github.com/cerc-io/plugeth-statediff/indexer/interfaces"
|
||
|
|
||
|
type Indexer = interfaces.StateDiffIndexer
|
||
|
type Batch = interfaces.Batch
|
||
|
type Config = interfaces.Config
|