Versions in this module Expand all Collapse all v0 v0.5.14 Jan 24, 2022 Changes in this version + func ComputeFeesWithBaseReq(clientCtx client.Context, br rest.BaseReq, msgs ...sdk.Msg) (*legacytx.StdFee, error) + func ComputeFeesWithCmd(clientCtx client.Context, flagSet *pflag.FlagSet, msgs ...sdk.Msg) (*legacytx.StdFee, error) + func FilterMsgAndComputeTax(clientCtx client.Context, msgs ...sdk.Msg) (taxes sdk.Coins, err error) + func ParseFloat64(s string, defaultIfEmpty float64) (n float64, err error) + type ComputeReqParams struct + AccountNumber uint64 + ChainID string + Gas string + GasAdjustment string + GasPrices sdk.DecCoins + Memo string + Msgs []sdk.Msg + Sequence uint64 + type EstimateFeeReq struct + BaseReq rest.BaseReq + Msgs []sdk.Msg + func (m EstimateFeeReq) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type EstimateFeeResp struct + Fee legacytx.StdFee