forked from cerc-io/ipld-eth-server
6 lines
59 B
Go
6 lines
59 B
Go
package core
|
|
|
|
type WatchedContract struct {
|
|
Hash string
|
|
}
|