Skip to main content

upload_script_bytecode

Function upload_script_bytecode 

Source
pub async fn upload_script_bytecode(
    __arg0: State<Arc<AppState>>,
    __arg1: Extension<JWTAuthMiddleware>,
    __arg2: Path<Uuid>,
    multipart: Multipart,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>