pub async fn test_call_vector_int(
x: Vec<i32>,
client_id: i32,
) -> Result<TestVectorInt, Error>
Expand description
Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization
ยงArguments
x
- Vector of numbers to returnclient_id
- The client id to send the request to