genesis wip compiles

This commit is contained in:
rigelrozanski
2018-02-08 10:36:37 +00:00
parent da538a8bf6
commit 7643dea255
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
package types
// function variable used to initialize application state at genesis
type InitStater func(ctx Context, stateJSON []byte) Error