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