forked from cerc-io/ipld-eth-server
Add transactions for a watched contract
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package core
|
||||
|
||||
type WatchedContract struct {
|
||||
Hash string
|
||||
Hash string
|
||||
Transactions []Transaction
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user