Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.31 KB

polycli_ulxly_zero-proof.md

File metadata and controls

51 lines (38 loc) · 1.31 KB

polycli ulxly zero-proof

Auto-generated documentation.

Table of Contents

Description

print a proof structure with the zero hashes

polycli ulxly zero-proof [flags]

Usage

Use this command to print a proof response that's filled with the zero hashes. This values are very helpful for debugging because it would tell you how populated the tree is and roughly which leaves and siblings are empty. It's also helpful for sanity checking a proof response to understand if the hashed value is part of the zero hashes or if it's actually an intermediate hash.

Flags

  -h, --help   help for zero-proof

The command also inherits flags from parent commands.

      --config string   config file (default is $HOME/.polygon-cli.yaml)
      --pretty-logs     Should logs be in pretty format or JSON (default true)
  -v, --verbosity int   0 - Silent
                        100 Panic
                        200 Fatal
                        300 Error
                        400 Warning
                        500 Info
                        600 Debug
                        700 Trace (default 500)

See also