github.com/aeternity/aepp-sdk-go@v1.0.3-0.20190606142815-1c0ffdc21fd9/doc/cli/aecli_inspect.md (about) 1 ## aecli inspect 2 3 Inspect an object of the blockchain 4 5 ### Synopsis 6 7 Inspect an object of the chain 8 9 Valid object to inspect are block hash, transaction hash, accounts 10 11 ``` 12 aecli inspect [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for inspect 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 -c, --config string config file to load (defaults to $HOME/.aeternity/config.yaml 25 --debug enable debug 26 --json print output in json format 27 ``` 28 29 ### SEE ALSO 30 31 * [aecli](aecli.md) - The command line client for the Aeternity blockchain 32 33 ###### Auto generated by spf13/cobra on 19-Sep-2018