Initial commit for permissioning...

This commit is contained in:
Jae Kwon
2018-01-12 19:17:17 -08:00
parent d3de10e22b
commit 51e6144c0d
24 changed files with 120 additions and 119 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ package types
// Handler handles both ABCI DeliverTx and CheckTx requests.
// Iff ABCI.CheckTx, ctx.IsCheckTx() returns true.
type Handler func(ctx Context, ms MultiStore, tx Tx) Result
type Handler func(ctx Context, tx Tx) Result