show-validator-stake

Show Validator Stake Information

This command is used to show information about a specific validator, given its --pool-address.

Usage

movement aptos node show-validator-stake [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 is 30.

  • --pool-address <POOL_ADDRESS> Address of the Staking pool. Defaults to the profile's AccountAddress.

Note:

  • The -h or --help flag is used to print help (see a summary with '-h').

  • The -V or --version flag is used to print the version information.

Last updated