github.com/0xsequence/ethkit@v1.25.0/ethtest/reorgme.go (about) 1 package ethtest 2 3 type Reorgme struct { 4 } 5 6 // TODO: implement controls to Reorgme 7 // See ethmonitor_test.go for example. We just need to build a wrapper interface for it here.