Add transactions for a watched contract

This commit is contained in:
Matt Krump
2017-11-13 16:16:18 -06:00
parent 874051cf89
commit 0b9930dd9c
4 changed files with 64 additions and 14 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
package core
type WatchedContract struct {
Hash string
Hash string
Transactions []Transaction
}