github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/radar/orgchain/radar_law.go (about) 1 package orgchain 2 3 import ( 4 "github.com/sixexorg/magnetic-ring/store/orgchain/storages" 5 ) 6 7 type radarAdapter struct { 8 accRootSotre *storages.AccountRootStore 9 blockStore *storages.BlockStore 10 accountStore *storages.AccountStore 11 }