Function attest_binary

Source
pub async fn attest_binary(
    __arg0: State<AppState>,
    multipart: Multipart,
) -> Result<Json<Value>, (StatusCode, Json<ErrorResponse>)>