report-validator

Report or Un-report a Validator

Reports or un-reports a validator.

Usage

movement sui validator report-validator [OPTIONS] <reportee-address>

Arguments

  • <reportee-address> The Sui Address of the validator being reported or un-reported.

Options

  • --operation-cap-id <operation-cap-id> Optional when the sender is the reporter validator itself and it holds the Cap object. Required when the sender is not the reporter validator itself. The validator's OperationCap ID can be found by using the display-metadata subcommand.

  • --undo-report <undo-report> If true, undo an existing report .

  • --gas-budget <gas-budget> Gas budget for this transaction.

  • --json Return command outputs in JSON format.

  • -h, --help Print help.

  • -V, --version Print version.

Last updated