github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_node_delegate.md (about) 1 ## ioctl node delegate 2 3 Print consensus delegates information in certain epoch 4 5 ### Synopsis 6 7 Print consensus delegates information in certain epoch 8 9 ``` 10 ioctl node delegate [-e epoch-num] [-a] [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -a, --all returns all delegates 17 -e, --epoch-num uint specify specific epoch 18 -h, --help help for delegate 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --endpoint string set endpoint for once 25 --insecure insecure connection for once 26 -o, --output-format string output format 27 ``` 28 29 ### SEE ALSO 30 31 * [ioctl node](ioctl_node.md) - Deal with nodes of IoTeX blockchain 32 33 ###### Auto generated by docgen on 7-Mar-2022