github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_bc_bucket.md (about) 1 ## ioctl bc bucket 2 3 Get bucket for given index on IoTeX blockchain 4 5 ### Synopsis 6 7 Get bucket for given index on IoTeX blockchain 8 9 ``` 10 ioctl bc bucket [OPTION|BUCKET_INDEX] [flags] 11 ``` 12 13 ### Examples 14 15 ``` 16 ioctl bc bucket [BUCKET_INDEX], to read bucket information by bucket index 17 ioctl bc bucket max, to query the max bucket index 18 ioctl bc bucket count, to query total number of active buckets 19 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for bucket 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --endpoint string set endpoint for once 32 --insecure insecure connection for once 33 -o, --output-format string output format 34 ``` 35 36 ### SEE ALSO 37 38 * [ioctl bc](ioctl_bc.md) - Deal with block chain of IoTeX blockchain 39 40 ###### Auto generated by docgen on 7-Mar-2022