Constant cuprate_test_utils::rpc::data::other::IS_KEY_IMAGE_SPENT_REQUEST

source ยท
pub const IS_KEY_IMAGE_SPENT_REQUEST: &str = r#"{
  "key_images": [
    "8d1bd8181bf7d857bdb281e0153d84cd55a3fcaa57c3e570f4a49f935850b5e3",
    "7319134bfc50668251f5b899c66b005805ee255c136f0e1cecbb0f3a912e09d4"
  ]
}"#;
Expand description

Documentation, response.

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

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