Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeTxRequestHandlerFn ¶ added in v0.12.1
func DecodeTxRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc
func RegisterTxRoutes ¶
func RegisterTxRoutes(cliCtx context.CLIContext, r *mux.Router)
func SignDataRequest ¶
func SignDataRequest(cliCtx context.CLIContext) http.HandlerFunc
Types ¶
type DecodeReq ¶ added in v0.12.1
type DecodeReq struct {
Tx string `json:"tx"`
}
DecodeReq defines a tx decoding request.
type DecodeResp ¶ added in v0.12.1
DecodeResp defines a tx decoding response.
type SignDataReq ¶
type SignDataResponse ¶
Click to show internal directories.
Click to hide internal directories.