ipld-eth-server/pkg/repositories/watched_contract.go

9 lines
159 B
Go
Raw Normal View History

2017-12-04 19:33:07 +00:00
package repositories
import "github.com/8thlight/vulcanizedb/pkg/core"
type WatchedContract struct {
Hash string
Transactions []core.Transaction
}