LogoLogo
  • Welcome
    • About ENI
  • Getting Started
    • Quickstart
      • Account Structure
      • Token Standards
      • Gas
    • Divergence from Ethereum
    • Transactions
      • Creating Transaction
    • Governance
      • Proposals
    • Oracles
  • Build
    • Setup and Installation
    • Smart Contracts
      • EVM (General)
      • EVM (CLI)
      • Querying State
    • Frontend Development
      • Overview
      • How to Deploy Your First dApp
    • Ecosystem
      • Tools and Resources
      • Resources
  • Node
    • Getting Started
    • Node Operators Guide
    • Validator Operations Guide
    • Advanced Configuration & Monitoring
    • Technical Reference
  • Reference
    • Overview
    • enid
    • CLI
      • enid add-genesis-account
      • enid blocktest
      • enid collect-gentxs
      • enid compact
      • enid config
      • enid debug
      • enid export
      • enid gentx
      • enid help
      • enid init
      • enid keys
        • enid keys delete
        • enid keys add
        • enid keys export
        • enid keys import
        • enid keys list
        • enid keys mnemonic
        • enid keys parse
        • enid keys show
      • enid latest_version
      • enid migrate
      • enid prune
      • enid query
        • enid query accesscontrol
        • enid query upgrade
        • enid query account
        • enid query auth
        • enid query bank
        • enid query block
        • enid query authz
        • enid query distribution
        • enid query epoch
        • enid query evidence
        • enid query evm
        • enid query feegrant
        • enid query ibc-transfer
        • enid query gov
        • enid query ibc
        • enid query mint
        • enid query oracle
        • enid query params
        • enid query slashing
        • enid query staking
        • enid query tendermint-validator-set
        • enid query tokenfactory
        • enid query tx
        • enid query txs
      • enid rollback
      • enid start
      • enid status
      • enid tendermint
      • enid tools
      • enid tx
      • enid validate-genesis
      • enid version
Powered by GitBook
On this page
  1. Reference
  2. CLI

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.
Previousenid pruneNextenid query accesscontrol

Last updated 2 months ago