forked from cerc-io/ipld-eth-server
8 lines
116 B
Go
8 lines
116 B
Go
|
package core
|
||
|
|
||
|
type WatchedContract struct {
|
||
|
Abi string
|
||
|
Hash string
|
||
|
Transactions []Transaction
|
||
|
}
|