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

8 lines
116 B
Go
Raw Normal View History

2017-12-04 21:31:39 +00:00
package core
type WatchedContract struct {
Abi string
Hash string
Transactions []Transaction
}