Constant cuprate_test_utils::rpc::data::other::GET_PEER_LIST_REQUEST

source ยท
pub const GET_PEER_LIST_REQUEST: &str = "{}";
Expand description

Documentation, response.

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

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