pub async fn get_validator_changes(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity
) -> Result<SuccessResponse<GetValidatorChangesResult>, Error>
Expand description

Retrieves the status changes of the active validators on the network.

Sends a JSON-RPC info_get_validator_changes request to the specified node.

For details of the parameters, see the module docs.