Versions in this module Expand all Collapse all v1 v1.0.2 Oct 21, 2021 Changes in this version + type CreateTxOptions struct + AccountNumber uint64 + FeeAmount msg.Coins + FeeGranter msg.AccAddress + GasLimit uint64 + Memo string + Msgs []msg.Msg + Sequence uint64 + SignMode tx.SignMode + TimeoutHeight uint64 + type EstimateFeeResWrapper struct + Height msg.Int + Result feeutils.EstimateFeeResp + type LCDClient struct + ChainID string + EncodingConfig terraappparams.EncodingConfig + GasAdjustment msg.Dec + GasPrice msg.DecCoin + PrivKey key.PrivKey + URL string + func NewLCDClient(URL, chainID string, gasPrice msg.DecCoin, gasAdjustment msg.Dec, ...) *LCDClient + func (lcd *LCDClient) CreateAndSignTx(ctx context.Context, options CreateTxOptions) (*tx.Builder, error) + func (lcd LCDClient) Broadcast(ctx context.Context, txbuilder *tx.Builder, bcMode txtypes.BroadcastMode) (*sdk.TxResponse, error) + func (lcd LCDClient) ComputeTax(ctx context.Context, txbuilder tx.Builder) (*customauthtx.ComputeTaxResponse, error) + func (lcd LCDClient) EstimateFee(ctx context.Context, options CreateTxOptions) (res *feeutils.EstimateFeeResp, err error) + func (lcd LCDClient) LoadAccount(ctx context.Context, address msg.AccAddress) (res authtypes.AccountI, err error) + func (lcd LCDClient) QuerySmart(ctx context.Context, addr msg.AccAddress, qMsg interface{}, ...) error + func (lcd LCDClient) Simulate(ctx context.Context, txbuilder tx.Builder, options CreateTxOptions) (*sdktx.SimulateResponse, error) + type QueryAccountRes struct + Account QueryAccountResData + type QueryAccountResData struct + AccountNumber msg.Int + Address msg.AccAddress + Sequence msg.Int