Versions in this module Expand all Collapse all v0 v0.34.7 Oct 3, 2019 Changes in this version + func BroadcastTxRequest(cliCtx context.CLIContext, cdc *codec.Codec) http.HandlerFunc + func EncodeTxRequestHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc + func GetBroadcastCommand(codec *amino.Codec) *cobra.Command + func GetEncodeCommand(codec *amino.Codec) *cobra.Command + func QueryTxCmd(cdc *codec.Codec) *cobra.Command + func QueryTxRequestHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc + func QueryTxsByTagsRequestHandlerFn(cliCtx context.CLIContext, cdc *codec.Codec) http.HandlerFunc + func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec) + func SearchTxCmd(cdc *codec.Codec) *cobra.Command + func SearchTxs(cliCtx context.CLIContext, cdc *codec.Codec, tags []string, page, limit int) ([]sdk.TxResponse, error) + func ValidateTxResult(cliCtx context.CLIContext, resTx *ctypes.ResultTx) error + type BroadcastReq struct + Mode string + Tx auth.StdTx + type EncodeReq struct + Tx auth.StdTx + type EncodeResp struct + Tx string