Constant cuprate_test_utils::rpc::data::other::OUT_PEERS_RESPONSE

source ยท
pub const OUT_PEERS_RESPONSE: &str = r#"{
  "out_peers": 3232235535,
  "status": "OK",
  "untrusted": false
}"#;
Expand description

Documentation, request.

use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};

let value = serde_json::from_str::<Value>(&OUT_PEERS_RESPONSE);