cosmos-sdk/types/handler.go
2018-01-12 19:17:17 -08:00

6 lines
172 B
Go

package types
// Handler handles both ABCI DeliverTx and CheckTx requests.
// Iff ABCI.CheckTx, ctx.IsCheckTx() returns true.
type Handler func(ctx Context, tx Tx) Result