Versions in this module Expand all Collapse all v0 v0.23.1 Jul 27, 2018 Changes in this version + func AddCommands(cmd *cobra.Command, cdc *wire.Codec) + func BroadcastTxRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc + func QueryTxCmd(cdc *wire.Codec) *cobra.Command + func QueryTxRequestHandlerFn(cdc *wire.Codec, ctx context.CoreContext) http.HandlerFunc + func RegisterRoutes(ctx context.CoreContext, r *mux.Router, cdc *wire.Codec) + func SearchTxCmd(cdc *wire.Codec) *cobra.Command + func SearchTxRequestHandlerFn(ctx context.CoreContext, cdc *wire.Codec) http.HandlerFunc + func SignTxRequstHandler(w http.ResponseWriter, r *http.Request) + type BroadcastTxBody struct + TxBytes string + type SignTxBody struct + Name string + Password string + TxBytes string