enid export

enid export

Export the state as JSON

Usage:
  enid export [flags]

Flags:
      --chain-id string               Chain ID
      --for-zero-height               Export state starting from height zero (perform preprocessing)
      --height int                    Export state from a specific height (-1 for latest height) (default -1)
  -h, --help                          Help information for export
      --home string                   Application home directory (default "~/.eni")
      --jail-allowed-addrs strings    Comma-separated list of jailed validator operator addresses for unjailing

Global Flags:
      --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

Last updated