Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogBlockError ¶
func LogBlockError(err error)
LogBlockError allows to log the given error as a genesis handling error.
func LogGenesisError ¶
func LogGenesisError(err error)
LogGenesisError allows to log the given error as a genesis handling error.
func LogMsgError ¶
func LogMsgError(err error)
LogMsgError allows to log the given error as a genesis handling error.
func LogTxError ¶
func LogTxError(err error)
LogTxError allows to log the given error as a genesis handling error.
func SetBlockLogger ¶
func SetBlockLogger(logger Logger)
SetBlockLogger sets the method that should be called when a blockHandler returns an error.
func SetGenesisLogger ¶
func SetGenesisLogger(logger Logger)
SetGenesisLogger sets the method that should be called each time a genesisHandler returns an error.
func SetMsgLogger ¶
func SetMsgLogger(logger Logger)
SetMsgLogger sets the method that should be called when a message handler returns an error.
func SetTxLogger ¶
func SetTxLogger(logger Logger)
SetTxLogger sets the method that should be called each time a transaction handler returns an error.