ipld-eth-server/pkg/core/watched_contract.go
2017-12-04 17:04:06 -06:00

8 lines
116 B
Go

package core
type WatchedContract struct {
Abi string
Hash string
Transactions []Transaction
}