Versions in this module Expand all Collapse all v0 v0.5.14 Jan 24, 2022 Changes in this version + func BroadcastTxRequest(clientCtx client.Context) http.HandlerFunc + func EncodeTxRequest(clientCtx client.Context) http.HandlerFunc + func EstimateTxFeeRequestHandlerFn(clientCtx client.Context) http.HandlerFunc + func RegisterTxRoutes(clientCtx client.Context, rtr *mux.Router) + type BroadcastReq struct + FeeGranter string + Mode string + Sequences []uint64 + Tx legacytx.StdTx + func (m BroadcastReq) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type EncodeReq struct + FeeGranter string + Sequences []uint64 + Tx legacytx.StdTx + func (m EncodeReq) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type EncodeResq struct + Tx []byte