tx

package
v0.24.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2018 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCommands

func AddCommands(cmd *cobra.Command, cdc *wire.Codec)

AddCommands adds a number of tx-query related subcommands

func BroadcastTxRequestHandlerFn added in v0.16.0

func BroadcastTxRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc

BroadcastTx REST Handler

func QueryTxCmd

func QueryTxCmd(cdc *wire.Codec) *cobra.Command

QueryTxCmd implements the default command for a tx query.

func QueryTxRequestHandlerFn added in v0.16.0

func QueryTxRequestHandlerFn(cdc *wire.Codec, cliCtx context.CLIContext) http.HandlerFunc

transaction query REST handler

func RegisterRoutes

func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *wire.Codec)

register REST routes

func SearchTxCmd

func SearchTxCmd(cdc *wire.Codec) *cobra.Command

default client command to search through tagged transactions

func SearchTxRequestHandlerFn added in v0.16.0

func SearchTxRequestHandlerFn(cliCtx context.CLIContext, cdc *wire.Codec) http.HandlerFunc

Search Tx REST Handler

func SignTxRequstHandler

func SignTxRequstHandler(w http.ResponseWriter, r *http.Request)

sign transaction REST Handler

Types

type BroadcastTxBody

type BroadcastTxBody struct {
	TxBytes string `json:"tx"`
}

Tx Broadcast Body

type Info added in v0.24.0

type Info struct {
	Hash   common.HexBytes        `json:"hash"`
	Height int64                  `json:"height"`
	Tx     sdk.Tx                 `json:"tx"`
	Result abci.ResponseDeliverTx `json:"result"`
}

Info is used to prepare info to display

func FormatTxResults added in v0.24.0

func FormatTxResults(cdc *wire.Codec, res []*ctypes.ResultTx) ([]Info, error)

parse the indexed txs into an array of Info

type SignTxBody

type SignTxBody struct {
	Name     string `json:"name"`
	Password string `json:"password"`
	TxBytes  string `json:"tx"`
}

REST request body for signed txs TODO does this need to be exposed?

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL