Versions in this module Expand all Collapse all v0 v0.8.0 Dec 11, 2017 Changes in this version + const FlagMaxHeight + const FlagMinHeight + var RootCmd = &cobra.Command + func FindAnyTx(prove bool, queries ...string) ([]*ctypes.ResultTx, error) + func FindTx(query string, prove bool) ([]*ctypes.ResultTx, error) + func Foutput(w io.Writer, v interface{}) error + func Output(data interface{}) error + type TxExtractor func([]byte) (interface{}, error) + type TxOutput struct + Height int64 + Tx interface{} + func FormatSearch(res []*ctypes.ResultTx, fn TxExtractor) ([]TxOutput, error)