enid query auth

Querying commands for the auth module

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

Available Commands:
  account             Query for account by address
  accounts            Query all the accounts
  next-account-number Query the next account number
  params              Query the current auth parameters

Flags:
  -h, --help   help for auth

Global Flags:
      --chain-id string     The network chain ID
      --home string         directory for config and data (default "~/.eni")
      --log_format string   The logging format (json|plain)
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic)
      --trace               print out full stack trace on errors

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