index receipts by the contract address

This commit is contained in:
Ian Norden
2019-12-02 13:24:58 -06:00
parent 23a21c14f3
commit 3fa33fb767
10 changed files with 50 additions and 25 deletions
+1
View File
@@ -44,6 +44,7 @@ type TrxFilter struct {
type ReceiptFilter struct {
Off bool
Contracts []string
Topic0s []string
}