Function test_call_vector_string

Source
pub async fn test_call_vector_string(
    x: Vec<String>,
    client_id: i32,
) -> Result<TestVectorString, Error>
Expand description

Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization

ยงArguments

  • x - Vector of strings to return
  • client_id - The client id to send the request to