Skip to main content

validate_from_account_json

Function validate_from_account_json 

Source
pub async fn validate_from_account_json(
    __arg0: State<Arc<AppState>>,
    __arg1: Extension<JWTAuthMiddleware>,
    __arg2: Json<ValidateAccountRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>