pub async fn test_square_int(x: i32, client_id: i32) -> Result<TestInt, Error>
Expand description
Returns the squared received number; for testing only. This is an offline method. Can be called before authorization
ยงArguments
x
- Number to squareclient_id
- The client id to send the request to