Expand description
Validator management commands.
Structs§
- Add
- Add a validator to the committee.
- Batch
Query - Query multiple validators using a JSON specification file.
- Change
- Represents an update to a validator’s configuration in batch operations.
- List
- List all validators in the committee.
- Query
- Query a single validator’s state and connectivity.
- Query
Batch - Structure for batch validator queries from JSON file.
- Remove
- Remove a validator from the committee.
- Spec
- Specification for a validator to add or modify.
- Sync
- Synchronize chain state to a validator.
- Update
- Apply multiple validator changes from JSON input.
- Votes
- Type alias for the complex ClientContext type used throughout validator operations. This alias helps avoid clippy’s type_complexity warnings while maintaining type safety. Uses generic Environment trait to avoid coupling to implementation details.
Enums§
- Command
- Validator subcommands.
Type Aliases§
- Batch
File - Structure for batch validator operations from JSON file. Maps validator public keys to their desired state: