Merge pull request #69 from 8thlight/watch_contract

* Add contracts table / start building out watch contracts
This commit is contained in:
Matt K
2017-11-13 10:55:55 -06:00
committed by GitHub
11 changed files with 130 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
package core
type WatchedContract struct {
Hash string
}