aboutsummaryrefslogtreecommitdiffstats
path: root/indexer/interfaces.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-2/+2
|
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2019-06-121-0/+19
To support more effective and flexible blockchain info exploring, we add `indexer` package, defines the flow of indexer dameon, and integrate into dex.Dexon fullnode. For more export options, we use Golang built-in `plugin` package to support mulitple implementations.