pub const POP_BLOCKS_REQUEST: &str = r#"{
"nblocks": 6
}"#;
Expand description
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&POP_BLOCKS_REQUEST);
pub const POP_BLOCKS_REQUEST: &str = r#"{
"nblocks": 6
}"#;
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&POP_BLOCKS_REQUEST);