cuprate_test_utils::rpc::data::other

Constant SET_LIMIT_REQUEST

Source
pub const SET_LIMIT_REQUEST: &str = r#"{
  "limit_down": 1024
}"#;
Expand description

Documentation, response.

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

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