cosmos-sdk/types/handler.go

6 lines
172 B
Go
Raw Normal View History

2017-12-01 14:08:37 -08:00
package types
// Handler handles both ABCI DeliverTx and CheckTx requests.
// Iff ABCI.CheckTx, ctx.IsCheckTx() returns true.
2018-01-10 20:11:44 -08:00
type Handler func(ctx Context, tx Tx) Result