enid query

enid query

Query subcommand

Usage:
  enid query [flags]
  enid query [command]

Aliases:
  query, q

Available Commands:
  accesscontrol            Query commands for the access control module
  account                  Query an account by address
  auth                     Query commands for the authentication module
  authz                    Query commands for the authorization module
  bank                     Query commands for the bank module
  block                    Get the validator data for the block at a given height
  dex                      Query commands for the decentralized exchange module
  distribution             Query commands for the distribution module
  epoch                    Query commands for the epoch module
  evidence                 Query evidence by hash or all submitted evidence (pagination)
  evm                      Query commands for the Ethereum Virtual Machine module
  feegrant                 Query commands for the fee grant module
  gov                      Query commands for the governance module
  ibc                      Query commands for the inter-blockchain communication module
  ibc-transfer             Subcommand to query alternative token transfers in inter-blockchain communication
  mint                     Query commands for the mint module
  oracle                   Query commands for the oracle module
  params                   Query commands for the parameters module
  slashing                 Query commands for the slashing module
  staking                  Query commands for the staking module
  tendermint-validator-set Query the complete Tendermint validator set at a given height
  tokenfactory             Query commands for the token factory module
  tx                       Query transactions by hash, "<addr>/<seq>" combination, or by comma-separated signatures in a submitted block
  txs                      Query paginated transactions that match a set of events
  upgrade                  Query commands for the upgrade module
  wasm                     Query commands for the WebAssembly module

Flags:
      --chain-id string   Network chain ID
  -h, --help              Help information for query

Global Flags:
      --home string         Directory for configuration and data (default "~/.eni")
      --log_format string   Log format (json|plain)
      --log_level string    Log level (trace|debug|info|warn|error|fatal|panic)
      --trace               Print the full stack trace on error

Use "enid query [command] --help" for more information about a command.

Last updated