Function test_call_bytes

Source
pub async fn test_call_bytes(
    x: String,
    client_id: i32,
) -> Result<TestBytes, Error>
Expand description

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

ยงArguments

  • x - Bytes to return
  • client_id - The client id to send the request to