Module operator

Module operator 

Source
Expand description

Operator commands for Guts node administration.

This module provides commands for:

  • Key generation and management
  • Backup and restore operations
  • Diagnostics collection
  • Storage maintenance

Structs§

BackupInfo
Result of a backup operation
ConsensusStatus
DiagnosticsInfo
Result of diagnostics collection
NodeStatus
Node status information
P2pStatus
StorageStatus
VerifyResult

Functions§

collect_diagnostics
Collect node diagnostics for troubleshooting.
create_backup
Create a backup of the node’s data directory.
get_status
Get current node status (offline mode - reads from disk)
keygen
Generate a new Ed25519 keypair for node identity.
keygen_to_file
Generate a keypair and write to file.
restore_backup
Restore data from a backup.
verify_backup
Verify backup integrity.
verify_data
Verify data integrity