Add contracts table / start building out watch contracts

This commit is contained in:
Matt Krump
2017-11-09 15:06:01 -06:00
parent 84205a21ea
commit 30fadffb14
11 changed files with 129 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
package core
type Contract struct {
Hash string
}