show-validator-set

Show Validator Details of the Validator Set

This will show information about the validators including their voting power, addresses, and public keys.

Usage:

movement aptos node show-validator-set [OPTIONS]

Options:

  • --profile <PROFILE> Profile to use from the CLI config. This will be used to override associated settings such as the REST URL, the Faucet URL, and the private key arguments. Defaults to "default".

  • --url <URL> URL to a fullnode on the network. Defaults to the URL in the default profile.

  • --connection-timeout-secs <CONNECTION_TIMEOUT_SECS> Connection timeout in seconds, used for the REST endpoint of the fullnode. Default value is 30.

  • -h, --help Print help (see a summary with -h).

  • -V, --version Print version.

Last updated