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

7 lines
95 B
Go
Raw Normal View History

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