These methods are intended exclusively for trusted personnel responsible for maintaining xahaud server operations.
Method | Description |
---|
validation_create | Generate a formatted key pair for xhaud nodes. (Validators should use tokens instead of keys from this method.) |
wallet_propose | Generate keys for a new account. |
Method | Description |
---|
can_delete | Enable online deletion of ledgers up to a specified ledger. |
download_shard | Download a specific shard of ledger history. |
ledger_cleaner | Set up the ledger cleaner to detect and resolve corrupted data. |
ledger_request | Query a peer server for a specific ledger version. |
log_level | View or change log verbosity levels. |
logrotate | Reopen the log file. |
node_to_shard | Transfer data from the ledger store to the shard store. |
Method | Description |
---|
ledger_accept | Close and advance the ledger in stand-alone mode. |
stop | Shut down the xahaud server. |
Method | Description |
---|
sign | Cryptographically sign a transaction. |
sign_for | Contribute to a multi-signature. |
Method | Description |
---|
connect | Force the server to connect to a specific peer. |
peer_reservations_add | Add or update a reserved slot for a specific peer. |
peer_reservations_del | Remove a reserved slot for a specific peer. |
peer_reservations_list | View all reserved peer slots. |
peers | Retrieve information about connected peers |
Method | Description |
---|
consensus_info | View the current state of the consensus process. |
feature | Retrieve information about protocol amendments. |
fetch_info | Check the server’s synchronization status with the network. |
get_counts | View statistics about server internals and memory usage. |
manifest | Retrieve public key details for a known validator. |
print | Access information about internal subsystems. |
validator_info | Get the server’s validator configuration details. |
validator_list_sites | View sites that publish validator lists. |
validators | Retrieve information about the current validators. |