Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + func NewGrpcConn(rawUrl string) (*grpc.ClientConn, error) + type Client struct + func DailClient(rawUrl string, ctx ...context.Context) (*Client, error) + func NewClient(conn grpc1.ClientConn, ctx ...context.Context) *Client + func (cli *Client) AppVersion() (string, error) + func (cli *Client) AuthQuery() authtypes.QueryClient + func (cli *Client) AuthzQuery() authz.QueryClient + func (cli *Client) BankQuery() banktypes.QueryClient + func (cli *Client) BroadcastTx(txRaw *tx.TxRaw, mode ...tx.BroadcastMode) (*sdk.TxResponse, error) + func (cli *Client) BroadcastTxBytes(txBytes []byte, mode ...tx.BroadcastMode) (*sdk.TxResponse, error) + func (cli *Client) BroadcastTxOk(txRaw *tx.TxRaw, mode ...tx.BroadcastMode) (*sdk.TxResponse, error) + func (cli *Client) BuildTx(privKey cryptotypes.PrivKey, msgs []sdk.Msg) (*tx.TxRaw, error) + func (cli *Client) BuildTxV1(privKey cryptotypes.PrivKey, msgs []sdk.Msg, gasLimit int64, memo string, ...) (*tx.TxRaw, error) + func (cli *Client) CrosschainQuery() crosschaintypes.QueryClient + func (cli *Client) CurrentPlan() (*upgradetypes.Plan, error) + func (cli *Client) DistrQuery() distrtypes.QueryClient + func (cli *Client) ERC20Query() erc20types.QueryClient + func (cli *Client) EVMQuery() evmtypes.QueryClient + func (cli *Client) EstimatingGas(raw *tx.TxRaw) (*sdk.GasInfo, error) + func (cli *Client) EvidenceQuery() evidencetypes.QueryClient + func (cli *Client) FeegrantQuery() feegrant.QueryClient + func (cli *Client) GetAddressPrefix() (string, error) + func (cli *Client) GetBlockByHeight(blockHeight int64) (*tmservice.Block, error) + func (cli *Client) GetBlockHeight() (int64, error) + func (cli *Client) GetBlockTimeInterval() (time.Duration, error) + func (cli *Client) GetChainId() (string, error) + func (cli *Client) GetConsensusValidators() ([]*tmservice.Validator, error) + func (cli *Client) GetGasPrices() (sdk.Coins, error) + func (cli *Client) GetLatestBlock() (*tmservice.Block, error) + func (cli *Client) GetMintDenom() (string, error) + func (cli *Client) GetNodeInfo() (*tmservice.VersionInfo, error) + func (cli *Client) GetStakingDenom() (string, error) + func (cli *Client) GetStatusByTx(txHash string) (*tx.GetTxResponse, error) + func (cli *Client) GetSyncing() (bool, error) + func (cli *Client) GetValidators() ([]stakingtypes.Validator, error) + func (cli *Client) GovQuery() govv1.QueryClient + func (cli *Client) MigrateQuery() migratetypes.QueryClient + func (cli *Client) MintQuery() minttypes.QueryClient + func (cli *Client) QueryAccount(address string) (authtypes.AccountI, error) + func (cli *Client) QueryBalance(address string, denom string) (sdk.Coin, error) + func (cli *Client) QueryBalances(address string) (sdk.Coins, error) + func (cli *Client) QuerySupply() (sdk.Coins, error) + func (cli *Client) ServiceClient() tx.ServiceClient + func (cli *Client) SlashingQuery() slashingtypes.QueryClient + func (cli *Client) StakingQuery() stakingtypes.QueryClient + func (cli *Client) TMServiceClient() tmservice.ServiceClient + func (cli *Client) TxByHash(txHash string) (*sdk.TxResponse, error) + func (cli *Client) UpgradeQuery() upgradetypes.QueryClient + func (cli *Client) WithBlockHeight(height int64) *Client + func (cli *Client) WithChainId(chainId string) *Client + func (cli *Client) WithContext(ctx context.Context) *Client + func (cli *Client) WithGasPrices(gasPrices sdk.Coins) *Client v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core/v2 github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7